Skip to content

Latest commit

History

History
22 lines (18 loc) 路 1000 Bytes

File metadata and controls

22 lines (18 loc) 路 1000 Bytes

banner

serverless Build Status

馃攲 RadioChecker.com API Services

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.

Endpoints

  • 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}