cityofnewyork-us/greenbook-mdcw-n682
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 8 days ago
Indexed 3 hours ago

Greenbook

The Green Book Online is a fully searchable database which gives New Yorkers the opportunity to search for the agencies, offices, boards and commissions that keep our City running. It includes listings for New York City, County, Courts, and New York State government offices.

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/greenbook-mdcw-n682\".\"greenbook\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • greenbook
     
     
     
     
     
Upstream Metadata