Skip to main content
GET
/
impact
/
communities
/
{project_id}
Get Community Metrics
curl --request GET \
  --url https://api.terraspect.earth/impact/communities/{project_id} \
  --header 'Authorization: Bearer <token>'
{
  "project_id": "proj_789012",
  "total_participants": 1500,
  "breakdown_participants": {
    "indigenous_communities": 250,
    "smallholder_farmers": 800,
    "private_landowners": 100,
    "public_bodies": 5,
    "individuals": 300,
    "community_groups": 25,
    "supervisors": 20
  },
  "breakdown_gender": {
    "men_percentage": 45.5,
    "men_number": 682,
    "women_percentage": 54.5,
    "women_number": 818
  }
}

Authorizations

Authorization
string
header
required

Standard access token, in the format Authorization: Bearer <token>

Path Parameters

project_id
string
required

Unique identifier of the project

Response

Community metrics successfully retrieved

project_id
string
required

Project identifier

Example:

"proj_789012"

total_participants
integer
required

Total number of project participants

Example:

1500

breakdown_participants
object
required

Detailed breakdown of participant types

breakdown_gender
object
required