cityofnewyork-us/nyc-womens-resource-network-database-pqg4-dm6b
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 5 years ago
Indexed 2 hours ago

NYC Women's Resource Network Database

The NYC Women's Resource Network is a free, user-friendly database of over 1,000 nonprofit organizations and governmental agencies that work to advance and benefit women and families in New York City. A user can tailor their search by keyword, category, and/or borough to receive a customized listing of organizations that address their needs.

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/nyc-womens-resource-network-database-pqg4-dm6b\".\"nyc_womens_resource_network_database\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • nyc_womens_resource_network_database
     
     
     
     
     
Upstream Metadata