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 Titles and Codes

POST
/classifications/v3/systemversioncodes
Returns a list of codes and titles for a specific Version of a Classification System.
Every classification system (e.g., NAICS, ANZSIC, NACE, ISIC) organizes industries or activities into a hierarchical set of codes and titles.
The /classifications/v3/systemversioncodes endpoint provides the full catalogue of codes and titles for a specific version of a classification system. This includes:
Country - Specifies the country for the Classification System.
ClassificationSystemVersion - identifies the version of the classification system.
ClassificationCode - unique code for an industry or category.
ClassificationTitle - official description of the category.
ClassificationTierNumber - hierarchical depth (e.g., Tier 1 = broad sector, Tier 4 = detailed industry).
ParentCode - code of the parent category.

How To Use#

1.
Call /classifications/v3/systemversion to discover available classification systems and their versions.
2.
Use /classifications/v3/systemversioncodes to retrieve the full list of codes and titles for a chosen version.
3.
Apply concordance endpoints (systemtoreport or reporttosystem) to map between standard classification codes and IBISWorld reports or product codes.

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

Example
{
    "Country": "AU",
    "Version": [
        "ANZSIC-2006"
    ]
}

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

Responses

๐ŸŸข200Success
application/json
Body

Examples
[
    {
        "ClassificationSystemVersion": "NAICS 2022 - USA",
        "Version": "NAICS-2022-USA",
        "YearOfRelease": "2022",
        "Language": "en",
        "ClassificationCodes": [
            {
                "ClassificationCode": "11111",
                "ClassificationTitle": "Soybean Farming",
                "ClassificationTierNumber": 4,
                "ParentCode": "1111",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11112",
                "ClassificationTitle": "Oilseed (except Soybean) Farming ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1111",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11113",
                "ClassificationTitle": "Dry Pea and Bean Farming",
                "ClassificationTierNumber": 4,
                "ParentCode": "1111",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11114",
                "ClassificationTitle": "Wheat Farming",
                "ClassificationTierNumber": 4,
                "ParentCode": "1111",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11115",
                "ClassificationTitle": "Corn Farming",
                "ClassificationTierNumber": 4,
                "ParentCode": "1111",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11116",
                "ClassificationTitle": "Rice Farming",
                "ClassificationTierNumber": 4,
                "ParentCode": "1111",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11119",
                "ClassificationTitle": "Other Grain Farming",
                "ClassificationTierNumber": 4,
                "ParentCode": "1111",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11121",
                "ClassificationTitle": "Vegetable and Melon Farming",
                "ClassificationTierNumber": 4,
                "ParentCode": "1112",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11131",
                "ClassificationTitle": "Orange Groves",
                "ClassificationTierNumber": 4,
                "ParentCode": "1113",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11132",
                "ClassificationTitle": "Citrus (except Orange) Groves ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1113",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11133",
                "ClassificationTitle": "Noncitrus Fruit and Tree Nut Farming",
                "ClassificationTierNumber": 4,
                "ParentCode": "1113",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11141",
                "ClassificationTitle": "Food Crops Grown Under Cover",
                "ClassificationTierNumber": 4,
                "ParentCode": "1114",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11142",
                "ClassificationTitle": "Nursery and Floriculture Production",
                "ClassificationTierNumber": 4,
                "ParentCode": "1114",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11191",
                "ClassificationTitle": "Tobacco Farming",
                "ClassificationTierNumber": 4,
                "ParentCode": "1119",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11192",
                "ClassificationTitle": "Cotton Farming",
                "ClassificationTierNumber": 4,
                "ParentCode": "1119",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11193",
                "ClassificationTitle": "Sugarcane Farming ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1119",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11194",
                "ClassificationTitle": "Hay Farming ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1119",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11199",
                "ClassificationTitle": "All Other Crop Farming ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1119",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11211",
                "ClassificationTitle": "Beef Cattle Ranching and Farming, including Feedlots ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1121",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11212",
                "ClassificationTitle": "Dairy Cattle and Milk Production",
                "ClassificationTierNumber": 4,
                "ParentCode": "1121",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11213",
                "ClassificationTitle": "Dual-Purpose Cattle Ranching and Farming ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1121",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11221",
                "ClassificationTitle": "Hog and Pig Farming ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1122",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11231",
                "ClassificationTitle": "Chicken Egg Production ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1123",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11232",
                "ClassificationTitle": "Broilers and Other Meat Type Chicken Production ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1123",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11233",
                "ClassificationTitle": "Turkey Production",
                "ClassificationTierNumber": 4,
                "ParentCode": "1123",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11234",
                "ClassificationTitle": "Poultry Hatcheries ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1123",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11239",
                "ClassificationTitle": "Other Poultry Production ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1123",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11241",
                "ClassificationTitle": "Sheep Farming ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1124",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11242",
                "ClassificationTitle": "Goat Farming",
                "ClassificationTierNumber": 4,
                "ParentCode": "1124",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11251",
                "ClassificationTitle": "Aquaculture ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1125",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11291",
                "ClassificationTitle": "Apiculture",
                "ClassificationTierNumber": 4,
                "ParentCode": "1129",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11292",
                "ClassificationTitle": "Horses and Other Equine Production ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1129",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11293",
                "ClassificationTitle": "Fur-Bearing Animal and Rabbit Production ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1129",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11299",
                "ClassificationTitle": "All Other Animal Production ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1129",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11311",
                "ClassificationTitle": "Timber Tract Operations ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1131",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11321",
                "ClassificationTitle": "Forest Nurseries and Gathering of Forest Products ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1132",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11331",
                "ClassificationTitle": "Logging ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1133",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11411",
                "ClassificationTitle": "Fishing ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1141",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11421",
                "ClassificationTitle": "Hunting and Trapping ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1142",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11511",
                "ClassificationTitle": "Support Activities for Crop Production ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1151",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11521",
                "ClassificationTitle": "Support Activities for Animal Production ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1152",
                "SectorCode": "11"
            },
            {
                "ClassificationCode": "11531",
                "ClassificationTitle": "Support Activities for Forestry ",
                "ClassificationTierNumber": 4,
                "ParentCode": "1153",
                "SectorCode": "11"
            }
        ]
    }
]
๐ŸŸข204204
๐ŸŸ 401401
๐ŸŸ 403403
Modified atย 2025-10-24 01:33:24
Previous
List of Classification System Versions
Next
Classification System to IBISWorld Report Concordance
Built with