Skip to main content

List available Countries

GET 

/v1/countries

This endpoint will return all the Countries that Goodstack currently supports. If hasRegistry is true, it will return the subset of Countries that Goodstack 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
    Example: POL
    name string
    Example: Poland
    hasRegistry boolean
    Example: true
  • ]

  • object string
    Example: Country
Loading...