Closed ryanpitts closed 10 years ago
So for a geography profile, an API response might look something like:
{ "geography": { "sumlevel": 50, "name": ... ... } "demographics": { "population_by_age_gender": { ... }, ... }, "economics": { ... }, ... }
with the actual data dicts tucked inside each relevant category object.
The profile endpoint seems to handle this and we're moving away from it anyway.
So for a geography profile, an API response might look something like:
with the actual data dicts tucked inside each relevant category object.