Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 728 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 728 Bytes

REST-API-vatsim

This is a RESTful API created to take the VATSIM JSON data and provide tailored JSON data based on the implemented endpoints

Current endpoints

  • / - confirms server online
  • /vatsim - displays the entire JSON data
  • /vatsim/online - displays number of connected pilots and controllers
  • /vatsim/voicestatus - displays all possible voice statuses and number of connections for each voice status
  • /vatsim/pilots/:remarkSearchParameter - displays pilots, their CID and their remarks whose remarks (partially or fully) contain the remarkSearchParameter word

Deployment

  • Deployed version can be found on Render