Environmental & Reference
Note:
redshank fetchCLI dispatch currently exposesuk_corporate_intelligenceonly. The command snippets on this page document fetcher IDs and expected query shapes as dispatcher targets are expanded.
EPA ECHO
Compliance and enforcement data from the EPA ECHO system.
redshank fetch epa_echo --name "Acme Manufacturing"
OSHA Inspections
Workplace inspection records from the OSHA API.
redshank fetch osha --establishment "Acme Corp"
Census ACS
American Community Survey demographic data via the Census API.
redshank fetch census_acs --fips 12086 --variables B01001_001E,B19013_001E
Wikidata
Entity facts and relationships via the Wikidata SPARQL endpoint.
redshank fetch wikidata --entity "Q312"
redshank fetch wikidata --sparql "SELECT ?item WHERE { ?item wdt:P31 wd:Q6256 }"
GDELT
Global media event and tone analysis via the GDELT 2.0 API.
redshank fetch gdelt --query "Acme Corp" --timespan 1month