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

{
    "id": 1234493,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/1234493/?format=api",
    "text_counter": 263,
    "type": "speech",
    "speaker_name": "Sen. Olekina",
    "speaker_title": "",
    "speaker": {
        "id": 407,
        "legal_name": "Ledama Olekina",
        "slug": "ledama-olekina"
    },
    "content": "Earlier on, when I was in my office, I was listening to the good Senator from Homa Bay County talking about pending bills. Yesterday, we had the Cabinet Secretary (CS) in charge of the National Treasury discussing pending bills and also money that is sent to counties vís-a-vís money that is sent to the national Government."
}