API Endpoints

API Documentation for UNINFO

Please see the API Documentation for UN INFO herehttps://api.uninfo.org/docs/

As a brief starting point, please try querying the following to see if the output may fit your needs.

endpoint:
POST https://api.uninfo.org/v0.1/plan/public/entity/search

 
payload:
{
"coreentityTypeIds": 9,
"exclude": [
 "children",
 "contributingPartners",
 "implementingPartners",
 "planEntityCells",
 "planEntityDataitems",
 "planEntityLocations",
 "plan",
 "planEntityVersions",
 "entityPrototype",
 "planSubmissions",
 "supportedBy",
 "supporting",
 "users",
 "focalUsers",
 "organizations",
 "planEntitySdgs",
 "parent",
 "planEntityIndicators"
]
}

This will specifically query all activities (sub-outputs) on the platform and return their associated data (minus the properties mentioned in the exclude attribute).

Last updated