Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heismauri/kpop-comebacks-api
API which displays the latest comebacks with a timestamp to convert on the users' local time
https://github.com/heismauri/kpop-comebacks-api
api comeback kpop kpop-songs
Last synced: about 2 months ago
JSON representation
API which displays the latest comebacks with a timestamp to convert on the users' local time
- Host: GitHub
- URL: https://github.com/heismauri/kpop-comebacks-api
- Owner: heismauri
- License: gpl-3.0
- Created: 2023-03-10T13:33:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T20:08:15.000Z (about 1 year ago)
- Last Synced: 2023-12-30T21:55:22.689Z (about 1 year ago)
- Topics: api, comeback, kpop, kpop-songs
- Language: JavaScript
- Homepage: https://kpop-comebacks.heismauri.com/api
- Size: 308 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# KPop Comebacks API
The path `/api` displays the latest updates with a timestamp to convert on the users' local time. It also has the main site (`/`) which already converts them into the desired output.
# API Output example
```json
[
{
"date": 1665997200000,
"title": "LE SSERAFIM - ANTIFRAGILE"
},
{
"date": 1672650000000,
"title": "NewJeans - OMG"
},
{
"date": 1678424400000,
"title": "TWICE - READY TO BE"
},
{
"date": 1679302800000,
"title": "NMIXX - expérgo"
}
]
```## Information
This API is used on [kpop-comebacks-widget](https://github.com/heismauri/kpop-comebacks-widget), an iOS Scriptable widget made to keep track of the upcoming comebacks.## Acknowledgements
* [KPop Subreddit](https://www.reddit.com/r/kpop/wiki/upcoming-comebacks/2022/october/)