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

{
    "id": 777,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/777/?format=api",
    "text_counter": 282,
    "type": "speech",
    "speaker_name": "Mr. Ogari",
    "speaker_title": "The Assistant Minister for Transport",
    "speaker": {
        "id": 385,
        "legal_name": "Simon Ogari Arama",
        "slug": "simon-ogari"
    },
    "content": "Mr. Speaker, Sir, with regard to the condition of Muthurwa Bus stop, this information was sourced from the Nairobi City Council, which is seeking for additional land from the Railways Pension Scheme to enable the expansion of the bus stop. I would like to assure Members that the Government will continue to facilitate operators to ensure that they conduct their business in a conducive environment and make reasonable profit out of their business."
}