Carbonlink API
  • 🌿Welcome to Carbonlink
  • 🌟How Carbonlink Works
  • πŸ’ΎInstallation
  • ⁉️Handling Errors & Limits
    • Response Codes
    • Rate Limiting
  • GUIDES
    • Use Cases
      • E-Commerce
      • Carbon Accounting
      • Carbon Solution Providers
  • CORE
    • πŸ“–API reference
      • πŸ‘œProduct
      • 🧩Factor
      • πŸ—ΊοΈAsset
      • 🌍Offset
      • 🚞Estimate
    • πŸ“¦Data objects
      • Factor
      • Product
      • Asset
        • Project
          • Vintage
        • Pool
      • Estimate
      • Offset
  • Resources
    • Defining Emissions
      • The Scope System
      • CO2 Equivalents
    • Carbon Markets 101
      • What is A Carbon Credit?
      • Environmental Impact of Offsetting
      • How Are Credits Generated & Verified?
    • Methodologies
      • Carbon Credit Methodologies
      • Estimate Methodology
Powered by GitBook
On this page
  • Search for a set of Pools
  • Search for a set of Projects
  1. CORE
  2. API reference

Asset

Search through hundreds of sustainability projects and pools.

Search for a set of Pools

GET https://api.carbonlink.io/v1/assets/pools

Use the Search Query Language to filter the Carbonlink Asset Library for Pools based on a set of filter criteria.

Query Parameters

Name
Type
Description

criteria*

string

Set of fields and operations to parse into Search Query Language for filtering Pools in the Carbonlink Asset Library

fullTextSearch*

string

Raw set of words or phrases to search for Pools in the Carbonlink Asset Library.

[
   {
        "ticker": "NCT",
        "address": "0xD838290e877E0188a4A44700463419ED96c16107",
        "source": "TOUCAN",
        "description": "The Nature Carbon Tonne token...",
        "rating": 0,
        "name": "Nature Carbon Tonne"
    },
    {...}
]

Search for a set of Projects

GET https://api.carbonlink.io/v1/assets/projects

Use the Search Query Language to filter the Carbonlink Asset Library for Projects based on a set of filter criteria.

Query Parameters

Name
Type
Description

criteria*

string

Set of fields and operations to parse into Search Query Language for filtering Projects in the Carbonlink Asset Library

fullTextSearch*

string

Raw set of words or phrases to search for Projects in the Carbonlink Asset Library.

[
   {
        "ticker": "NCT",
        "address": "0xD838290e877E0188a4A44700463419ED96c16107",
        "source": "TOUCAN",
        "description": "The Nature Carbon Tonne token...",
        "rating": 0,
        "name": "Nature Carbon Tonne"
    },
    {...}
]
PreviousFactorNextOffset

Last updated 1 year ago

πŸ“–
πŸ—ΊοΈ