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

Full Industry Report

POST
/industry/v3/fullreport
Returns the entire contents of an Industry report in a single payload.
This includes all sections, analysis, charts, and supporting data—making it the most comprehensive way to access IBISWorld insights programmatically.
Use this endpoint if you need the complete report content in one request, or if you want to parse all available sections for custom applications.

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",
"Code": "11111",
"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
curl --location --request POST '/industry/v3/fullreport' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"Country": "US",
"Code": "11111",
"Language": "English"
}'

Responses

🟢200Success
application/json
Body

Examples
{
    "Sections": [
        {
            "Code": "11111"
        },
        {
            "Title": "Soybean Farming in the US"
        },
        {
            "Author": "Vaughan Immerwahr"
        },
        {
            "PublicationDate": "2025-04-16T17:08:11"
        },
        {
            "Year": 2025
        },
        {
            "Definition": {
                "PlainText": "Farms in this industry grow soybeans as their main crop. Soybeans are most often used in livestock feeds and vegetable oils, with a small but growing proportion being used in biofuel production. Establishments that sell soybean seeds to US farmers for growing crops are also included.",
                "HTML": "<p>Farms in this industry grow soybeans as their main crop. Soybeans are most often used in livestock feeds and vegetable oils, with a small but growing proportion being used in biofuel production. Establishments that sell soybean seeds to US farmers for growing crops are also included.</p>"
            }
        },
        {
            "Highlights": [
                {
                    "Highlight": "Depreciation / Wages",
                    "Year": 2025,
                    "Value": 4.1,
                    "Unit": "",
                    "HistoricalGrowth": -8.5,
                    "ForecastGrowth": null
                },
                {
                    "Highlight": "IVA / Revenue",
                    "Year": 2025,
                    "Value": 29.2,
                    "Unit": "%",
                    "HistoricalGrowth": -4.8,
                    "ForecastGrowth": 1.3
                },
                {
                    "Highlight": "Imports/ Demand",
                    "Year": 2025,
                    "Value": 1.7,
                    "Unit": "%",
                    "HistoricalGrowth": 0,
                    "ForecastGrowth": -0
                },
                {
                    "Highlight": "Exports/ Revenue",
                    "Year": 2025,
                    "Value": 51,
                    "Unit": "%",
                    "HistoricalGrowth": -10.7,
                    "ForecastGrowth": 1.2
                },
                {
                    "Highlight": "Revenue per Employee",
                    "Year": 2025,
                    "Value": 238882.6,
                    "Unit": "$",
                    "HistoricalGrowth": 0.5,
                    "ForecastGrowth": 0.6
                },
                {
                    "Highlight": "Wages/ Revenue",
                    "Year": 2025,
                    "Value": 1.8,
                    "Unit": "%",
                    "HistoricalGrowth": 0.3,
                    "ForecastGrowth": -0
                },
                {
                    "Highlight": "Employees per Establishment",
                    "Year": 2025,
                    "Value": 2,
                    "Unit": "Units",
                    "HistoricalGrowth": -0.5,
                    "ForecastGrowth": 0.5
                },
                {
                    "Highlight": "Average Wage",
                    "Year": 2025,
                    "Value": 4225.9,
                    "Unit": "$",
                    "HistoricalGrowth": 3.7,
                    "ForecastGrowth": 0.1
                },
                {
                    "Highlight": "Revenue per Enterprise",
                    "Year": 2025,
                    "Value": 0.5,
                    "Unit": "$ million",
                    "HistoricalGrowth": 0,
                    "ForecastGrowth": 1.2
                },
                {
                    "Highlight": "Employees per Enterprise",
                    "Year": 2025,
                    "Value": 2,
                    "Unit": "Units",
                    "HistoricalGrowth": -0.5,
                    "ForecastGrowth": 0.5
                },
                {
                    "Highlight": "Establishments per Enterprise",
                    "Year": 2025,
                    "Value": 1,
                    "Unit": "Units",
                    "HistoricalGrowth": 0,
                    "ForecastGrowth": 0
                },
                {
                    "Highlight": "Revenue",
                    "Year": 2025,
                    "Value": 44244.4,
                    "Unit": "$ million",
                    "HistoricalGrowth": -2.6,
                    "ForecastGrowth": 3
                },
                {
                    "Highlight": "IVA",
                    "Year": 2025,
                    "Value": 12899.9,
                    "Unit": "$ million",
                    "HistoricalGrowth": -5.5,
                    "ForecastGrowth": 3.9
                },
                {
                    "Highlight": "Establishments",
                    "Year": 2025,
                    "Value": 93721,
🟢204204
🟠401401
🟠403403
Modified at 2025-10-24 01:34:38
Previous
Sections of Industry Report
Next
One Section from Multiple Industry Reports
Built with