v1

latestOpenAPI 3.0.3Proprietary2026-07-244065126.5 KB
Taxonomy

List Taxonomy Metrics

Retrieve a list of all available Taxonomy Metrics. Optionally filter by a specific company and series.

get/api/v2/taxonomy/metrics

Query parameters

company_idinteger

The unique identifier of the company

keywordsstring[]

A list of keywords to filter the KPIs. Maximum of 15 keywords allowed.

limitinteger

Number of results to return per page.

offsetinteger

The initial index from which to return the results.

series_idinteger

The unique identifier of the series

sub_industry_idinteger

The unique identifier of the sub-industry

Response

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?offset=400&limit=100",
  "previous": "http://api.example.org/accounts/?offset=200&limit=100"
}