GET /api/v0.1/hansard/entries/123225/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 123225,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/123225/?format=api",
    "text_counter": 30,
    "type": "speech",
    "speaker_name": "Mr. Ojode",
    "speaker_title": "",
    "speaker": {
        "id": 197,
        "legal_name": "Joshua Orwa Ojode",
        "slug": "joshua-ojode"
    },
    "content": "Mr. Deputy Speaker, Sir, I do not think I should answer for other countries. I am talking about Kenya which is a signatory. Kenya signed a memorandum of understanding together with the UK, the USA and the Northern Ireland that it will be a third party in the prosecution of these fellows when they are arrested within the coastal line."
}