This API is currently in closed beta and not publicly available

API Reference

Projects

The Projects endpoints allow you to fetch carbon offset project data, either as a list or for a single project in detail.

Available Endpoints

EndpointMethodDescription
/projects/offsetGETList all carbon offset projects (paginated)
/projects/offset/{id}GETGet detailed information for a specific project

Project Object

FieldTypeDescription
project_idstringUnique identifier for the project
titlestringName of the carbon offset project
descriptionstringDetailed description of the project's goals and implementation
primary_imagestringURL to the project's primary image
imagesarrayCollection of project images
images[].srcstringURL of the image
images[].altstringAlt text description of the image
location_namestringHuman-readable location where the project is being implemented
countrystringCountry where the project is located
categorystringType of carbon offset project (e.g., Reforestation, Renewable Energy)
registry_typestringThe carbon registry standard the project follows (e.g., Gold Standard, Verra VCS)
min_volumenumberMinimum volume of carbon credits that can be purchased
pricingobjectDetailed pricing information
pricing.base_price_per_tonnumberThe base price per tonne in £ (OT Price)
pricing.partner_margin_percentagenumberPartner margin as a percentage
pricing.partner_profit_per_tonnumberPartner profit per tonne in £
pricing.end_customer_price_per_tonnumberFinal sale price per tonne for end customers in £
pricing.vat_ratenumberVAT rate as a decimal (e.g., 0.2 for 20%)
pricing.total_pricenumberTotal project cost in £
project_statusstringCurrent status of the project (active, pending, archived)

Error Responses

Status CodeError CodeDescription
400BadRequestInvalid query parameters or filter values
401UnauthorizedMissing or invalid API key
403ForbiddenValid API key but insufficient permissions to access projects
404NotFoundProject with the specified ID does not exist
429TooManyRequestsRate limit exceeded - please wait before making more requests
500ServerErrorInternal server error - please contact support if the issue persists
Previous
Error Handling