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

{
    "id": 1234575,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/1234575/?format=api",
    "text_counter": 345,
    "type": "speech",
    "speaker_name": "Sen. Sifuna",
    "speaker_title": "",
    "speaker": {
        "id": 13599,
        "legal_name": "Sifuna Edwin Watenya",
        "slug": "sifuna-edwin-watenya"
    },
    "content": "Mr. Deputy Speaker, Sir, the ink is dry on history. The vote was taken last week and it does not matter how much discomfort it causes. Let your conscience kill you, but the fact of the matter remains that you voted to deny counties money."
}