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

{
    "id": 123487,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/123487/?format=api",
    "text_counter": 67,
    "type": "speech",
    "speaker_name": "Mr. Chachu",
    "speaker_title": "",
    "speaker": {
        "id": 18,
        "legal_name": "Francis Chachu Ganya",
        "slug": "francis-ganya"
    },
    "content": "Mr. Speaker, Sir, persons with disabilities are not only limited to certain parts of Kenya. They are found all over this Republic. To enforce compliance with this Act, the Ministry must have some form of physical presence. I think that is imperative. Could the Assistant Minister confirm or deny that they have any physical presence in the northern part of Kenya?"
}