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

{
    "id": 1234583,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/1234583/?format=api",
    "text_counter": 353,
    "type": "speech",
    "speaker_name": "Sen. Olekina",
    "speaker_title": "",
    "speaker": {
        "id": 407,
        "legal_name": "Ledama Olekina",
        "slug": "ledama-olekina"
    },
    "content": "Resting that point, I also want to reiterate that our relevance in this House is determined by how much we send to the counties and how we oversight them. We will go down in history as the Senate that has contributed to the killing of devolution."
}