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

{
    "id": 123733,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/123733/?format=api",
    "text_counter": 313,
    "type": "speech",
    "speaker_name": "Mr. Keya",
    "speaker_title": "The Assistant Minister for Gender, Children and Social Development",
    "speaker": {
        "id": 40,
        "legal_name": "Atanas Manyala Keya",
        "slug": "atanas-manyala"
    },
    "content": "As population continues to expand, the number of dependants continues to rise. The demand created by a large dependant population, the younger and the older persons, particularly in terms of health, education and employment presents a major challenge."
}