Create new circuits, list and modify your circuits, and configure circuit settings.
Circuit API
Overview
The Circuit API presents the different entities into sections and describes all the resources and endpoints that can access or manipulate an entity in each section.
Sections
- Circuits
- Seasons
List all seasons or a single season of a circuit.
- Regions
List all regions or a single region of a circuit.
- Tiers
List all tiers or a single tier of a circuit.
- Rankings
List all rankings or a single ranking of a circuit.
- Ranking Items
List the ranking items of a ranking and circuit.
OpenAPI 3.0 specification
We also provide you with the OpenAPI 3.0 specification schema of our API. This specification allows us to describe our API with a standard format. Developers can import these files into interactive REST clients (such as Postman or Insomnia) or use these files to generate code and quickly perform calls to our API.
You can find more information on the OpenAPI initiative website.
You can also find a list of tools developed for OpenAPI on the OpenAPI tools website.