Get a project
Path Parameters
The project's unique identifier
Returns
The projects's unique identifier
The project's name
The project's short name. May coincide with name.
Project slug
Project description
The project's offset type, eg Forest conservation, Afforestation, Direct Air Capture
The project's Verification Standard Entity name or equivalent organization.
- American Carbon Registry
- Verra
- Puro.earth
- Gold Standard
- Climate Action Reserve
- Woodland Carbon Code
A link to the registry's project details page.
Latitude
Logitude
The project's country
The project's 3 character country code
The project's region
A project logo image URL
A project image URL
A project thumbnail image URL
Project results
UN Sustainable Development Goals.
Each number in the array represent one UN Sustainable Development Goal. See https://sdgs.un.org/goals.
Disabled projects do not get allocated to orders
A list of images and videos belonging to the project.
Array of bundles the project is part of
curl 'https://api.lune.co/v1/projects/1vE213P96LbXNap56NAqVoM7knOedQg4' \
-H 'Authorization: Bearer <API_KEY>'
{
"id": "owda1kVEl60jnPykZeADr57Z8OqbKMXx",
"name": "Alto Mayo",
"short_name": "Alto Mayo",
"slug": "alto-mayo",
"description": "description",
"project_type": "Forest conservation",
"registry_name": "Verra",
"registry_link": "https://registry.verra.org/app/projectDetail/VCS/1566",
"latitude": -5.87798,
"longitude": -77.612352,
"country_name": "Peru",
"country_code": "country_code",
"region": "Huancavelica",
"logo": "https://assets.lune.co/projects/Alto+Mayo+1+logo.png",
"primary_image": "https://assets.lune.co/projects/Alto+Mayo+1.png",
"thumbnail_image": "https://assets.lune.co/projects/Alto+Mayo+1_thumbnail.png",
"results": [
"Reduced deforestation of 75% from baseline levels, the first time a project in Peru reaches such high results",
"Co-benefits include: poverty reduction across local communities, education around sustainable farming, conservation of biodiversity"
],
"un_sdg": [
1,
4,
8,
13,
15
],
"disabled": true,
"media": [
{
"type": "image",
"url": "https://assets.lune.co/bundles/biochar.png",
"attribution_text": "instagram.com/conservationorg",
"attribution_url": "https://conservationorg.com"
}
],
"bundles": [
{
"id": "BmWxrvXo29eGqzA1qjANL5PwnkgaO8R3",
"name": "Latin America Forestry",
"unit_price": "6.09",
"gross_unit_price": "7.09",
"currency": "GBP",
"background_colour": "#AABBCC",
"primary_image": "https://assets.lune.co/bundles/latin-america-forestry.png",
"large_image": "https://assets.lune.co/bundles/latin-america-forestry-lg.png",
"primary_image_hires": "https://assets.lune.co/bundles/latin-america-hires.jpg",
"small_thumbnail": "https://assets.lune.co/bundles/latin-america-thumbnail.jpg",
"description": "A conglomeration of renewable energy projects around the world",
"disabled": true,
"available_quantity": "1000.09",
"offset_type": "emissions_reduction",
"carbon_permanence": "long_term"
}
]
}