Will return a list of all available countries and their org count

This will return a list of all countries available in GlobalGiving Atlas, including their common name, two-letter
ISO 3166 country code, and the total number of organizations included in GlobalGiving Atlas for that country. Note that this is a live, updating list and new countries are being added every week.

This method will provide information about all data available in GlobalGiving Atlas, including countries that you may not have a license for. (Note: Global access licensed users have access to every data set in GlobalGiving Atlas.)

Example returned data:

[
  {
    "name": "Canada",
    "id": "CA",
    "count": 30
  },
  {
    "name": "South Africa",
    "id": "SA",
    "count": 43
  }
]
Language
Authorization
Header
Click Try It! to start a request and see the response here!