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

{
    "id": 123649,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/123649/?format=api",
    "text_counter": 229,
    "type": "speech",
    "speaker_name": "Mr. Raila",
    "speaker_title": "The Prime Minister",
    "speaker": {
        "id": 195,
        "legal_name": "Raila Amolo Odinga",
        "slug": "raila-odinga"
    },
    "content": " Mr. Deputy Speaker, Sir, I usually have the Prime Minister’s Time and I have no problem addressing that issue during this time. However, I do not know if that is the way the Chair wants me to proceed. Is it that the Prime Minister would be asked for a Statement ordinarily just like Ministers are asked to make Statements? I only have time once a week but I do not mind addressing the issue next week."
}