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

{
    "id": 123224,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/123224/?format=api",
    "text_counter": 29,
    "type": "speech",
    "speaker_name": "Mr. Olago",
    "speaker_title": "",
    "speaker": {
        "id": 5,
        "legal_name": "John Olago Aluoch",
        "slug": "john-aluoch"
    },
    "content": "On a point of order, Mr. Deputy Speaker, Sir. As I understood hon. Kapondi, the question he asked is: Why has it to be Kenya and not the other States which are also signatory to this IMO? Why Kenya?"
}