A league of legends esports API.
Discord: https://discord.gg/pqJ3nphp
Spring backend: https://github.com/mckernant1/lol-api-service
Documentation: https://mckernant1.github.io/lol-openapi/
Url: https://api.lol-esports.mckernant1.com
Add maven to repositories
repositories {
mavenCentral()
jcenter()
maven {
url = uri("https://mvn.mckernant1.com/release")
}
}
Add dependency on esports-api
implementation("com.github.mckernant1.lol:esports-api:0.0.20")
curl https://api.lol-esports.mckernant1.com/leagues
GraphQL Endpoint: https://api.lol-esports.mckernant1.com/graphql
GraphiQL UI: https://api.lol-esports.mckernant1.com/graphiql?path=/graphql