Common
The Common Lookup API provides access to predefined metadata such as languages, music styles (genres), distribution stores, currencies, and more. These lookups help standardize data across the platform.
API Endpoints
Get all lookup data:
Get specific lookup data:
Example:
Authentication Requirements
Some endpoints, such as distributionStores
, require authentication. If accessing these endpoints for a user, include the enterprise-id
header.
Example request with authentication:
Supported Categories
languages
musicStyles
musicContributors
publishingContributors
currencies
countries
releaseTypes
distributionStores
priceTiers
timezoneIds
Response Examples
Countries
Currencies
Timezones
Release Types
Music Styles
Languages
Price Tiers
Distribution Stores
Music Contributors
Publishing Contributors
Use these endpoints to retrieve structured metadata for your application.
Last updated