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

{
    "id": 123233,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/123233/?format=api",
    "text_counter": 38,
    "type": "speech",
    "speaker_name": "Mrs. Shebesh",
    "speaker_title": "",
    "speaker": {
        "id": 377,
        "legal_name": "Rachel Wambui Shebesh",
        "slug": "rachel-shebesh"
    },
    "content": "Mr. Deputy Speaker, Sir, could the Assistant Minister clarify what benefits, in terms of financial assistance, Kenya is getting to be able to shoulder this burden, instead of using taxpayers’ money to do this work for other countries?"
}