House BIll 2402 Grantee List
This lists all organizations that have received a grant under House Bill 2402 to help homeless individuals obtain a copy of their birth certificate at no cost. If you have questions about this data, please email leila.ortega@oha.oregon.gov.
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 \"oregon-gov/house-bill-2402-grantee-list-cw9y-pftk\".\"house_bill_2402_grantee_list\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.