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

{
    "id": 1234343,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/1234343/?format=api",
    "text_counter": 113,
    "type": "speech",
    "speaker_name": "Sen. Kathuri",
    "speaker_title": "The Deputy Speaker",
    "speaker": {
        "id": 13590,
        "legal_name": "Murungi Kathuri",
        "slug": "murungi-kathuri"
    },
    "content": " We will go to the next and the last one from Senator Oketch Gicheru. No, it is not the last one, there is one more."
}