Update vertical life api
parent
254962cc2e
commit
ad524cb08e
1 changed files with 20 additions and 1 deletions
|
@ -15,3 +15,22 @@ The VL API is located at [https://ifsc.results.info/api/v1/](https://ifsc.result
|
||||||
- Path: ```/```
|
- Path: ```/```
|
||||||
- This will return all seasons with leagues and the current one
|
- This will return all seasons with leagues and the current one
|
||||||
- Example: [https://ifsc.results.info/api/v1/](https://ifsc.results.info/api/v1/)
|
- 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)
|
Loading…
Reference in a new issue