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

{
    "id": 1234764,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/1234764/?format=api",
    "text_counter": 534,
    "type": "speech",
    "speaker_name": "Sen. (Dr.) Khalwale",
    "speaker_title": "",
    "speaker": {
        "id": 170,
        "legal_name": "Bonny Khalwale",
        "slug": "bonny-khalwale"
    },
    "content": "Mr. Temporary Speaker, I, therefore, request that the Senator be forced to withdraw and apologize. For the purposes of national unity, we can still debate the demerits of the Head of State with decorum."
}