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

{
    "id": 1234581,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/1234581/?format=api",
    "text_counter": 351,
    "type": "speech",
    "speaker_name": "Sen. Olekina",
    "speaker_title": "",
    "speaker": {
        "id": 407,
        "legal_name": "Ledama Olekina",
        "slug": "ledama-olekina"
    },
    "content": "Mr. Deputy Speaker, Sir, there is another point of order. These are points of annoyance. I hope you will not listen to them anymore. As I conclude on the matter, I was asked to substantiate. I have sat on this chair for the last six years. In two years, I sat in the Mediation Committee between the National Assembly and the Senate. For the history of the Senate, this year will go down as the first year when we denied counties money. That is a fact."
}