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

{
    "id": 1234490,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/1234490/?format=api",
    "text_counter": 260,
    "type": "speech",
    "speaker_name": "Sen. Olekina",
    "speaker_title": "",
    "speaker": {
        "id": 407,
        "legal_name": "Ledama Olekina",
        "slug": "ledama-olekina"
    },
    "content": "Mr. Deputy Speaker, Sir, I, therefore, posed the question, what exactly were we looking at when we talked about the Equalization Fund? Other people refer to it as the marginalisation fund. I know, the decision to define counties as being marginalised was reached by a serious study that was carried out by the CRA."
}