ReccoBeats

ReccoBeats is a free music recommendation and database API service. It exposes a REST API over a database of millions of tracks, artists, and albums, and a machine-learning recommendation engine that suggests tracks from seed tracks, artists, or albums. ReccoBeats also extracts Spotify-style audio features - acousticness, danceability, energy, instrumentalness, liveness, loudness, speechiness, tempo, and valence - either for a catalog track by ID or directly from an uploaded audio file. Resources can be addressed by ReccoBeats UUID or by Spotify ID, and the API requires no API key or authentication.

ReccoBeats publishes 6 APIs on the APIs.io network, including Album API, Artist API, Audio Analysis API, and 3 more. Tagged areas include Music, Recommendations, Audio Features, Audio Analysis, and Music Database.

ReccoBeats’ developer surface includes engineering blog, documentation, and 6 more developer resources.

34.0/100 thin ▬ flat Agent 22/100 agent aware Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
AccessFreeOpen⚡ Free to try
6 APIs
MusicRecommendationsAudio FeaturesAudio AnalysisMusic DatabaseSpotify Alternative

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 34.0/100 · thin
Contract Quality 14.5 / 25
Developer Ergonomics 2.2 / 20
Commercial Clarity 5.8 / 20
Operational Transparency 4.1 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 22/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/reccobeats: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 6

Individual APIs this provider publishes, each with its own machine-readable definition.

ReccoBeats Album API

Album metadata and tracklists.

ReccoBeats Artist API

Artist metadata and discography.

ReccoBeats Audio Analysis API

Extract audio features directly from an uploaded audio file.

ReccoBeats Audio Features API

Spotify-style audio features for a catalog track.

ReccoBeats Recommendation API

Track recommendations generated from seeds.

ReccoBeats Track API

Track metadata lookup by ReccoBeats or Spotify ID.

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

ReccoBeats API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Reccobeats Rate Limits

3 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Reccobeats Agentic Access

14 operations · 1 acting

14 operations · 1 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Access & Security 1

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: reccobeats
url: https://raw.githubusercontent.com/api-evangelist/reccobeats/refs/heads/main/apis.yml
name: ReccoBeats
kind: company
description: ReccoBeats is a free music recommendation and database API service. It exposes a REST API over a database of
  millions of tracks, artists, and albums, and a machine-learning recommendation engine that suggests tracks from seed tracks,
  artists, or albums. ReccoBeats also extracts Spotify-style audio features - acousticness, danceability, energy, instrumentalness,
  liveness, loudness, speechiness, tempo, and valence - either for a catalog track by ID or directly from an uploaded audio
  file. Resources can be addressed by ReccoBeats UUID or by Spotify ID, and the API requires no API key or authentication.
accessModel:
  pricing: free
  onboarding: open
  trial: false
  try_now: true
  public: true
  label: Free · Open access
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/reccobeats.png
tags:
- Music
- Recommendations
- Audio Features
- Audio Analysis
- Music Database
- Spotify Alternative
created: '2026-07-03'
modified: '2026-07-03'
specificationVersion: '0.19'
apis:
- aid: reccobeats:reccobeats-album-api
  name: ReccoBeats Album API
  description: Album metadata and tracklists.
  humanURL: https://reccobeats.com/docs/apis/get-track-by-id
  baseURL: https://api.reccobeats.com/v1
  tags:
  - Album
  properties:
  - type: OpenAPI
    url: openapi/reccobeats-album-api-openapi.yml
  - type: Documentation
    url: https://reccobeats.com/docs/documentation/introduction
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-track-by-id
  - type: PostmanCollection
    url: collections/reccobeats.postman_collection.json
  - type: OpenCollection
    url: collections/reccobeats.opencollection.json
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-track-audio-features
  - type: Documentation
    url: https://reccobeats.com/docs/documentation/Analysis/audio-features-extraction
  - type: APIReference
    url: https://reccobeats.com/docs/apis/extract-audio-features
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-recommendation
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-artist-by-id
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-albums
- aid: reccobeats:reccobeats-artist-api
  name: ReccoBeats Artist API
  description: Artist metadata and discography.
  humanURL: https://reccobeats.com/docs/apis/get-track-by-id
  baseURL: https://api.reccobeats.com/v1
  tags:
  - Artist
  properties:
  - type: OpenAPI
    url: openapi/reccobeats-artist-api-openapi.yml
  - type: Documentation
    url: https://reccobeats.com/docs/documentation/introduction
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-track-by-id
  - type: PostmanCollection
    url: collections/reccobeats.postman_collection.json
  - type: OpenCollection
    url: collections/reccobeats.opencollection.json
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-track-audio-features
  - type: Documentation
    url: https://reccobeats.com/docs/documentation/Analysis/audio-features-extraction
  - type: APIReference
    url: https://reccobeats.com/docs/apis/extract-audio-features
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-recommendation
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-artist-by-id
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-albums
- aid: reccobeats:reccobeats-audio-analysis-api
  name: ReccoBeats Audio Analysis API
  description: Extract audio features directly from an uploaded audio file.
  humanURL: https://reccobeats.com/docs/apis/get-track-by-id
  baseURL: https://api.reccobeats.com/v1
  tags:
  - Audio Analysis
  properties:
  - type: OpenAPI
    url: openapi/reccobeats-audio-analysis-api-openapi.yml
  - type: Documentation
    url: https://reccobeats.com/docs/documentation/introduction
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-track-by-id
  - type: PostmanCollection
    url: collections/reccobeats.postman_collection.json
  - type: OpenCollection
    url: collections/reccobeats.opencollection.json
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-track-audio-features
  - type: Documentation
    url: https://reccobeats.com/docs/documentation/Analysis/audio-features-extraction
  - type: APIReference
    url: https://reccobeats.com/docs/apis/extract-audio-features
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-recommendation
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-artist-by-id
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-albums
- aid: reccobeats:reccobeats-audio-features-api
  name: ReccoBeats Audio Features API
  description: Spotify-style audio features for a catalog track.
  humanURL: https://reccobeats.com/docs/apis/get-track-by-id
  baseURL: https://api.reccobeats.com/v1
  tags:
  - Audio Features
  properties:
  - type: OpenAPI
    url: openapi/reccobeats-audio-features-api-openapi.yml
  - type: Documentation
    url: https://reccobeats.com/docs/documentation/introduction
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-track-by-id
  - type: PostmanCollection
    url: collections/reccobeats.postman_collection.json
  - type: OpenCollection
    url: collections/reccobeats.opencollection.json
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-track-audio-features
  - type: Documentation
    url: https://reccobeats.com/docs/documentation/Analysis/audio-features-extraction
  - type: APIReference
    url: https://reccobeats.com/docs/apis/extract-audio-features
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-recommendation
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-artist-by-id
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-albums
- aid: reccobeats:reccobeats-recommendation-api
  name: ReccoBeats Recommendation API
  description: Track recommendations generated from seeds.
  humanURL: https://reccobeats.com/docs/apis/get-track-by-id
  baseURL: https://api.reccobeats.com/v1
  tags:
  - Recommendation
  properties:
  - type: OpenAPI
    url: openapi/reccobeats-recommendation-api-openapi.yml
  - type: Documentation
    url: https://reccobeats.com/docs/documentation/introduction
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-track-by-id
  - type: PostmanCollection
    url: collections/reccobeats.postman_collection.json
  - type: OpenCollection
    url: collections/reccobeats.opencollection.json
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-track-audio-features
  - type: Documentation
    url: https://reccobeats.com/docs/documentation/Analysis/audio-features-extraction
  - type: APIReference
    url: https://reccobeats.com/docs/apis/extract-audio-features
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-recommendation
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-artist-by-id
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-albums
- aid: reccobeats:reccobeats-track-api
  name: ReccoBeats Track API
  description: Track metadata lookup by ReccoBeats or Spotify ID.
  humanURL: https://reccobeats.com/docs/apis/get-track-by-id
  baseURL: https://api.reccobeats.com/v1
  tags:
  - Track
  properties:
  - type: OpenAPI
    url: openapi/reccobeats-track-api-openapi.yml
  - type: Documentation
    url: https://reccobeats.com/docs/documentation/introduction
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-track-by-id
  - type: PostmanCollection
    url: collections/reccobeats.postman_collection.json
  - type: OpenCollection
    url: collections/reccobeats.opencollection.json
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-track-audio-features
  - type: Documentation
    url: https://reccobeats.com/docs/documentation/Analysis/audio-features-extraction
  - type: APIReference
    url: https://reccobeats.com/docs/apis/extract-audio-features
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-recommendation
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-artist-by-id
  - type: APIReference
    url: https://reccobeats.com/docs/apis/get-albums
common:
- type: AgenticAccess
  url: agentic-access/reccobeats-agentic-access.yml
- type: DomainSecurity
  url: security/reccobeats-domain-security.yml
- url: https://reccobeats.com/blog/rss.xml
  type: Blog
- type: Website
  url: https://reccobeats.com
- type: Documentation
  url: https://reccobeats.com/docs/documentation/introduction
- type: Plans
  url: plans/reccobeats-plans-pricing.yml
- type: RateLimits
  url: rate-limits/reccobeats-rate-limits.yml
- type: FinOps
  url: finops/reccobeats-finops.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com