Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/typeguard/typed-spotify

Spotify Web API
https://github.com/typeguard/typed-spotify

Last synced: 3 months ago
JSON representation

Spotify Web API

Awesome Lists containing this project

README

        

# Spotify Web API – Typed JSON API

> Lets your applications fetch data from the Spotify music catalog and manage user’s playlists and saved music.

## APIs

* `Album`: https://api.spotify.com/v1/albums/4aawyAB9vmqN3uQ7FjRGTy?market=ES
* `Artist`: https://api.spotify.com/v1/artists/0TnOYISbd1XYRBk9myaseg
* `Playlist`: https://api.spotify.com/v1/users/jmperezperez/playlists/3cEYpjA9oz9GiPac4AsH4n?market=ES
* `Profile`: https://api.spotify.com/v1/users/12139437815
* `Track`: https://api.spotify.com/v1/tracks/11dFghVXANMlKmJXsNCbNl?market=ES

## Libraries

* [C#](csharp)
* [Go](golang)
* [Rust](rustlang)
* [C++](cplusplus)
* [Objective-C](objective-c)
* [Java](java)
* [TypeScript](typescript)
* [JavaScript](javascript)
* [Flow](flow)
* [Swift](swift4)
* [Kotlin (beta)](kotlin)
* [Elm](elm)
* [JSON Schema](json-schema)
* [Ruby](ruby)
* [Dart](dart)
* [Python](python)

# Contributing

This repo is generated with [quicktype](https://github.com/quicktype/quicktype) from data in [typeguard/awesome-typed-datasets](https://github.com/typeguard/awesome-typed-datasets).
To contribute, please visit those repos.