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

{
    "id": 123055,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/123055/?format=api",
    "text_counter": 148,
    "type": "speech",
    "speaker_name": "Mr. Kimunya",
    "speaker_title": "The Minister for Trade",
    "speaker": {
        "id": 174,
        "legal_name": "Amos Muhinga Kimunya",
        "slug": "amos-kimunya"
    },
    "content": "(a) There is only one multilateral trade agreement which is administered under the World Trade Organization (WTO) and it covers three main areas of international trade which are mainly the trade in goods, services and trade related aspects of intellectual property right, otherwise known as “TRIPS”."
}