Skip to main content

Get a project by slug

Path Parameters
slugstringrequired

The project's unique slug

Returns
idstringrequired

The projects's unique identifier


namestringrequired

The project's name


short_namestringrequired

The project's short name. May coincide with name.


slugstringrequired

Project slug


descriptionstringrequired

Project description


project_typestringrequired

The project's offset type, eg Forest conservation, Afforestation, Direct Air Capture


registry_nameenumrequired

The project's Verification Standard Entity name or equivalent organization.

Enum:
  • American Carbon Registry
  • Verra
  • Puro.earth
  • Gold Standard
  • Climate Action Reserve
  • Woodland Carbon Code
  • ACCU
  • Carbon Future

registry_linkstringrequired

A link to the registry's project details page.


latitudenumberfloatrequired

Latitude


longitudenumberfloatrequired

Logitude


country_namestringrequired

The project's country


country_codestringrequired

The project's 3 character country code


regionstringrequired

The project's region


logostringrequired

A project logo image URL


primary_imagestringrequired

A project image URL


thumbnail_imagestringrequired

A project thumbnail image URL


resultsarray of stringrequired

Project results


un_sdgarray of numberrequired

UN Sustainable Development Goals.

Each number in the array represent one UN Sustainable Development Goal. See https://sdgs.un.org/goals.


disabledbooleanrequired

Disabled projects do not get allocated to orders


mediaarray of objectrequired

A list of images and videos belonging to the project.


crediting_start_datestringdaterequired

Project’s crediting period start date.


crediting_end_datestringdaterequired

Project’s crediting period end date.


registration_datestringdaterequired

Date the project was registered in the registry.


protocolarray of stringrequired

The standard followed to assure that a carbon offset project delivers on carbon reduction or removal.


methodologystringrequired

Detailed application of the broader principles set out in the protocol.


durabilitystringrequired

Expected duration of the carbon storage (carbon removal projects only).


additional_standards_metarray of stringrequired

Any additional standards the project meets.


verifying_bodystringrequired

Independent entity assessing compliance of carbon projects with protocol and methodology.


risk_of_reversalstringrequired

Mitigation plan for the risk of reversal.


risk_of_predicted_emissionsstringrequired

Mitigation plan for the risk of predicted reductions or removals not occurring.


avg_annual_emission_reductionsstring^[0-9]+(\.[0-9]+)?$required

Estimated average annual reductions or removals.


bundlesarray of objectrequired

An array of Bundle objects the project is part of.


impact_summaryarray of objectrequired

The items of the array are ordered exactly as they're meant to be used.

A null value means there's no data or the section is disabled.


datasetsarray of objectrequired

Datasets available for the project.

For instance Forest loss or Biodiversity.


quality_assessmentobjectrequired

The way the project relates to every of the five Project Quality Assessment categories.

A null value means there's no data or the section is disabled.


links_and_newsobjectrequired

A null value means there's no data or the section is disabled.


carbon_creditsobjectrequired

A null value means there's no data or the section is disabled. Note that availability can be missing data or be disabled separately.


timelinearray of objectrequired

The array order is newest to oldest.

A null value means there's no data or the section is disabled.


carbon_storage_over_timearray of objectrequired

The order of the array is oldest to newest (per the year property).

A null value means there's no data or the section is disabled.

The values (except for year, of course) are in tonnes.

  • GET /projects/by-slug/{slug}
  • curl 'https://api.lune.co/v1/projects/by-slug/alto-mayo' \
      -H 'Authorization: Bearer <API_KEY>'
  • Response
  • {
      "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"
        }
      ],
      "crediting_start_date": "2024-01-01",
      "crediting_end_date": "2024-01-01",
      "registration_date": "2024-01-01",
      "protocol": [
        "Verra VCS",
        "Verra CCB"
      ],
      "methodology": "VM0007",
      "durability": "100+",
      "additional_standards_met": [
        "CCB Third Edition"
      ],
      "verifying_body": "SCS Global Services",
      "risk_of_reversal": "Use of Verra buffer pool",
      "risk_of_predicted_emissions": "Non-issuance of credits",
      "avg_annual_emission_reductions": "333978",
      "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",
          "approach": "traditional",
          "carbon_permanence": "long_term"
        }
      ],
      "impact_summary": [
        {
          "icon": "tree",
          "label": "label",
          "title": "title",
          "description": "description",
          "image_url": "image_url"
        }
      ],
      "datasets": [
        {
          "dataset": "dataset",
          "description": "description",
          "thumbnail_url": "thumbnail_url"
        }
      ],
      "quality_assessment": {
        "durability": {
          "title": "title",
          "description": "description"
        },
        "additionality": {
          "title": "title",
          "description": "description"
        },
        "measurement": {
          "title": "title",
          "description": "description"
        },
        "risk_mitigation": {
          "title": "title",
          "description": "description"
        },
        "cobenefits": {
          "title": "title",
          "description": "description"
        }
      },
      "links_and_news": {
        "links": [
          {
            "destination_url": "destination_url",
            "title": "title",
            "favicon_url": "favicon_url"
          }
        ],
        "news": [
          {
            "image_url": "image_url",
            "favicon_url": "favicon_url",
            "article_url": "article_url",
            "title": "title",
            "description": "description",
            "published_at": "published_at"
          }
        ]
      },
      "carbon_credits": {
        "offset_delivery": "ex_post",
        "retirement_timeframe": "instant",
        "inventory": [
          {
            "vintage": "vintage",
            "quantity": 1,
            "price": {
              "value": "3.14",
              "currency": "GBP"
            }
          }
        ]
      },
      "timeline": [
        {
          "year": 1,
          "description": "description"
        }
      ],
      "carbon_storage_over_time": [
        {
          "year": 1,
          "baseline": 1,
          "carbon_stock": 1,
          "assumed_leakage": 1,
          "buffer": 1,
          "credits_issued": 1
        }
      ]
    }