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

{
    "id": 1234975,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/1234975/?format=api",
    "text_counter": 91,
    "type": "speech",
    "speaker_name": "Sen. Olekina",
    "speaker_title": "",
    "speaker": {
        "id": 407,
        "legal_name": "Ledama Olekina",
        "slug": "ledama-olekina"
    },
    "content": "Mr. Speaker, Sir, I rise to support this very important Statement, that has been raised in terms of discrimination of services offered by NHIF to its members. In Kakamega County, the levels of fluoride in water is of great concern. In fact, if you look at most people in not only Kakamega County but also part of Narok County, their teeth are yellow because of the excess fluoride content in water."
}