ToolAssay

Search the James B

Search the James B. Pollack music catalog by mood, BPM, key, year, or similarity

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1612 msmedian answer time
$0.05listed price per call
$0.05price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://music.jamesbpollack.com/api/x402/search

CategorySearch and research
Provider hostmusic.jamesbpollack.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 1612 ms

Example input (from the provider)

{
  "method": "GET",
  "pathParams": {},
  "queryParams": {
    "limit": 10,
    "mood": "Atmospheric"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "pathParams": {
          "type": "object"
        },
        "queryParams": {
          "properties": {
            "bpm_max": {
              "description": "Maximum BPM",
              "type": "number"
            },
            "bpm_min": {
              "description": "Minimum BPM",
              "type": "number"
            },
            "key": {
              "description": "Musical key (e.g. C, D#)",
              "type": "string"
            },
            "limit": {
              "description": "Max results (1-50, default 20)",
              "type": "number"
            },
            "mood": {
              "description": "Filter by mood tag",
              "enum": [
                "Atmospheric",
                "Dreamy",
                "Hypnotic",
                "Driving",
                "Intense",
                "Dark",
                "Bright",
                "Uplifting",
                "Melancholic"
              ],
              "type": "string"
            },
            "similar_to": {
              "description": "Track path to find similar tracks",
              "type": "string"
            },
            "year": {
              "description": "Filter by year",
              "type": "number"
            }
          },
          "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"
}

This page as JSON