Explore API v1.0

The World Politics Explorer API v1 is organized around REST. It provides access to all the data available through the platform in a coherent, hierarchical way. Only the HTTP GET method is supported. All API endpoints return JSON.

GET
/api/countries

Get all countries

GET
/api/countries/id/{id]

Get country by id

GET
/api/countries/name/{name}

Get country by name

GET
/api/countries/ideology/{ideology}

Get all countries by ideology