2.2.8 TAXONOMIES
Description: Access to list of supported taxonomy (TICCS®, PECCS®, and TICCS®+), as well as the mapping from these taxonomy to NACE and EU taxonomies.
Method: GET
Path: /data-service/v2/lists/taxonomy/{taxonomy}?pillar={pillar}
Parameters:
TAXONOMY (string, required):
Choose the taxonomy you want to view. Accepted values:
"TICCS"
: The entire TICCS® taxonomy or a specific pillar."PECCS"
: The entire PECCS® taxonomy or a specific pillar."TICCS+"
: The enhanced TICCS®+ taxonomy, including environmental, social, and governance pillars."TICCS-NACE"
: The mapping between TICCS® and NACE taxonomy."PECCS-NACE"
: The mapping between PECCS® and NACE taxonomy.
PILLAR (string, optional):
Available only for the"TICCS", "PECCS"
, and"TICCS+"
taxonomies. If specified, returns data only for the selected pillar. If not specified, returns the entire taxonomy. The available pillars for each taxonomy are:
Taxonomy | Available Pillars |
---|---|
TICCS |
|
PECCS |
|
TICCS+ |
|
TICCS-NACE | N/A |
TICCS-EU | N/A |
Authorization headers are not required
Query
/data-service/v2/lists/taxonomy/ticcs?pillar=industrialActivity
Response
{
"data": {
"results": [
{
"code": "IC20",
"name": "Environmental Services",
"description": "Companies involved in the treatment of water, wastewater, and solid waste for sanitation and reuse purposes.",
"pillar": "industrialActivity",
"parentClass": null,
"taxonomy": "TICCS",
"version": "2024-08-14T08:01:14.038000"
},
....
]
},
"metaData": [
{
"dataCount": 144
}
]
}