Retrieve a planting project
GET {{baseUrl}}/planting-projects/:id
Use this API to retrieve a planting project by ID.
Required roles: priceless-planet-basic, priceless-planet-admin
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"id":1,"countryName":"Brazil","target":2000000,"treesPlanted":1680000,"areaCovered":94,"carbonSequestered":50,"name":"Amazon Rainforest","description":"The Atlantic Forest, also known as Mata Atlantica, once covered 130 million hectares across Brazil. Now, this tropical rainforest ecosystem is home to more than half of the country’s population.","images":[{"url":"https:image"},{"url":"https:image"}]}