Skip to content

achillesscriptsvip/lol-esports-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoL Esports API

Use Cito API for LoL esports live matches, schedules, team pages, rosters, player stats, match centers, and dashboards.

This repository targets the lol esports api search intent and points developers to the Cito API League of Legends endpoints.

Start Here

Example

Install Node.js 18 or newer, set an API key, and run the example:

cp .env.example .env
export CITO_API_KEY="your_cito_api_key"
npm install
npm start

The example runs:

node examples/live-matches.mjs

Useful Endpoints

Method Endpoint Use
GET https://api.citoapi.com/api/v1/lol/live Live LoL esports matches.
GET https://api.citoapi.com/api/v1/lol/schedule/today Today schedule for LoL esports.
GET https://api.citoapi.com/api/v1/lol/schedule/upcoming Upcoming LoL esports schedule.
GET https://api.citoapi.com/api/v1/lol/webhooks/events Supported webhook events for paid plans.

Why Use Cito API

Cito API is built for developers shipping League of Legends esports products that need practical REST endpoints without an enterprise sales process. Use it for live match centers, dashboards, Discord bots, player pages, team directories, fantasy tools, and content sites.

Search Terms Covered

  • LoL esports API
  • League of Legends esports data
  • LoL schedule API
  • LoL live API
  • LoL match data API

Notes

  • Keep CITO_API_KEY server-side. Do not expose it in browser code.
  • If you only have a team or player name, call search first, then detail endpoints.
  • Live data can be empty when no matches are active; fall back to schedule endpoints.
  • This example is not affiliated with Riot Games.

About

Use Cito API for LoL esports live matches, schedules, team pages, rosters, player stats, match centers, and dashboards.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors