TEROCARBON
  1. Marketplace Data
TEROCARBON
  • Introduction
    • Welcome to Tero Carbon
    • Benefits of Integrating with Tero Carbon
  • Getting Started
    • Authentication
    • Base URLs
    • Rate Limiting
    • Webhooks
  • Core Concepts
    • Core Concepts Overview
    • Assets (Verified Carbon Units - VCUs)
    • OpenSea & CAD Trust Publication
    • Smart Contracts
  • Integration Workflow
    • 1. Onboarding & Setup
    • 2. Listing VCUs on the Marketplace (User Journey)
    • 3. Handling Internal Marketplace Transactions (Transfers & Retirements)
    • 4. Returning VCUs to Tero Carbon (Detokenization/Retokenization)
    • 5. Querying Public Data (CAD Trust)
  • API Endpoints
    • Marketplace Data
      • getProjectData
        GET
      • getIssuanceData
        GET
      • getUnitsData
        GET
    • Notifications
      • reportTransaction
    • CAD Trust Data
      • getProjectList
      • getIssuanceList
      • getUnitList
  • Policies & Legal
    • Legal Disclaimer
    • Privacy Policy
    • Asset Integrity Policy (Summary)
  • Resources
    • FAQ
    • Glossary
    • Support
    • Useful Links
  • Resources
  1. Marketplace Data

getProjectData

Developing
GET
http://stage.api.terocarbon.com:3000/integration/v1/projects/{id}
Last modified:2025-04-29 13:07:35
Retrieves detailed information about a specific project linked to VCUs currently held in the Marketplace's Tero Carbon custody account.

Request

Path Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://stage.api.terocarbon.com:3000/integration/v1/projects/' \
--header 'apikey;'

Responses

🟢200Success
application/json
Body

Example
{
    "projectID": 0,
    "projectName": "string",
    "cobenefit": [
        "string"
    ],
    "projectDescription": "string",
    "projectTags": "string",
    "currentRegistry": "string",
    "originRegistry": "string",
    "originProjectID": "string",
    "projectStatus": "Listed",
    "ProjectStatusDate": "2019-08-24",
    "projectStartDate": "2019-08-24",
    "projectEndDate": "2019-08-24",
    "projectProgram": "NBS",
    "projectSector": "Agriculture; forestry and fishing",
    "projectType": "REDD+: Reducing Emissions from Deforestation and Forest Degradation",
    "projectCountry": "string",
    "projectRegion": "string",
    "projectGeographicIdentifier": "string",
    "projectMethodologyName": "t1",
    "projectMethodologyVersion": "v1",
    "projectValidationBody": "string",
    "projectValidationDate": "string",
    "projectUnitMetric": "tCO2e",
    "isProjectCoveredByNDC": true,
    "projectNDCInformation": "string",
    "totalEstimatedUnits": 0,
    "annualEstimatedUnits": 0,
    "projectDeveloper": "string",
    "projectLinkTero": "string",
    "projectLinkCADTrust": "string",
    "projectLinkRating": "string",
    "projectLinkMap": "string"
}
🟢200projectDataResponse
Modified at 2025-04-29 13:07:35
Previous
5. Querying Public Data (CAD Trust)
Next
getIssuanceData
Built with