Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/typeguard/typed-spotify
- Owner: typeguard
- Created: 2018-02-04T21:23:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-18T00:34:49.000Z (over 6 years ago)
- Last Synced: 2024-08-03T17:10:02.627Z (6 months ago)
- Language: JavaScript
- Homepage: https://developer.spotify.com/web-api/
- Size: 49.8 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.