List all sub-industries
DevelopingGET
/sub-industries/Overview
This endpoint retrieves a list of all sub-industries in the system. Sub-industries represent the most granular level of industry classification.
Key features:
- Provides a list of sub-industry codes and names
- Includes associated industry information for each sub-industry
- Supports filtering by industry
- Offers search functionality
Filtering
The endpoint allows filtering by:
- Industry: Retrieve sub-industries within a specific industry
Search Functionality
The endpoint allows searching across:
- Sub-industry code
- Sub-industry name
Usage
This endpoint is useful for:
- Exploring the most detailed level of industry classifications
- Filtering companies by highly specific economic activities
- Building comprehensive industry selection interfaces
- Conducting highly focused industry analyses
Researchers and analysts can use this endpoint to access the most granular industry classifications for precise economic and market studies.
Request
Query Params
page
integer
optional
The current page number to navigate through the paginated results
Example:
1
page_size
integer
optional
The number of items to return per page
Example:
50
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
$ref(#/definitions/3435960)[]
optional
#/definitions/3435960
optional
Example
[
{
"code": "75487559",
"name": "umbra",
"industry": {
"code": "928890",
"name": "solitudo",
"industry_group": {
"code": "8409",
"name": "minima",
"sector": {
"code": "36",
"name": "alveus"
}
}
}
},
{
"code": "18544204",
"name": "adipiscor",
"industry": {
"code": "828000",
"name": "curto",
"industry_group": {
"code": "1107",
"name": "tergeo",
"sector": {
"code": "15",
"name": "triduana"
}
}
}
}
]
Last modified: 2 months ago