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

{
    "id": 1234991,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/1234991/?format=api",
    "text_counter": 107,
    "type": "speech",
    "speaker_name": "Sen. Olekina",
    "speaker_title": "",
    "speaker": {
        "id": 407,
        "legal_name": "Ledama Olekina",
        "slug": "ledama-olekina"
    },
    "content": "Mr. Speaker, Sir, as I conclude on the third Statement, my dear brother should take judicial notice that the NIS is not just for rumor mongering. Their work is to advice this country on what is available whether good or bad."
}