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

List of Classification System Versions

POST
/classifications/v3/systemversion
IBISWorld provides clean, versioned, and maintained editions of many official classification systems and proprietary taxonomies commonly used by our clients. This enables seamless integration of IBISWorld data into client workflows.
Below is a reference list of Classification Systems supported by IBISWorld.
If you require a system not listed here, please contact us.
To see a full list of titles and codes within each system, use the /systemversion endpoint.
Classification Systems are mapped to IBISWorld product codes, allowing clients to align their internal data with IBISWorld’s taxonomy.
Use the concordance endpoints for mapping:
POST /classifications/v3/concordance/systemtoreport – map external classification codes ➜ IBISWorld report codes.
POST /classifications/v3/concordance/reporttosystem – map IBISWorld report codes ➜ external classification codes.

Available Classification System Versions#

Classification System Full NameVersionsYear of Release
Australian and New Zealand Standard Industrial ClassificationANZSIC-1993
ANZSIC-2006
1993
2006
Industrial Classification for National Economic Activities of ChinaICNEA-20172017
International Standard Industrial Classification of All Economic ActivitiesISIC-Revision-2
ISIC-Revision-3.1
ISIC-Revision-4
1968
2002
2006
Japan Standard Industrial ClassificationJSIC-Revision-11
JSIC-Revision-12
JSIC-Revision-13
2002
2007
2013
North American Industry Classification System - CanadaNAICS-2002-Canada
NAICS-2007-Canada
NAICS-2012-Canada
NAICS-2017-Canada
NAICS-2022-Canada
2002
2007
2012
2017
2022
North American Industry Classification System - MexicoNAICS-2018-Mexico2018
North American Industry Classification System - USANAICS-2002-USA
NAICS-2007-USA
NAICS-2012-USA
NAICS-2017-USA
NAICS-2022-USA
2002
2007
2012
2017
2022
Norway Standard Industrial Classification of Economic ActivitiesNorway-SIC-20072007
Statistical Classification of Economic Activities in the European CommunityNACE-20082008
United Kingdom Standard Industrial Classification of Economic ActivitiesUK-SIC-20072007
United Nations Standard Products and Services CodeUNSPSC-v26.08012023

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",
  "ClassificationLanguage": "en"
}

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/systemversion' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
  "Country": "US",
  "ClassificationLanguage": "en"
}'

Responses

🟢200Success
application/json
Body

Examples
{
    "ClassificationSystemVersions": [
        {
            "ClassificationSystemType": "Industry",
            "ClassificationSystemVersion": "ANZSIC 1993",
            "Version": "ANZSIC-1993",
            "ClassificationSystemFullname": "Australian and New Zealand Standard Industrial Classification",
            "YearOfRelease": "1993",
            "MaximumTier": 4,
            "CountryOfUse": [
                "AU",
                "NZ"
            ],
            "LanguagesAvailable": [
                "en"
            ]
        },
        {
            "ClassificationSystemType": "Industry",
            "ClassificationSystemVersion": "ANZSIC 2006",
            "Version": "ANZSIC-2006",
            "ClassificationSystemFullname": "Australian and New Zealand Standard Industrial Classification",
            "YearOfRelease": "2006",
            "MaximumTier": 4,
            "CountryOfUse": [
                "AU",
                "NZ"
            ],
            "LanguagesAvailable": [
                "en"
            ]
        }
    ]
}
🟢204204
🟠401401
🟠403403
Modified at 2025-10-24 01:33:22
Previous
Industry Report Images
Next
List of Classification System Titles and Codes
Built with