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