cityofnewyork-us/directory-of-family-justice-centers-xggi-kgx9
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 6 months ago
Indexed 5 hours ago

Directory of Family Justice Centers

The dataset contains geographic and contact information for the New York City Family Justice Centers, including: borough, facility name (always Family Justice Center), street address, city, state, zip code, telephone number, hours, service type, latitude, longitude, community board, council district, 2010 census tract, building identification number (BIN), borough/block/lot number (BBL) and neighborhood tabulation area (NTA).

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 \"cityofnewyork-us/directory-of-family-justice-centers-xggi-kgx9\".\"directory_of_family_justice_centers\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • directory_of_family_justice_centers
     
     
     
     
     
Upstream Metadata