List all industries
DevelopingGET
/industries/Overview
This endpoint retrieves a list of all industries in the system. Industries represent the third level of classification, providing more granular categorization than industry groups.
Key features:
- Provides a list of industry codes and names
- Includes associated industry group information for each industry
- Supports filtering by industry group
- Offers search functionality
Filtering
The endpoint allows filtering by:
- Industry Group: Retrieve industries within a specific industry group
Search Functionality
The endpoint allows searching across:
- Industry code
- Industry name
Usage
This endpoint is useful for:
- Exploring detailed industry classifications within industry groups
- Filtering companies by specific economic activities
- Building detailed industry selection interfaces
- Conducting focused industry analyses
Researchers and analysts can use this endpoint to access more specific industry classifications for targeted economic 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/3435959)[]
optional
#/definitions/3435959
optional
Example
[
{
"code": "257130",
"name": "conatus",
"industry_group": {
"code": "1259",
"name": "concedo",
"sector": {
"code": "46",
"name": "agnosco"
}
}
},
{
"code": "848190",
"name": "umbra",
"industry_group": {
"code": "9609",
"name": "advenio",
"sector": {
"code": "27",
"name": "vinculum"
}
}
}
]
Last modified: 2 months ago