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

{
    "id": 1234548,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/1234548/?format=api",
    "text_counter": 318,
    "type": "speech",
    "speaker_name": "Sen. Olekina",
    "speaker_title": "",
    "speaker": {
        "id": 407,
        "legal_name": "Ledama Olekina",
        "slug": "ledama-olekina"
    },
    "content": "Mr. Deputy Speaker, Sir, I am loving this because “debate” is a terminology used in Parliament, for or against. It is very interesting because these points of order by the distinguished Senator from Nandi County are not really points of order because facts are very stubborn."
}