We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This endpoint allows a user to get the value associated with a statistical variable for a set of child places of a certain type, for a given date.
Endpoint: /stat/collection Parameters:
Available as GET
Example: https://api.datacommons.org/stat/collection?parent_place=country/USA&child_type=State&date=2013&stat_vars=Count_Person
Note, a direct parent/child place relationship is required here as well, i.e. country/USA -- State works, but country/USA -- County would not: https://api.datacommons.org/stat/collection?parent_place=geoId/06&child_type=County&date=2013&stat_vars=Count_Person https://api.datacommons.org/stat/collection?parent_place=country/USA&child_type=County&date=2013&stat_vars=Count_Person
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This endpoint allows a user to get the value associated with a statistical variable for a set of child places of a certain type, for a given date.
Endpoint: /stat/collection
Parameters:
Available as GET
Example:
https://api.datacommons.org/stat/collection?parent_place=country/USA&child_type=State&date=2013&stat_vars=Count_Person
Note, a direct parent/child place relationship is required here as well, i.e. country/USA -- State works, but country/USA -- County would not:
https://api.datacommons.org/stat/collection?parent_place=geoId/06&child_type=County&date=2013&stat_vars=Count_Person
https://api.datacommons.org/stat/collection?parent_place=country/USA&child_type=County&date=2013&stat_vars=Count_Person
The text was updated successfully, but these errors were encountered: