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

{
    "id": 123654,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/123654/?format=api",
    "text_counter": 234,
    "type": "speech",
    "speaker_name": "Dr. Laboso",
    "speaker_title": "",
    "speaker": {
        "id": 63,
        "legal_name": "Joyce Cherono Laboso",
        "slug": "joyce-laboso"
    },
    "content": "Mr. Deputy Speaker, Sir, I rise to seek a Ministerial Statement from the Minister for Youth Affairs and Sports on the ongoing saga surrounding the management of the Youth Enterprise Development Fund (YEDF). Could the Minister clarify to this House who is the bona fide Chief Executive of the Fund? Why is there conflicting information from the Minister and the Board on this matter? What is the status of the YEDF in view of the foregoing?"
}