/industry/v3/fullreport, /industry/v3/sections, /downloads/v3/report).Authorization: Bearer ********************{
"Countries": [
"US",
"AU"
],
"Language": "English",
"ReportCollection": "COR"
}curl --location --request POST 'https://api.ibisworld.com/industry/v3/reportlist' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"Countries": [
"US",
"AU"
],
"Language": "English",
"ReportCollection": "COR"
}'[
{
"Country": "US",
"Code": "56162",
"Language": "English",
"Title": "Security Alarm Services in the US",
"PublishedDate": "2025-09-10T00:00:00",
"ReportCollection": "COR"
},
{
"Country": "US",
"Code": "42344",
"Language": "English",
"Title": "Restaurant & Hotel Equipment Wholesaling in the US",
"PublishedDate": "2025-04-15T00:00:00",
"ReportCollection": "COR"
},
{
"Country": "US",
"Code": "53231",
"Language": "English",
"Title": "Tool & Equipment Rental in the US",
"PublishedDate": "2025-04-15T00:00:00",
"ReportCollection": "COR"
},
{
"Country": "US",
"Code": "42385",
"Language": "English",
"Title": "Janitorial Equipment Supply Wholesaling in the US",
"PublishedDate": "2025-09-16T00:00:00",
"ReportCollection": "COR"
}
]