Skip to content

RadioCheckerApp/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

62 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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}