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

{
    "id": 67890,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/67890/?format=api",
    "text_counter": 177,
    "type": "speech",
    "speaker_name": "Mr. Waititu",
    "speaker_title": "",
    "speaker": {
        "id": 147,
        "legal_name": "Ferdinand Ndung'u Waititu",
        "slug": "ferdinand-waititu"
    },
    "content": "Mr. Speaker, Sir, I have informed the hon. Member that we are doing the detailed designs which will be completed this financial year, so that we can source for development partners who can fund that project."
}