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

{
    "id": 2018,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/2018/?format=api",
    "text_counter": 50,
    "type": "speech",
    "speaker_name": "Dr. Kones",
    "speaker_title": "",
    "speaker": {
        "id": 53,
        "legal_name": "Julius Kipyegon Kones",
        "slug": "julius-kones"
    },
    "content": "On a point of order, Mr. Deputy Speaker, Sir. The Assistant Minister is misleading the House by saying that the term of the Board will expire in 2013 when there is a new Act which abolished the current Board. Is he in order to mislead the House by saying that the Board is in existence when there is a new Act which has brought in a new Board, which is completely different from the Board that existed before?"
}