Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Chartmetric Charts API

Platform chart rankings and Chartmetric Score (cm-score).

Chartmetric Charts API is one of 7 APIs that Chartmetric publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Charts. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 4 operations across 4 paths, and defines 3 schemas. It is described by OpenAPI 3.0.1, at version 1.0.

Requests are made against a single base URL, https://api.chartmetric.com/api.

4 operations 4 paths 3 schemas 4 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://api.chartmetric.com/api
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Chartmetric Charts API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Bearer access token obtained from POST /token.

Paths & Operations 4

Across 4 paths, the API surfaces 4 operations — 4 GET. Each is listed below with its method, path, parameters, and response codes.

Charts 4

Platform chart rankings and Chartmetric Score (cm-score).

GET
/charts/{platform}
Get platform charts
getCharts 4 params → 200401
GET
/charts/artist/{id}/{chartType}/cm-score
Get artist Chartmetric Score ranking
getArtistCmScore 2 params → 200401
GET
/charts/track/{id}/{chartType}/cm-score
Get track Chartmetric Score ranking
getTrackCmScore 2 params → 200401
GET
/charts/album/{id}/{chartType}/cm-score
Get album Chartmetric Score ranking
getAlbumCmScore 2 params → 200401

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Error (2 properties), ChartResponse (1 property), GenericObject (1 property). Each schema is shown below with its type and property counts.

GenericObject
object
1 property
Error
object
2 properties
ChartResponse
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

chartmetric-charts-api-openapi.yml Raw ↑

Other APIs Chartmetric publishes across the network.

Chartmetric Albums API
Chartmetric Artists API
Chartmetric Authentication API
Chartmetric Playlists API
Chartmetric Search API
Chartmetric Tracks API