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

{
    "id": 123151,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/123151/?format=api",
    "text_counter": 244,
    "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 am just seeking clarification on the issue of a Member and a Minister agreeing. I thought when a Member seeks a Ministerial Statement and the Minister undertakes to issue the Statement, it is to the House and not to the person who sought the Statement. Therefore, it is not for the two of them to determine whether it should be changed!"
}