This dataset provides a list of all the indicator categories generated by the social sector of the Inter-American Development Bank. The full dataset can be found at: https://mydata.iadb.org/Social-Protection/Social-Indicators-of-Latin-America-and-the-Caribbe/q8e9-eb82
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 \"mydata-iadb/idb-social-indicators-categories-77yq-cyff\".\"idb_social_indicators_categories\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.