Skip to main content
GET
/
impact
/
metrics
/
{project_id}
Get Impact Metrics
curl --request GET \
  --url https://api.terraspect.earth/impact/metrics/{project_id} \
  --header 'Authorization: Bearer <token>'
{
  "project_id": "proj_789012",
  "impact": [
    {
      "sdg_tag": "SDG1.1 No poverty",
      "title": "Average income per household derived from project activity",
      "outcome_metric": 5500,
      "impact_target": 10000,
      "impact_progress": 55,
      "methodology": "Terraspect calculation based on verified project developer payments data",
      "explanation": "Total amount paid to participants of the project divided by total number of participants"
    }
  ]
}

Authorizations

Authorization
string
header
required

Extended access token required for more sensitive data, in the format Authorization: Bearer <token>

Path Parameters

project_id
string
required

Unique identifier of the project

Response

Impact metrics successfully retrieved

project_id
string
required
Example:

"proj_789012"

impact
object[]
required