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

{
    "id": 123945,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/123945/?format=api",
    "text_counter": 133,
    "type": "speech",
    "speaker_name": "Mr. Kiuna",
    "speaker_title": "",
    "speaker": {
        "id": 54,
        "legal_name": "Joseph Nganga Kiuna",
        "slug": "joseph-kiuna"
    },
    "content": "asked the Minister of State for Special Programmes what steps she will take to ensure that the suppliers of the materials used to construct the housing units for the IDP returnees in Molo Constituency under the operation Rudi Nyumbani Programme are paid their dues by the NGOs contracted."
}