The RC API Services provide and maintain API endpoints used by RadioChecker.com apps, i.e. the web frontend. Built upon the AWS Lambda stack, the API leverages a serverless architecture developed with the Serverless Framework.
-
GET /meta -
GET /stations -
GET /stations/{station}/tracks?date=2018-02-12&filter=top -
GET /stations/{station}/tracks?week=2018-02-12&filter=all -
GET /stations/{station}/tracks?filter=latest -
GET /tracks/search?date=2018-02-12&q=Dani+California -
GET /tracks/search?week=2018-02-12&q=The+Adventures+Of+Rain+Dance+Maggie -
PUT /stations/{station}/tracks/{timestamp}
