cityofnewyork-us/greenbook-mdcw-n682
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 11 months ago
Indexed 11 months 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 all levels of New York City government, County, and the unified Courts system.

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