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

https://github.com/hmerritt/album-covers-api


https://github.com/hmerritt/album-covers-api

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Album Covers API
An API to quickly navigate through all __[album-covers](https://github.com/hmerritt/album-covers)__

## Endpoints
| Type | Endpoint | Description |
|------ |-------------------- |---------------------------- |
| GET | `/` | All endpoints |
| GET | `/albums` | All albums |
| GET | `/albums/:id` | Individual album |
| GET | `/albums/:id/cover` | Cover image |
| GET | `/artists` | All artists |
| GET | `/artists/:artist` | Individual artist's covers |