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

{
    "id": 123919,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/123919/?format=api",
    "text_counter": 107,
    "type": "speech",
    "speaker_name": "Mr. Lessonet",
    "speaker_title": "",
    "speaker": {
        "id": 67,
        "legal_name": "Moses Lessonet",
        "slug": "moses-lessonet"
    },
    "content": "asked the Minister for Roads:- (a) to table the allocation of funds from the Fuel Levy Fund for the years 2007/2008 and 2008/2009 in accordance with the provisions of the Kenya Roads Board Act which requires equitable distribution of 24 per cent of such funds to all districts; and, (b) the parameters used in arriving at the distribution."
}