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

{
    "id": 1234503,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/1234503/?format=api",
    "text_counter": 273,
    "type": "speech",
    "speaker_name": "Sen. Cherarkey",
    "speaker_title": "",
    "speaker": {
        "id": 13217,
        "legal_name": "Cherarkey K Samson",
        "slug": "cherarkey-k-samson"
    },
    "content": "Mr. Deputy Speaker, Sir, through you, I would urge my colleague to separate what he says in public and in the newspapers and what he is saying on the Floor of the House. I remember, even in your ruling on the Meru County case, when I tried to contest the report that I was disagreeing with, that was laid in this House, I was thrown out of the Chamber."
}