Runaway And Homeless Youth Programs
Included in this data set are data elements that will help the public identify agencies that are certified to operate programs for runaway and homeless youth. These programs are available to assist runaway and homeless youth in emergency situation and provide independent living skills for youth in transition. Data elements include the agency name, agency business address, phone number, website and type of program offered.
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 \"ny-gov/runaway-and-homeless-youth-programs-q88j-j2mi\".\"runaway_and_homeless_youth_programs\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.