Skip to main content

Bundle

Group of projects of similar price and characteristics.

Orders are placed against bundles.

  • Endpoints
  • The Bundle object
    idstringrequired

    The bundle's unique identifier


    namestringrequired

    The bundle's name


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

    Bundle unit price per tonne CO2


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

    Bundle unit price per tonne CO2 inclusive of fees


    currencystringrequired

    Currency code


    background_colourstringrequired

    A bundle's background colour in hexadecimal format


    primary_imagestringrequired

    A bundle's image URL


    large_imagestring

    A bundle's larger image URL


    primary_image_hiresstringrequired

    A bundle's high resolution image URL


    small_thumbnailstringrequired

    A bundle's small thumbnail image URL


    descriptionstringrequired

    The bundle's description


    disabledbooleanrequired

    Disabled bundles do not accept orders


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

    Quantity of CO2 offsets available to purchase (in tonnes).

    If available_quantity is null, assume there is an unlimited amount of offsets to purchase.


    offset_typeenumrequired

    Offset type classification

    Enum:
    • emissions_reduction
    • carbon_removal

    approachenumrequired

    Bundle approach

    Enum:
    • traditional
    • innovative

    carbon_permanenceenumrequired

    The bundle's carbon storage permanence.

    Enum:
    • long_term
    • short_term
    • no_storage

    projectsarray of objectrequired

    An array of Project objects that belong to the bundle.

  • Bundle
  • {
      "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",
      "projects": [
        {
          "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"
        }
      ]
    }