Songstats · Schema

Songstats Artist

A music artist in the Songstats platform with streaming analytics data.

AnalyticsMusicStreamingArtistsTracksLabels

Properties

Name Type Description
songstats_artist_id string Songstats internal artist identifier
name string Artist name
genres array Music genres associated with this artist
image_url stringnull Artist profile image URL
links object Platform-specific links for the artist
stats object Current streaming statistics (from /artists/stats)
View JSON Schema on GitHub

JSON Schema

songstats-artist-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/songstats/main/json-schema/songstats-artist-schema.json",
  "title": "Songstats Artist",
  "description": "A music artist in the Songstats platform with streaming analytics data.",
  "type": "object",
  "properties": {
    "songstats_artist_id": {
      "type": "string",
      "description": "Songstats internal artist identifier"
    },
    "name": {
      "type": "string",
      "description": "Artist name"
    },
    "genres": {
      "type": "array",
      "items": {"type": "string"},
      "description": "Music genres associated with this artist"
    },
    "image_url": {
      "type": ["string", "null"],
      "format": "uri",
      "description": "Artist profile image URL"
    },
    "links": {
      "type": "object",
      "description": "Platform-specific links for the artist",
      "properties": {
        "spotify": {"type": "string"},
        "apple_music": {"type": "string"},
        "deezer": {"type": "string"},
        "amazon_music": {"type": "string"},
        "tidal": {"type": "string"},
        "youtube": {"type": "string"}
      }
    },
    "stats": {
      "type": "object",
      "description": "Current streaming statistics (from /artists/stats)",
      "properties": {
        "source": {"type": "string"},
        "followers": {"type": "integer"},
        "monthly_listeners": {"type": "integer"},
        "playlists_editorial_current": {"type": "integer"},
        "playlists_editorial_total": {"type": "integer"}
      }
    }
  },
  "required": ["songstats_artist_id", "name"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/songstats-artist"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.