Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poeti8/findrap.xyz
Discover dope hip-hop music.
https://github.com/poeti8/findrap.xyz
api hip-hop hiphop music rap
Last synced: 22 days ago
JSON representation
Discover dope hip-hop music.
- Host: GitHub
- URL: https://github.com/poeti8/findrap.xyz
- Owner: poeti8
- License: apache-2.0
- Created: 2017-03-02T06:12:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-14T07:15:13.000Z (over 7 years ago)
- Last Synced: 2024-10-04T11:56:16.842Z (about 1 month ago)
- Topics: api, hip-hop, hiphop, music, rap
- Language: JavaScript
- Homepage: https://findrap.xyz
- Size: 1.99 MB
- Stars: 67
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[**findrap.xyz**](//findrap.xyz) helps you discover dope hip-hop music based on decades, sub-genres or similar artists. Only artists that had at least one great album are included in the database.
If you think an artist is missing or the database is incomplete you can [contribute](https://github.com/poeti8/findrap.xyz/blob/master/README.md#contribute) or [open an issue](https://github.com/poeti8/findrap.xyz/issues).
# API
You can get FindRap dope albums and songs by requesting data via below URLs.
### All Artists
```
http://findrap.xyz/api/artist/all
```### Specific Artist
```ARTIST_NAME``` can be anything from all artists lists (above).
Queries: ```similar=true``` to get similar artists and ```limit=10``` to limit response to a certain number of data.
```
http://findrap.xyz/api/artist/ARTIST_NAME
```### All Tags
```
http://findrap.xyz/api/tag/all
```### Specific Tag
```TAG_NAME``` can be anything from all tags lists (above).
Queries: ```random=true``` to get random tags and ```limit=10``` to limit response to a certain number of data.
```
http://findrap.xyz/api/tag/TAG_NAME
```# Contribute
Open [artists.json](https://github.com/poeti8/findrap.xyz/blob/master/data/artists.json) or [best-new.json](https://github.com/poeti8/findrap.xyz/blob/master/data/best-new.json) and add the new data. The whole data is an array of artists which each one has:
```artist``` artist's name
```songs``` an array of objects for each dope song.
```albums``` an array of objects for each dope album.
```tags``` an array of tags. only among existing tags in the API.
```related``` an array of similar artists. only among existing artists in the API.
Note that the count of dope songs should be one more than dope albums count at maximum. Also the count of all of them together shouldn't be higher than 9.
#### How to know if an artist or an album is dope?
Based on if it is both critically and fan acclaimed.
#### Credits
The music icon is from [flaticon.com](http://www.flaticon.com/).