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

Recently Updated Risk Reports List

POST
/risk/v3/updatedreports
Returns a list of IBISWorld reports that have been updated within a specified date range.
This is especially useful for synchronizing your system with the latest report content without re-downloading all reports.
Query StartDate and EndDate to fetch only the reports that have changed in that period. Please note that Risk Reports are updated once per month, so all reports witin a country will appear to have the same PublishedDate.

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",
    "StartDate": "2022-04-03",
    "EndDate": "2025-06-07",
    "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/updatedreports' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "Countries": [
        "US"
    ],
    "Language": "English",
    "StartDate": "2022-04-03",
    "EndDate": "2025-06-07",
    "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"
    },
    {
        "Country": "US",
        "Code": "33149",
        "Language": "English",
        "Title": "Nonferrous Metal Rolling & Alloying in the US",
        "PublishedDate": "2025-09-08T00:00:00",
        "ReportCollection": "COR"
    },
    {
        "Country": "US",
        "Code": "62411",
        "Language": "English",
        "Title": "Adoption & Child Welfare Services in the US",
        "PublishedDate": "2025-09-08T00:00:00",
        "ReportCollection": "COR"
    },
    {
        "Country": "US",
        "Code": "21211",
        "Language": "English",
        "Title": "Coal Mining in the US",
        "PublishedDate": "2025-09-08T00:00:00",
        "ReportCollection": "COR"
    },
    {
        "Country": "US",
        "Code": "23799",
        "Language": "English",
        "Title": "Heavy Engineering Construction in the US",
        "PublishedDate": "2025-09-08T00:00:00",
        "ReportCollection": "COR"
    },
    {
        "Country": "US",
        "Code": "53211",
        "Language": "English",
        "Title": "Car Rental in the US",
        "PublishedDate": "2025-09-08T00:00:00",
        "ReportCollection": "COR"
    },
    {
        "Country": "US",
        "Code": "54141",
        "Language": "English",
        "Title": "Interior Designers in the US",
        "PublishedDate": "2025-09-08T00:00:00",
        "ReportCollection": "COR"
    },
    {
        "Country": "US",
        "Code": "23713",
        "Language": "English",
        "Title": "Transmission Line Construction in the US",
        "PublishedDate": "2025-09-08T00:00:00",
        "ReportCollection": "COR"
    }

]
๐ŸŸข204204
๐ŸŸ 401401
๐ŸŸ 403403
Modified atย 2025-10-24 01:35:10
Previous
Risk Reports List
Next
Full Industry Risk Report
Built with