IBISWorld API
  1. Classifications
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
      POST
    • List of Classification System Titles and Codes
      POST
    • Classification System to IBISWorld Report Concordance
      POST
    • IBISWorld Report to Classification System Concordance
      POST
  • 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. Classifications

Classification System to IBISWorld Report Concordance

POST
/classifications/v3/concordance/systemtoreport
The System to Report endpoint maps official Classification System codes (e.g., ANZSIC, NAICS, NACE, ISIC) to one or more IBISWorld report codes.
This allows clients to start with a government or standard classification and identify the corresponding IBISWorld research products. These mappings also facilitates data integration by connecting internal or third-party datasets classified under official standards to IBISWorld’s taxonomy.

Rules & Behavior#

Mapping to the closest Tier: Each IBISWorld report is mapped to the most relevant tier of the classification system.
In most cases, mappings align with the most granular tier (e.g., Tier 4 in ANZSIC).
Exceptions exist: always check the ClassificationTierNumber field in the response to confirm the level of mapping.
Not every classification code has a match: IBISWorld does not cover every sector. For example, some areas of public administration or community services may not have corresponding reports.
One code may map to multiple IBISWorld reports
Example: ANZSIC 2006 Code 1133 - Cheese and Other Dairy Product Manufacturing maps to:
C1133a – Cheese Manufacturing in Australia
C1133b – Milk Powder Manufacturing in Australia
C1133c – Butter and Dairy Product Manufacturing in Australia
IBISWorld Report Collections: IBISWorld publishes two main types of industry reports, which can be filtered using the ReportCollection parameter in the request body:
Core (Core) - reports aligned to official coding systems (NAICS, ANZSIC, SIC, etc.), covering established industries.
Specialized (Specialized) - reports covering sub-industries, niche sectors, or emerging markets that fall outside official codes.
Cross-country mappings: A single Classification System may map to IBISWorld reports across multiple countries.
Example: ISIC Rev. 4 includes mappings to industries in several national markets.
Use /classifications/v3/systemversion to check the CountryOfUse for each system version.
Questions?
If you need clarification on how our concordance works or want to request additional mappings, please contact us.

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": "AU",
    "Version": [
        "ANZSIC-2006"
    ],
    "ClassificationCode": [
        "1212"
    ]
}

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 '/classifications/v3/concordance/systemtoreport' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "Country": "AU",
    "Version": [
        "ANZSIC-2006"
    ],
    "ClassificationCode": [
        "1212"
    ]
}'

Responses

🟢200Success
application/json
Body

Examples
[
    {
        "ClassificationSystemVersion": "NAICS 2022 - USA",
        "ReportsByClassificationCode": [
            {
                "ClassificationCode": "11111",
                "ClassificationTitle": "Soybean Farming",
                "ClassificationTierNumber": 4,
                "ParentCode": "1111",
                "SectorCode": "11",
                "Reports": [
                    {
                        "ReportCountry": "US",
                        "ReportCode": "11111",
                        "ReportTitle": "Soybean Farming in the US",
                        "ReportCollection": "Core",
                        "ReportLanguage": "en",
                        "ReportDatePublished": "2025-04-17T00:00:00"
                    }
                ]
            },
            {
                "ClassificationCode": "11112",
                "ClassificationTitle": "Oilseed (except Soybean) Farming ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1111",
                "SectorCode": "11",
                "Reports": [
                    {
                        "ReportCountry": "US",
                        "ReportCode": "11112",
                        "ReportTitle": "Oilseed Farming in the US",
                        "ReportCollection": "Core",
                        "ReportLanguage": "en",
                        "ReportDatePublished": "2025-06-30T00:00:00"
                    }
                ]
            },
            {
                "ClassificationCode": "11115",
                "ClassificationTitle": "Corn Farming",
                "ClassificationTierNumber": 4,
                "ParentCode": "1111",
                "SectorCode": "11",
                "Reports": [
                    {
                        "ReportCountry": "US",
                        "ReportCode": "11115",
                        "ReportTitle": "Corn Farming in the US",
                        "ReportCollection": "Core",
                        "ReportLanguage": "en",
                        "ReportDatePublished": "2025-05-08T00:00:00"
                    }
                ]
            },
            {
                "ClassificationCode": "11142",
                "ClassificationTitle": "Nursery and Floriculture Production",
                "ClassificationTierNumber": 4,
                "ParentCode": "1114",
                "SectorCode": "11",
                "Reports": [
                    {
                        "ReportCountry": "US",
                        "ReportCode": "11142",
                        "ReportTitle": "Plant & Flower Growing in the US",
                        "ReportCollection": "Core",
                        "ReportLanguage": "en",
                        "ReportDatePublished": "2025-08-02T00:00:00"
                    }
                ]
            },
            {
                "ClassificationCode": "11191",
                "ClassificationTitle": "Tobacco Farming",
                "ClassificationTierNumber": 4,
                "ParentCode": "1119",
                "SectorCode": "11",
                "Reports": [
                    {
                        "ReportCountry": "US",
                        "ReportCode": "11191",
                        "ReportTitle": "Tobacco Growing in the US",
                        "ReportCollection": "Core",
                        "ReportLanguage": "en",
                        "ReportDatePublished": "2025-07-28T00:00:00"
                    }
                ]
            },
            {
                "ClassificationCode": "11192",
                "ClassificationTitle": "Cotton Farming",
                "ClassificationTierNumber": 4,
                "ParentCode": "1119",
                "SectorCode": "11",
                "Reports": [
                    {
                        "ReportCountry": "US",
                        "ReportCode": "11192",
                        "ReportTitle": "Cotton Farming in the US",
                        "ReportCollection": "Core",
                        "ReportLanguage": "en",
                        "ReportDatePublished": "2025-08-11T00:00:00"
                    }
                ]
            },
            {
                "ClassificationCode": "11193",
                "ClassificationTitle": "Sugarcane Farming ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1119",
                "SectorCode": "11",
                "Reports": [
                    {
                        "ReportCountry": "US",
                        "ReportCode": "11193",
                        "ReportTitle": "Sugarcane Harvesting in the US",
                        "ReportCollection": "Core",
                        "ReportLanguage": "en",
                        "ReportDatePublished": "2025-04-17T00:00:00"
                    }
                ]
            },
            {
                "ClassificationCode": "11199",
                "ClassificationTitle": "All Other Crop Farming ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1119",
                "SectorCode": "11",
                "Reports": [
                    {
                        "ReportCountry": "US",
                        "ReportCode": "11199",
                        "ReportTitle": "Hay & Crop Farming in the US",
                        "ReportCollection": "Core",
                        "ReportLanguage": "en",
                        "ReportDatePublished": "2025-04-17T00:00:00"
                    }
                ]
            },
            {
                "ClassificationCode": "11211",
                "ClassificationTitle": "Beef Cattle Ranching and Farming, including Feedlots ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1121",
                "SectorCode": "11",
                "Reports": [
                    {
                        "ReportCountry": "US",
                        "ReportCode": "11211",
                        "ReportTitle": "Beef Cattle Production in the US",
                        "ReportCollection": "Core",
                        "ReportLanguage": "en",
                        "ReportDatePublished": "2025-07-21T00:00:00"
                    }
                ]
            },
            {
                "ClassificationCode": "11212",
                "ClassificationTitle": "Dairy Cattle and Milk Production",
                "ClassificationTierNumber": 4,
                "ParentCode": "1121",
                "SectorCode": "11",
                "Reports": [
                    {
                        "ReportCountry": "US",
                        "ReportCode": "11212",
                        "ReportTitle": "Dairy Farms in the US",
                        "ReportCollection": "Core",
                        "ReportLanguage": "en",
                        "ReportDatePublished": "2025-04-17T00:00:00"
                    }
                ]
            },
            {
                "ClassificationCode": "11221",
                "ClassificationTitle": "Hog and Pig Farming ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1122",
                "SectorCode": "11",
                "Reports": [
                    {
                        "ReportCountry": "US",
                        "ReportCode": "11221",
                        "ReportTitle": "Hog & Pig Farming in the US",
                        "ReportCollection": "Core",
                        "ReportLanguage": "en",
                        "ReportDatePublished": "2025-05-30T00:00:00"
                    }
                ]
            },
            {
                "ClassificationCode": "11231",
                "ClassificationTitle": "Chicken Egg Production ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1123",
                "SectorCode": "11",
                "Reports": [
                    {
                        "ReportCountry": "US",
                        "ReportCode": "11231",
                        "ReportTitle": "Chicken Egg Production in the US",
                        "ReportCollection": "Core",
                        "ReportLanguage": "en",
                        "ReportDatePublished": "2025-05-30T00:00:00"
                    }
                ]
            },
            {
                "ClassificationCode": "11241",
                "ClassificationTitle": "Sheep Farming ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1124",
                "SectorCode": "11",
                "Reports": [
                    {
                        "ReportCountry": "US",
                        "ReportCode": "11241",
                        "ReportTitle": "Sheep Farming in the US",
                        "ReportCollection": "Core",
                        "ReportLanguage": "en",
                        "ReportDatePublished": "2025-04-17T00:00:00"
                    }
                ]
            },
            {
                "ClassificationCode": "11251",
                "ClassificationTitle": "Aquaculture ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1125",
                "SectorCode": "11",
                "Reports": [
                    {
                        "ReportCountry": "US",
                        "ReportCode": "11251",
                        "ReportTitle": "Fish & Seafood Aquaculture in the US",
                        "ReportCollection": "Core",
                        "ReportLanguage": "en",
                        "ReportDatePublished": "2025-04-17T00:00:00"
                    }
                ]
            },
            {
                "ClassificationCode": "11291",
                "ClassificationTitle": "Apiculture",
                "ClassificationTierNumber": 4,
                "ParentCode": "1129",
                "SectorCode": "11",
                "Reports": [
                    {
                        "ReportCountry": "US",
                        "ReportCode": "11291",
                        "ReportTitle": "Beekeeping in the US",
                        "ReportCollection": "Core",
                        "ReportLanguage": "en",
                        "ReportDatePublished": "2025-09-16T00:00:00"
                    }
                ]
            },
            {
                "ClassificationCode": "11292",
                "ClassificationTitle": "Horses and Other Equine Production ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1129",
                "SectorCode": "11",
                "Reports": [
                    {
                        "ReportCountry": "US",
                        "ReportCode": "11292",
                        "ReportTitle": "Horse & Other Equine Production in the US",
                        "ReportCollection": "Core",
                        "ReportLanguage": "en",
                        "ReportDatePublished": "2025-04-17T00:00:00"
                    }
                ]
            },
            {
                "ClassificationCode": "11311",
                "ClassificationTitle": "Timber Tract Operations ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1131",
                "SectorCode": "11",
                "Reports": [
                    {
                        "ReportCountry": "US",
                        "ReportCode": "11311",
                        "ReportTitle": "Timber Services in the US",
                        "ReportCollection": "Core",
                        "ReportLanguage": "en",
                        "ReportDatePublished": "2025-04-17T00:00:00"
                    }
                ]
            },
            {
                "ClassificationCode": "11331",
                "ClassificationTitle": "Logging ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1133",
                "SectorCode": "11",
                "Reports": [
                    {
                        "ReportCountry": "US",
                        "ReportCode": "11331",
                        "ReportTitle": "Logging in the US",
                        "ReportCollection": "Core",
                        "ReportLanguage": "en",
                        "ReportDatePublished": "2025-04-17T00:00:00"
                    }
                ]
            },
            {
                "ClassificationCode": "11411",
                "ClassificationTitle": "Fishing ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1141",
                "SectorCode": "11",
                "Reports": [
                    {
                        "ReportCountry": "US",
                        "ReportCode": "11411",
                        "ReportTitle": "Fishing in the US",
                        "ReportCollection": "Core",
                        "ReportLanguage": "en",
                        "ReportDatePublished": "2025-05-13T00:00:00"
                    }
                ]
            },
            {
                "ClassificationCode": "11421",
                "ClassificationTitle": "Hunting and Trapping ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1142",
                "SectorCode": "11",
                "Reports": [
                    {
                        "ReportCountry": "US",
                        "ReportCode": "11421",
                        "ReportTitle": "Hunting & Trapping in the US",
                        "ReportCollection": "Core",
                        "ReportLanguage": "en",
                        "ReportDatePublished": "2024-12-08T00:00:00"
                    }
                ]
            },
            {
                "ClassificationCode": "11511",
                "ClassificationTitle": "Support Activities for Crop Production ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1151",
                "SectorCode": "11",
                "Reports": [
                    {
                        "ReportCountry": "US",
                        "ReportCode": "11511",
                        "ReportTitle": "Crop Services in the US",
                        "ReportCollection": "Core",
                        "ReportLanguage": "en",
                        "ReportDatePublished": "2025-01-23T00:00:00"
                    }
                ]
            },
            {
                "ClassificationCode": "11521",
                "ClassificationTitle": "Support Activities for Animal Production ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1152",
                "SectorCode": "11",
                "Reports": [
                    {
                        "ReportCountry": "US",
                        "ReportCode": "11521",
                        "ReportTitle": "Livestock Production Support Services in the US",
                        "ReportCollection": "Core",
                        "ReportLanguage": "en",
                        "ReportDatePublished": "2024-12-27T00:00:00"
                    }
                ]
            },
            {
                "ClassificationCode": "11531",
                "ClassificationTitle": "Support Activities for Forestry ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1153",
                "SectorCode": "11",
                "Reports": [
                    {
                        "ReportCountry": "US",
                        "ReportCode": "11531",
                        "ReportTitle": "Forest Support Services in the US",
                        "ReportCollection": "Core",
                        "ReportLanguage": "en",
                        "ReportDatePublished": "2025-09-16T00:00:00"
                    }
                ]
            }
        ]
    }
]
🟠403403
🟢204204
🟠401401
Modified at 2025-10-24 01:33:27
Previous
List of Classification System Titles and Codes
Next
IBISWorld Report to Classification System Concordance
Built with