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

{
    "id": 1234928,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/1234928/?format=api",
    "text_counter": 44,
    "type": "speech",
    "speaker_name": "Sen. Methu",
    "speaker_title": "",
    "speaker": {
        "id": 13581,
        "legal_name": "Methu John Muhia",
        "slug": "methu-john-muhia"
    },
    "content": "On a point of order, Mr. Speaker, Sir. I would not have wished to disrupt Sen. Kibwana. However, I am looking at the Standing Orders. Sen. Onyonka is a seasoned Member, yet he has stood between me and you and crossed the Floor twice. I thought the first time was a mistake but he crossed from there and then went back. I think he is out of order."
}