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

{
    "id": 1234732,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/1234732/?format=api",
    "text_counter": 502,
    "type": "speech",
    "speaker_name": "Sen. Sifuna",
    "speaker_title": "",
    "speaker": {
        "id": 13599,
        "legal_name": "Sifuna Edwin Watenya",
        "slug": "sifuna-edwin-watenya"
    },
    "content": "I am on a point of order. If you feel constrained by your political chains that you cannot put them down and speak to an issue objectively, you do not have to contribute. However, you do not have to mislead us here."
}