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

{
    "id": 101112,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/101112/?format=api",
    "text_counter": 346,
    "type": "speech",
    "speaker_name": "Mr. Ogindo",
    "speaker_title": "",
    "speaker": {
        "id": 120,
        "legal_name": "Martin Otieno Ogindo",
        "slug": "martin-ogindo"
    },
    "content": "On a point of order, Mr. Temporary Deputy Speaker, Sir. Is the Minister in order to mislead this House that the Treasury is not yet in a position to determine how much money it needs on a daily basis, or even on a monthly basis, when I know that the---"
}