City of Melbourne Population Forecasts by Small Area 2021-2041
This dataset provides population forecasts by single year for 2021 to 2041. Prepared by SGS Economics and Planning (Jan-Jun 2022), forecasts are available for the municipality and small areas, as well as by gender and 5 year age groups.
Further information can be found on our <a href="https://www.melbourne.vic.gov.au/about-melbourne/research-and-statistics/Pages/city-forecasts.aspx"><u>City Forecasts</u></a> page.
<a href="https://data.melbourne.vic.gov.au/browse?q=forecasts&sortBy=relevance">Related datasets</a> are also available on Open Data.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"melbourne-vic-gov-au/city-of-melbourne-population-forecasts-by-small-sp4r-xphj\".\"city_of_melbourne_population_forecasts_by_small\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.