Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 975 Bytes

spotify.md

File metadata and controls

42 lines (29 loc) · 975 Bytes
description
Seamlessly integrate Spotify with your favorite APIs, databases, and programming languages, using WayScript.

Spotify

A Swedish audio streaming platform.

⚙ Settings

Mode

  • Options - Lookup Artist

****👩🎤 Lookup Artist By

  • Options - Artist Name, Spotify ID, Spotify URI
  • Warning - Looking up artist by 'Artist Name' will return top search result, correct result is not guaranteed. For full results, use the JSON Output

📥 Inputs

  • Artist - Put in the artist input that fits your Lookup Artist By selection

📥 Outputs

Artist = {
		name          : String,
		num_followers : Int,
		genres        : [ String ],
		image_url     : Url,
		popularity    : Int,
		spotify_id    : String,
		spotify_uri   : String
}
  • JSON Data
    • Raw JSON data received from the API