IBISWorld API
  1. States (US) & Provinces (Canada)
IBISWorld API
  • Overview
    • ๐Ÿš€ Getting Started
    • ๐Ÿ“Š About IBISWorld
    • ๐ŸšฆRate Limits & Data Size
    • ๐ŸŒ API Uptime, SLA & Support
    • ๐Ÿ“Œ Versioning & API Changes
    • โ“Frequently Asked Questions (FAQs)
    • ๐Ÿ“ฐ API Release Notes
    • Authentication
      POST
  • How-To Guides
    • ๐Ÿ” How To: Convert ANZSIC โžœ IBISWorld Report
    • ๐Ÿ“ฅ How To: Download an IBISWorld PDF Report
  • Industry
    • Risk
      • Risk Reports List
      • Recently Updated Risk Reports List
      • Full Industry Risk Report
      • Sections of Risk Report
      • Early Warning System (EWS)
    • States (US) & Provinces (Canada)
      • Industry Reports List
        POST
      • Full Industry Report
        POST
      • Sections of Industry Report
        POST
    • Segment Benchmarking (US)
      • Full Segment Benchmarking Report
      • Sections of a Segment Benchmarking Report
    • ESG
      • Full ESG Report
      • Sections of ESG Report
    • Industry Reports List
      POST
    • Recently Updated Industry Reports List
      POST
    • Sections of Industry Report
      POST
    • Full Industry Report
      POST
    • One Section from Multiple Industry Reports
      POST
    • Industry Report Images
      POST
  • Classifications
    • List of Classification System Versions
    • List of Classification System Titles and Codes
    • Classification System to IBISWorld Report Concordance
    • IBISWorld Report to Classification System Concordance
  • Downloads
    • Download a Report
  • Business Environment Profiles
    • BED Reports List
    • Recently Updated BED Reports List
    • Full BED Report
    • Sections of BED Report
  • Company
    • Company Reports List (Australia)
    • Full Company Report (Australia)
    • Sections of Company Report (Australia)
  1. States (US) & Provinces (Canada)

Industry Reports List

POST
/industrystate/v3/reportlist
Returns a list of all available IBISWorld Industry State (US) or Provincial (Canada) reports for a given country, language and region.
This provides a quick way to enumerate State or Provincial reports, including their codes, titles, and metadata. Feed report codes into other endpoints (e.g., /industrystate/v3/fullreport, /industrystate/v3/sections.

Request

Authorization
Add the parameter
Authorization
to Headers
๏ผŒwhose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
Body Params application/json

Examples
{
    "Country": "CA",
    "Language": "English",
    "Region": "ON"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl --location --request POST '/industrystate/v3/reportlist' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "Country": "CA",
    "Language": "English",
    "Region": "ON"
}'

Responses

๐ŸŸข200Success
application/json
Body

Examples
[
    {
        "Country": "US",
        "Code": "NY48412",
        "Language": "English",
        "Title": "Long-Distance Freight Trucking in New York",
        "PublishedDate": "2025-08-25T00:00:00",
        "ReportCollection": "STA-NY"
    },
    {
        "Country": "US",
        "Code": "NY33122",
        "Language": "English",
        "Title": "Steel Rolling & Drawing in New York",
        "PublishedDate": "2025-08-25T00:00:00",
        "ReportCollection": "STA-NY"
    },
    {
        "Country": "US",
        "Code": "NY42445",
        "Language": "English",
        "Title": "Confectionery Wholesaling in New York",
        "PublishedDate": "2025-08-25T00:00:00",
        "ReportCollection": "STA-NY"
    },
    {
        "Country": "US",
        "Code": "NY33699B",
        "Language": "English",
        "Title": "Tank & Armored Vehicle Manufacturing in New York",
        "PublishedDate": "2025-08-25T00:00:00",
        "ReportCollection": "STA-NY"
    },
    {
        "Country": "US",
        "Code": "NY52232",
        "Language": "English",
        "Title": "Credit Card Processing & Money Transferring in New York",
        "PublishedDate": "2025-08-25T00:00:00",
        "ReportCollection": "STA-NY"
    }
]
๐ŸŸข204204
๐ŸŸ 401401
๐ŸŸ 403403
Modified atย 2025-10-24 01:34:59
Previous
States (US) & Provinces (Canada)
Next
Full Industry Report
Built with