Maryland Births and Birth Rates, 1902-2016
This is historical data. The update frequency has been set to "Static Data" and is here for historic value. Updated 8/14/2024.
Number of live births and birth rate per 1,000 population by year.
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 \"opendata-maryland-gov/maryland-births-and-birth-rates-19022016-jc6h-tmg9\".\"maryland_births_and_birth_rates_19022016\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.