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

{
    "id": 1234492,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/1234492/?format=api",
    "text_counter": 262,
    "type": "speech",
    "speaker_name": "Sen. Olekina",
    "speaker_title": "",
    "speaker": {
        "id": 407,
        "legal_name": "Ledama Olekina",
        "slug": "ledama-olekina"
    },
    "content": "One of my other bigger problems is that there are so many people through the Ministry of Finance and Planning who were engaged in contracts. If you happen to go to counties, you will be shocked. There are hospitals that were built, but ended up just being white elephants."
}