# Blockbuster.ai Spotify Data Endpoint

> Blockbuster.ai Spotify Data Endpoint is a paid API for AI agents from blockbuster-ai.vercel.app, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Retrieves Spotify music data (tracks, artists, albums, playlists, or search results) based on a query string

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/spotify-data
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-spotify-data-endpoint-e2268493
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__MhFlrJ2Pnl8qdtSIZWmH

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability blockbuster-ai-spotify-data-endpoint-e2268493 -d '<json body>'
```

Example prompt: Can you pull up the Spotify data for Kendrick Lamar — I want to see his artist info and latest album details?

## When to prefer this

Use this endpoint when you need to retrieve music metadata, artist info, track details, album data, or playlist information from Spotify without managing your own Spotify API credentials. Suitable for quick lookups via a single query parameter and micropayment billing.

## Known failure modes

- Query string missing or empty — returns error or empty results
- Spotify API rate limit exceeded — may return failure or timeout
- No matching results for the query — returns empty data object
- Service unavailable due to upstream Spotify API issues
- Payment not completed via x402 — request blocked before reaching Spotify

## How this service works

115+ premium paid endpoints: Social Media, AI/ML, E-commerce, Finance, Data Intelligence, Media, Tools. x402 micropayments on Base chain.

## Output

Returns a JSON object with a success boolean and a data object containing Spotify metadata relevant to the query, such as track details, artist profiles, album info, or playlist data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Input parameter for the API call"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockbuster-ai-spotify-data-endpoint-e2268493/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockbuster-ai.vercel.app](https://www.zero.xyz/host/blockbuster-ai.vercel.app/llms.txt)
