This command is getting a "Not Acceptable. Check suggested format." error: ``` curl -H "X-API-KEY: ..." \ https://data.dol.gov/get/inspection/format/json/limit/200/date_column/case_mod_date/start_date/2012-01-01 ``` I also tried a bunch of variants, trimming out filtering options, all with the same result. As a reality check, I also tried the examples at the bottom of the [ACCESSING THE API USING HTTP REQUESTS](https://developer.dol.gov/accessing-the-apis-using-http-requests/) page: ``` curl -H "X-API-KEY: ..." \ https://data.dol.gov/get/accident/format/xml/limit/10/offset/5/columns/summary_nr:event_desc:event_time ``` ``` curl -k -H "X-API-KEY: ..." \ https://data.dol.gov/get/accident/limit/130/filter_column/event_keyword=crushed:report_id=04547 ``` They, too, get the same "Not Acceptable. Check suggested format." error. Help! I'm baffled.
This command is getting a "Not Acceptable. Check suggested format." error:
I also tried a bunch of variants, trimming out filtering options, all with the same result.
As a reality check, I also tried the examples at the bottom of the ACCESSING THE API USING HTTP REQUESTS page:
They, too, get the same "Not Acceptable. Check suggested format." error.
Help! I'm baffled.