IBISWorld API
  1. Company
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
      • 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
    • Recently Updated Industry Reports List
    • Sections of Industry Report
    • Full Industry Report
    • One Section from Multiple Industry Reports
    • Industry Report Images
  • 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)
      POST
    • Full Company Report (Australia)
      POST
    • Sections of Company Report (Australia)
      POST
  1. Company

Company Reports List (Australia)

POST
/company/v3/reportlist
Returns a list of all available IBISWorld company reports (Australia only).
This provides a quick way to enumerate Company reports, including their codes, titles, and metadata. Feed report codes into other endpoints (e.g., /company/v3/fullreport, /company/v3/sections, /downloads/v3/report).

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
{
  "Country": "AU",
  "Language": "English"
}

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 '/company/v3/reportlist' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
  "Country": "AU",
  "Language": "English"
}'

Responses

๐ŸŸข200Success
application/json
Body

Example
[
    {
        "Country": "AU",
        "EntityId": 513434,
        "Language": "English",
        "Title": "Mint Asset Management Limited",
        "PublishedDate": "2024-03-26T15:46:35",
        "ReportCollection": null
    },
    {
        "Country": "AU",
        "EntityId": 468725,
        "Language": "English",
        "Title": "Allied Pumps Pty Ltd",
        "PublishedDate": "2024-05-29T22:00:21",
        "ReportCollection": null
    },
    {
        "Country": "AU",
        "EntityId": 6299,
        "Language": "English",
        "Title": "Bristol-Myers Squibb Australia Pty Ltd",
        "PublishedDate": "2024-03-13T14:05:37",
        "ReportCollection": null
    },
    {
        "Country": "AU",
        "EntityId": 513438,
        "Language": "English",
        "Title": "Ashburton Lyndhurst Irrigation Limited",
        "PublishedDate": "2024-04-23T18:58:42",
        "ReportCollection": null
    }
]
๐ŸŸข204204
๐ŸŸ 403403
๐ŸŸ 401401
Modified atย 2025-10-24 01:32:46
Previous
Company
Next
Full Company Report (Australia)
Built with