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

{
    "id": 1234500,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/1234500/?format=api",
    "text_counter": 270,
    "type": "speech",
    "speaker_name": "Sen. Olekina",
    "speaker_title": "",
    "speaker": {
        "id": 407,
        "legal_name": "Ledama Olekina",
        "slug": "ledama-olekina"
    },
    "content": "In conclusion, since I do not want to belabour the point, I believe my point was very clear from the onset. In my view, this Senate failed in defending devolution by agreeing for the very first time with the national Government in terms of the sharable revenue and we are going to pay hard for it. I do hope that now, all of us will be able to support this and also follow through to make sure that whatever amount of money is sent to Narok County--- There is a point of order? I am happy to wait."
}