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

{
    "id": 123256,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/123256/?format=api",
    "text_counter": 61,
    "type": "speech",
    "speaker_name": "Mr. Imanyara",
    "speaker_title": "",
    "speaker": {
        "id": 22,
        "legal_name": "Gitobu Imanyara",
        "slug": "gitobu-imanyara"
    },
    "content": "On a point of order, Mr. Deputy Speaker, Sir. I think a valid issue was raised about referring this matter to the relevant departmental committee. Assistant Minister has no objection to that, is it in order for him to continue answering a Question which he is not fully prepared to? He is ready to send it to the committee and then we can come back within two weeks or three weeks to debate it more substantively."
}