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

{
    "id": 123223,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/123223/?format=api",
    "text_counter": 28,
    "type": "speech",
    "speaker_name": "Mr. Ojode",
    "speaker_title": "",
    "speaker": {
        "id": 197,
        "legal_name": "Joshua Orwa Ojode",
        "slug": "joshua-ojode"
    },
    "content": "Mr. Deputy Speaker, Sir, if the hon. Member heard me correctly, I said that we had signed a memorandum of understanding. We did that because piracy jeopardizes the promotion of tourism in our country. You are aware that all the coastal towns are in a state of panic because of pirates. These people commandeer ships that get into our territorial waters."
}