Update vertical life api

Dorian Zedler 2020-11-06 11:08:42 +00:00
parent 254962cc2e
commit ad524cb08e

@ -15,3 +15,22 @@ The VL API is located at [https://ifsc.results.info/api/v1/](https://ifsc.result
- Path: ```/```
- This will return all seasons with leagues and the current one
- Example: [https://ifsc.results.info/api/v1/](https://ifsc.results.info/api/v1/)
# Examples
- [All seasons](https://ifsc.results.info/api/v1/)
## Boulder
- [competition](https://ifsc.results.info/api/v1/events/1113)
- [category](https://ifsc.results.info/api/v1/events/1113/result/3)
- [round](https://ifsc.results.info/api/v1/category_rounds/5462/results)
## Speed
- [competition](https://ifsc.results.info/api/v1/events/1113)
- [category](https://ifsc.results.info/api/v1/events/1113/result/2)
- [round](https://ifsc.results.info/api/v1/category_rounds/5465/results)
## Lead
- [competition](https://ifsc.results.info/api/v1/events/1118/)
- [category](https://ifsc.results.info/api/v1/events/1118/result/1)
- [round](https://ifsc.results.info/api/v1/category_rounds/5504/results)
## Combined
- [competition](https://ifsc.results.info/api/v1/events/70)
- [category](https://ifsc.results.info/api/v1/events/70/result/4)
- [round](https://ifsc.results.info/api/v1/category_rounds/487/results)