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

{
    "id": 123147,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/123147/?format=api",
    "text_counter": 240,
    "type": "speech",
    "speaker_name": "Mr. Ojode",
    "speaker_title": "The Assistant Minister, Ministry of State for Provincial Administration and Internal Security",
    "speaker": {
        "id": 197,
        "legal_name": "Joshua Orwa Ojode",
        "slug": "joshua-ojode"
    },
    "content": "Mr. Deputy Speaker, Sir, I promised on Tuesday, this week, that I would be issuing a Statement which was sought by hon. Mungatana. We have since agreed with him that I issue this Statement next week on Thursday."
}