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

{
    "id": 123288,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/123288/?format=api",
    "text_counter": 93,
    "type": "speech",
    "speaker_name": "Dr. Machage",
    "speaker_title": "The Assistant Minister for Roads",
    "speaker": {
        "id": 179,
        "legal_name": "Wilfred Gisuka Machage",
        "slug": "wilfred-machage"
    },
    "content": "(a) I wish to confirm to the hon. Member that there are four bus-stops on each side of the road along the Outering Road, otherwise referred to as C59. Nevertheless, I want to clarify that these bus-stops are not the main cause of the frequent traffic snarl-ups along the road, but rather it is the tendency of some public service vehicle drivers to use bus-stops as parking bays for soliciting passengers. This behaviour not only crowds the bus-stops, but also leads to blocking traffic on the road."
}