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

{
    "id": 31337,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/31337/?format=api",
    "text_counter": 234,
    "type": "speech",
    "speaker_name": "Mr. Kambi",
    "speaker_title": "",
    "speaker": {
        "id": 39,
        "legal_name": "Samuel Kazungu Kambi",
        "slug": "samuel-kambi"
    },
    "content": "Mr. Speaker, Sir, I have said that we have sent a proposal to the concerned Ministry and they are processing them. This is not only to medical doctors but even some junior officers. However, you realize that when it comes to allowances, that responsibility lies squarely with the Minister of State for Public Service."
}