Open repository in Console
Readme
Updated 1 month ago
‧ Indexed 2 hours ago
Best Starts for Kids Funding Award Database
Best Starts for Kids provides funding to community organizations, non-profits, schools and school districts, tribes and tribal organizations, and public or governmental agencies serving communities in King County. We consider our funding recipients as partners working together to achieve health and well-being for children, youth, families and communities. See where we're investing.
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 \"kingcounty-gov/best-starts-for-kids-funding-award-database-2be9-wu5b\".\"best_starts_for_kids_funding_award_database\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.