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

{
    "id": 1234300,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/1234300/?format=api",
    "text_counter": 70,
    "type": "speech",
    "speaker_name": "Sen. Onyonka",
    "speaker_title": "",
    "speaker": {
        "id": 13592,
        "legal_name": "Onyonka Richard Momoima",
        "slug": "onyonka-richard-momoima"
    },
    "content": "Mr. Deputy Speaker, Sir, I am making my Statement. I thought you would let me slide through by giving you accolades. However, I will not. Let me go to the major issue."
}