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

{
    "id": 123,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/123/?format=api",
    "text_counter": 123,
    "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": " Madam Temporary Deputy Speaker, let us be serious when we are dealing with parliamentary matters. Hear my side of the story also. I agree with what you are saying. The final answer is that we cannot reinstate this particular person, more so, if there is no appeal letter. The disciplinary committees deals with the"
}