IDB Social Indicators Dictionary
This dictionary provides a comprehensive list of all the indicators generated by the social sector of the Inter-American Development Bank. The indicators are obtained from multiple sources such as household surveys, population censuses and external sources. It covers areas including education, health, labour, poverty, social protection, and gender, among others. Each indicator is defined, with information about the collection they belong to, the theme, and the value type. The full dataset can be found at: https://mydata.iadb.org/Social-Protection/Social-Indicators-of-Latin-America-and-the-Caribbe/q8e9-eb82
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 \"mydata-iadb/idb-social-indicators-dictionary-5bbz-ibhf\".\"idb_social_indicators_dictionary\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.