https://github.com/hmerritt/album-covers-api
https://github.com/hmerritt/album-covers-api
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hmerritt/album-covers-api
- Owner: hmerritt
- Created: 2020-05-02T00:24:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T02:52:11.000Z (over 2 years ago)
- Last Synced: 2023-03-05T07:20:28.253Z (over 2 years ago)
- Language: JavaScript
- Homepage: https://covers.merritt.es/
- Size: 845 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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 |