Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

JimmyMcBride/eso-sets-api

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESO Sets API

An open and public API for all the sets in Elder Scrolls Online. All sets and rights belong to Zenimax Online.

I build a front end set search tool. You can checkout, search, and filter through all the sets here!

REST

You can get all sets with the route: https://eso-sets.herokuapp.com/sets

To get a set by it's name: https://eso-sets.herokuapp.com/set/:name.

Example: https://eso-sets.herokuapp.com/set/Zaan

GraphQL

The graphql endpoint is: https://eso-sets.herokuapp.com/graphql.

Example queries:

query Sets {
  sets {
    id
    name
    type
    bonuses
  }
}

query Set {
  set(name: "Zaan") {
    id
    name
    type
    bonuses
  }
}

If you notice anything wrong or inaccurate, email me @ mcbride967@gmail.com or join my discord server.

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.