I can use the following request to get the domain names in Socrata:
https://api.us.socrata.com/api/catalog/v1/domains
Most of these will be US-based, but some are clearly not, e.g.:
{ "domain" : "www.data.act.gov.au", "count" : 1129 },
{ "domain" : "data.novascotia.ca", "count" : 1113 },
Is there a way to:
- query the domain list by country
- retrieve the countries represented in the catalog?
Thanks!