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

{
    "id": 1234250,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/1234250/?format=api",
    "text_counter": 20,
    "type": "speech",
    "speaker_name": "Sen. Kathuri",
    "speaker_title": "The Deputy Speaker",
    "speaker": {
        "id": 13590,
        "legal_name": "Murungi Kathuri",
        "slug": "murungi-kathuri"
    },
    "content": "Hon. Senators, as you may recall, on Thursday 23rd March, 2023, the Senate passed a Motion on the fifth Report of the Procedure and Rules Committees; and approved amendments to the Standing Orders, which effect was to provide a framework for questions to CSs."
}