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

{
    "id": 123627,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/123627/?format=api",
    "text_counter": 207,
    "type": "speech",
    "speaker_name": "Mr. Raila",
    "speaker_title": "The Prime Minister",
    "speaker": {
        "id": 195,
        "legal_name": "Raila Amolo Odinga",
        "slug": "raila-odinga"
    },
    "content": " Mr. Speaker, Sir, hon. Shebesh wanted to know the commitment of the Government to plant trees. I said that we are committed to tree planting and that is why we gave a directive that a certain portion of farmland must be set aside for tree planting. We are rolling out a very ambitious programme to plant trees all over the country. We intend, over the next ten years, that is, between now and 2020, to increase our forest cover from what it is today; that is, 1.7 per cent to 10 per cent."
}