IBISWorld API
  1. Risk
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
        POST
      • Recently Updated Risk Reports List
        POST
      • Full Industry Risk Report
        POST
      • Sections of Risk Report
        POST
      • Early Warning System (EWS)
        POST
    • States (US) & Provinces (Canada)
      • Industry Reports List
      • Full Industry Report
      • Sections of Industry Report
    • 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. Risk

Risk Reports List

POST
/risk/v3/reportlist
Returnes a list of all available IBISWorld Risk reports for a given country, language and collection.
This provides a quick way to enumerate the Risk reports you can access, including their codes, titles, and metadata.

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

Example
{
    "Countries": [
        "US"
    ],
    "Language": "English",
    "ReportCollection": "COR"
}

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 --location --request POST '/risk/v3/reportlist' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "Countries": [
        "US"
    ],
    "Language": "English",
    "ReportCollection": "COR"
}'

Responses

๐ŸŸข200Success
application/json
Body

Example
[
    {
        "Country": "US",
        "Code": "62139B",
        "Language": "English",
        "Title": "Alternative Healthcare Providers in the US",
        "PublishedDate": "2025-09-08T00:00:00",
        "ReportCollection": "COR"
    },
    {
        "Country": "US",
        "Code": "32312",
        "Language": "English",
        "Title": "Printing Services in the US",
        "PublishedDate": "2025-09-08T00:00:00",
        "ReportCollection": "COR"
    },
    {
        "Country": "US",
        "Code": "32733",
        "Language": "English",
        "Title": "Concrete Pipe & Block Manufacturing in the US",
        "PublishedDate": "2025-09-08T00:00:00",
        "ReportCollection": "COR"
    }
]
๐ŸŸ 403403
๐ŸŸข204204
๐ŸŸ 401401
Modified atย 2025-10-24 01:35:08
Previous
Risk
Next
Recently Updated Risk Reports List
Built with