{
  "x402Version": 2,
  "id": 5378,
  "slug": "5378",
  "resource": "https://sftunes.com/api/tapes",
  "description": "SFtunes catalog for agents: index of public mixtapes and public Top 10 lists, or one item with liner notes and music-service links via ?id=<uuid> (tape) or ?id=top10-<handle> (a person's Top 10 + Side B).",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xc122471a35f66366B2B3bfAfB7fee19827dAb637",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {},
          "queryParams": {},
          "type": "http"
        },
        "output": {
          "example": {
            "count": 2,
            "detail": "GET /api/tapes?id=<uuid> for a tape, or ?id=top10-<handle> for a public profile's Top 10 + Side B",
            "tapes": [
              {
                "id": "<uuid>",
                "tapemaker": "@handle",
                "title": "tape title",
                "track_count": 10,
                "type": "tape"
              },
              {
                "id": "top10-handle",
                "tapemaker": "@handle",
                "title": "@handle's Top 10",
                "track_count": 10,
                "type": "top_ten"
              }
            ]
          },
          "type": "json"
        }
      },
      "routeTemplate": ":var1",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "pathParams": {
                "type": "object"
              },
              "queryParams": {
                "properties": {
                  "id": {
                    "description": "optional: a tape uuid, or top10-<handle> for a person's Top 10; omit for the full index",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "sftunes.com",
  "lastUpdated": "2026-09-17T03:56:40.63Z",
  "quality": {
    "calls30d": 6,
    "uniquePayers30d": 6,
    "lastCalledAt": "2026-09-17T03:56:40.423Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "sftunes.com",
    "manifest_name": "sftunes.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}