From ad524cb08ed70e79c9cdf84e71fa0afe584a04fe Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Fri, 6 Nov 2020 11:08:42 +0000 Subject: [PATCH] Update vertical life api --- vertical-life-api.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/vertical-life-api.md b/vertical-life-api.md index 92df327..e7f99cb 100644 --- a/vertical-life-api.md +++ b/vertical-life-api.md @@ -14,4 +14,23 @@ The VL API is located at [https://ifsc.results.info/api/v1/](https://ifsc.result ## Get competition types ("leagues") - 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/) \ No newline at end of file +- 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) \ No newline at end of file