heismauri / kpop-comebacks-api

API which displays the latest comebacks with a timestamp to convert on the users' local time

Home Page:https://kpop-comebacks.heismauri.com/api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

[
  {
    "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, an iOS Scriptable widget made to keep track of the upcoming comebacks.

Acknowledgements

About

API which displays the latest comebacks with a timestamp to convert on the users' local time

https://kpop-comebacks.heismauri.com/api

License:GNU General Public License v3.0


Languages

Language:JavaScript 72.3%Language:CSS 27.7%