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

{
    "id": 123415,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/123415/?format=api",
    "text_counter": 220,
    "type": "speech",
    "speaker_name": "Mr. Mbadi",
    "speaker_title": "",
    "speaker": {
        "id": 110,
        "legal_name": "John Mbadi Ng'ong'o",
        "slug": "john-mbadi"
    },
    "content": "On a point of order, Mr. Deputy Speaker, Sir. With a heavy heart, this Bill is very important, given that it has far-reaching effects on this country but looking around, I do not think the Quorum in this House is adequate enough to give this Bill enough attention."
}