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

{
    "id": 1234355,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/1234355/?format=api",
    "text_counter": 125,
    "type": "speech",
    "speaker_name": "Sen. Kathuri",
    "speaker_title": "The Deputy Speaker",
    "speaker": {
        "id": 13590,
        "legal_name": "Murungi Kathuri",
        "slug": "murungi-kathuri"
    },
    "content": " Sen. Veronica Maina, your statement about Murang’a County having the best wives, is a statement of fact because no Member has objected to your statement. Therefore, you carry it. Yes! Let us have Sen. Maanzo."
}