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

{
    "id": 123356,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/123356/?format=api",
    "text_counter": 161,
    "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 undertake to give a statement tomorrow. However, a number of Ministers are not here because we are having a meeting on climate change at Inter-Continental Hotel, which is being opened, officially, by the Prime Minister. That is why you do not see quite a number of Ministers in the House."
}