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

{
    "id": 111,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/111/?format=api",
    "text_counter": 111,
    "type": "speech",
    "speaker_name": "Mr. Kabogo",
    "speaker_title": "",
    "speaker": {
        "id": 162,
        "legal_name": "William Kabogo Gitau",
        "slug": "william-kabogo"
    },
    "content": "Madam Temporary Deputy Speaker, I am trying to say that it is for the good of the country and this House that this matter is dispensed with. It is a minor matter. Hon. Ojode is trying to tell the House that an appeal was not done, and yet it was done. Could he commit himself to reinstate this officer and the matter ends there? It is a simple matter!"
}