Skip to main content

List available Countries

GET 

/v1/countries

This endpoint will return all the Countries that Percent currently supports. If hasRegistry is true, it will return the subset of Countries that Percent currently has nonprofit data for.

Request​

Query Parameters

    hasRegistry boolean

    Only return Countries with Registries

Responses​

Successfully retrieved Countries

Schema
    data object[]
  • Array [
  • code string
    name string
    hasRegistry boolean
  • ]
  • object string
Loading...