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

{
    "id": 123006,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/123006/?format=api",
    "text_counter": 99,
    "type": "speech",
    "speaker_name": "Mr. Maina Kamau",
    "speaker_title": "",
    "speaker": {
        "id": 34,
        "legal_name": "James Maina Kamau",
        "slug": "maina-kamau"
    },
    "content": "Thank you, Mr. Deputy Speaker, Sir. What is the Ministry doing to see to it that this information is given in barazas because most farmers in the villages attend these barazas and that is where they can receive this information, so that the farmers may get proper advice on the type of fertilizer to be used in different areas?"
}