2.2.8 Taxonomies
Purpose
Retrieves a list of supported taxonomy (TICCS®, PECCS®, and TICCS®+) definitions and the relevant mappings.
Endpoint
GET
/data-service/v2/lists/taxonomy/{taxonomy}?pillar={pillar}
Parameters
taxonomy (string, required):
Type of taxonomy.
Supported taxonomies include:"ticcs"
: The TICCS® 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."ticcs-eu"
: The mapping between TICCS® and EU taxonomy."peccs"
: The PECCS® taxonomy or a specific pillar.
pillar (string, optional):
Pillars within a taxonomy, available only for TICCS®, TICCS®+ and PECCS® taxonomies. Refer to the mapping table below for more information.
Supported taxonomy and pillar matrix:
Taxonomy | Supported Pillars |
---|---|
ticcs |
|
peccs |
|
ticcs+ |
|
ticcs-nace | N/A |
ticcs- | N/A |
Example
Request (URL)
TEXT/data-service/v2/lists/taxonomy/ticcs?pillar=industrialActivity
Response
JSON{ "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 } ] }