akhiltulluri / OSC-API

OSC API that serves JSON data on events.

Home Page:https://osc-api.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSC-API

Logo
OSC API that serves JSON data on events.

API Endpoints

ID Endpoint Example Details
1 [/] https://osc-api.herokuapp.com/ Index.
1 [/api/] https://osc-api.herokuapp.com/api/ API Base endpoint with documentation
2 [api/event/] https://osc-api.herokuapp.com/api/event/ GET complete data on all the events.
3 [api/event/<int:id>] https://osc-api.herokuapp.com/api/event/8 GET data from a particular event (from Event ID).
4 [api/event/latest] https://osc-api.herokuapp.com/api/event/latest GET data of the latest OSC event.

Contributing

To contribute to OSC-API, fork the repository, create a new branch and send us a pull request. Make sure you read CONTRIBUTING.md before sending us Pull requests.

Also, thanks for contributing to Open-source!

License

OSC-API is under The GNU General Public License v3.0. Read the LICENSE file for more information.

About

OSC API that serves JSON data on events.

https://osc-api.herokuapp.com/

License:GNU General Public License v3.0


Languages

Language:Python 100.0%