{"slug": "faostat", "name": "FAOSTAT", "tagline": "Crop production, land use and inputs by country since 1961", "source": "FAO", "category": {"slug": "agricultural", "name": "Agricultural", "icon": "sprout", "tone": "green"}, "meta": ["Country/region", "1961–present", "Global"], "thumb": "/static/catalog/thumbs/faostat.2cf842b78461.jpg", "bbox": [-180.0, -90.0, 180.0, 90.0], "global": true, "access": "download", "url": "/datasets/faostat/", "subtitle": "FAO corporate statistical database", "summary": "Production, harvested area and yield by crop and country, land use, fertilizer and pesticide use, emissions and trade. Bulk downloads cover every domain.", "categories": [{"slug": "agricultural", "name": "Agricultural", "icon": "sprout", "tone": "green"}], "sources": [{"slug": "fao", "name": "Food and Agriculture Organization of the United Nations", "label": "FAO", "url": "https://www.fao.org/", "page": "/sources/fao/"}], "facts": [["Source", "FAO"], ["Resolution", "Country/region"], ["Time span", "1961–present"], ["Temporal", "Annual"], ["Access type", "Direct download (external)"], ["Formats", "CSV, API"], ["Coverage", "Global"]], "access_note": "", "coverage": "Global", "license": {"name": "CC BY 4.0", "url": "https://www.fao.org/contact-us/terms/db-terms-of-use/en/"}, "citation": "", "doi": "", "landing_url": "https://www.fao.org/faostat/", "provider_url": "https://www.fao.org/faostat/", "methods": [{"type": "link", "label": "FAOSTAT data and bulk downloads"}], "preview": null, "thumb_credit": "Croplands 2000 (NASA GIBS)", "selection": [-75.0, -20.0, -50.0, 5.0], "selection_text": "-75,-20,-50,5", "snippets": {"curl": "curl \"https://hydrological.org/api/v1/datasets/faostat/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/faostat/links\",\n                 params={\"bbox\": \"-75,-20,-50,5\"})\nfor group in r.json()[\"groups\"]:\n    for link in group[\"links\"]:\n        print(link[\"url\"])", "javascript": "const res = await fetch(\"https://hydrological.org/api/v1/datasets/faostat/links?bbox=-75,-20,-50,5\");\nconst { groups } = await res.json();\nfor (const g of groups) g.links.forEach(l => console.log(l.url));"}, "api": {"links": "/api/v1/datasets/faostat/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/faostat/manifest?bbox=-75,-20,-50,5"}}