IBISWorld API
  1. Industry
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
      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. Industry

One Section from Multiple Industry Reports

POST
/industry/v3/multiplereports

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": "US",
    "Codes": [
        "56262",
        "33712",
        "31131"
    ],
    "Language": "English",
    "ReportSection": "keytakeaways"
}

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 '/industry/v3/multiplereports' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "Country": "US",
    "Codes": [
        "56262",
        "33712",
        "31131"
    ],
    "Language": "English",
    "ReportSection": "keytakeaways"
}'

Responses

🟢200Success
application/json
Body

Examples
{
    "Reports": [
        {
            "Code": "EU-A011",
            "Section": {
                "Title": "Non-Perennial Crop Growing in Europe"
            }
        },
        {
            "Code": "EU-F41",
            "Section": {
                "Title": "Building Construction in Europe"
            }
        },
        {
            "Code": "EU-C10",
            "Section": {
                "Title": "Food Product Manufacturing in Europe"
            }
        }
    ]
}
🟢204204
🟠401401
🟠403403
Modified at 2025-10-24 01:34:40
Previous
Full Industry Report
Next
Industry Report Images
Built with