Provenance
Freshness & coverage
Methods (4)
searchProjects
readSearch carbon-offset projects by program; filter by country, status, protocol, region, or name.
Input schema
{ "type": "object", "properties": { "program": { "type": "string", "examples": [ "VCS" ] }, "country": { "type": "string", "examples": [ "Indonesia" ] }, "status": { "type": "string", "examples": [ "Registered" ] }, "protocol": { "type": "string" }, "region": { "type": "string" }, "proponent": { "type": "string" }, "query": { "type": "string" }, "page": { "type": "number" }, "size": { "type": "number", "examples": [ 100 ] } }, "additionalProperties": false }program (VCS|CCB) server-side; other filters client-side per page.
getProject
readGet one project by Verra resourceIdentifier (resolved client-side; no native by-id endpoint).
Input schema
{ "type": "object", "properties": { "id": { "type": "integer", "examples": [ 6027 ], "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "program": { "type": "string", "examples": [ "VCS" ] } }, "additionalProperties": false, "required": [ "id" ] }id is the resourceIdentifier, e.g. 6027. Scans the program corpus page.
getProgramSummary
readPer-program issued / retired / registered / buffer totals (VCS, CCB).
Input schema
{ "type": "object", "properties": { "program": { "type": "string", "examples": [ "VCS" ] } }, "additionalProperties": false }program defaults to VCS. SD-VISTA/PWRS have no public summary.
getServiceInfo
readDescribe endpoints, programs, pagination, and filtering with a live reachability probe.
Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }
