ConsoleCatalog
Sign in
Beatport logo

Beatport

beatport.comEntertainmentno auth

Electronic tracks, releases, charts, artists, and genres with pricing.

Artist Details

ASYNCREADNo auth

Returns an artist's profile including name, bio, slug, and image.

ParametersFormJSON

Beatport artist numeric ID

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_beatport_artist_detail",
    "params": {
      "artist_id": "1140224"
    }
  }'