IBISWorld API
  1. Downloads
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
      POST
  • 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. Downloads

Download a Report

POST
/downloads/v3/report
The /downloads/v3/report endpoint allows you to request a full IBISWorld report file in PDF, Word, or PowerPoint format.
To specify the desired output format, include an Accept header in your request:
application/pdf โ€” PDF file
application/vnd.openxmlformats-officedocument.wordprocessingml.document โ€” Word (.docx)
application/vnd.openxmlformats-officedocument.presentationml.presentation โ€” PowerPoint (.pptx)
This endpoint is ideal when you need the original formatted document, either for offline use, client deliverables, or presentation-ready content.
File Sizes & Performance
Please see the Rate Limits & Data Size for details on file sizes and download speeds.

Request

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

Body Params application/json

Example
{
    "Code": "A0145",
    "Country": "AU",
    "Language": "en",
    "Product": "industry",
    "Format": "pdf"
}

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 '/downloads/v3/report' \
--header 'Accept: application/pdf' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "Code": "A0145",
    "Country": "AU",
    "Language": "en",
    "Product": "industry",
    "Format": "pdf"
}'

Responses

๐ŸŸข200Success
application/pdf
Returns a binary PDF file containing the requested report.
Body

๐ŸŸข204204
๐ŸŸ 401401
๐ŸŸ 403403
Modified atย 2025-11-11 19:25:41
Previous
IBISWorld Report to Classification System Concordance
Next
Business Environment Profiles
Built with