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

{
    "id": 123000,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/123000/?format=api",
    "text_counter": 93,
    "type": "speech",
    "speaker_name": "Mr. Ndambuki",
    "speaker_title": "",
    "speaker": {
        "id": 191,
        "legal_name": "Gideon Musyoka Ndambuki",
        "slug": "gideon-ndambuki"
    },
    "content": "Mr. Deputy Speaker, Sir, I cannot and I have no any intention at any given time to come here and lie and to say anything that is not truthful. I would refuse the answer in the first place. Even if those are collection centres, their work is to make sure that what you give is taken where it is supposed to be taken and tested and you get the results."
}