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

{
    "id": 3456,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/3456/?format=api",
    "text_counter": 301,
    "type": "speech",
    "speaker_name": "Mr. Hassan",
    "speaker_title": "",
    "speaker": {
        "id": 398,
        "legal_name": "Yusuf Hassan Abdi",
        "slug": "yusuf-hassan-abdi"
    },
    "content": "vehicles and seriously inconveniencing commuters, who use that particular station."
}