discogs-api.labs.slipmat.io Open in urlscan Pro
76.76.21.164  Public Scan

Submitted URL: http://discogs-api.labs.slipmat.io/
Effective URL: https://discogs-api.labs.slipmat.io/
Submission: On September 28 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

SLIPMAT DISCOGS SEARCH API

Search artist metadata from the Discogs API.

Usage:GET /?query=<artist_name>
(With header: API-KEY=<my_api_key>)

Returns: JSON array that looks like this:


[
  {
    "id": 2449427,
    "name": "Pomplamoose",
    "profile": "Not only do Jack Conte and Nataly Dawn make great, authentic music (with real   instruments) and craft insanely perfect pop songs, but they play—with enormous success—by their own   rules. [..]",
    "url": "https://www.discogs.com/artist/2449427-Pomplamoose",
    "photo": "https://img.discogs.com/[..].jpg"
  }
]
  

If the search matches exactly, returns only the first item (like above).
Otherwise returns 5 first items.

Version 0.2.0. Changelog. Interactive docs are available.

Slipmat.io Labs project

Made for the DJ community with ❤️ by @Uninen