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

{
    "id": 2345,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/2345/?format=api",
    "text_counter": 36,
    "type": "speech",
    "speaker_name": "Eng. M.M. Mahamud",
    "speaker_title": "",
    "speaker": {
        "id": 373,
        "legal_name": "Mohammed Maalim Mahamud",
        "slug": "mohammed-mahamud"
    },
    "content": "Mr. Speaker, Sir, in the Ministry, we are actually blaming the oil companies for not taking fuel from the storage. There is enough fuel on our side."
}