eldenring-api icon indicating copy to clipboard operation
eldenring-api copied to clipboard

Open source API for the awesome Elden Ring game :)

Results 10 eldenring-api issues
Sort by recently updated
recently updated
newest added

Noticed that all weapon stats appear to be pre-upgrade. It would be useful to see at least max upgrade stats so that weapons can be compared at that point. Thanks.

I was trying to obtain the levels assigned to the classes, but there is a misspelling on the words "inteligence" and "strenght" using graphql. ![image](https://user-images.githubusercontent.com/94880321/188490159-7e4f8f08-bfcd-436a-bf66-8dacfa129abd.png)

Hello! there is a mistake for the data "Bell Bearing Hunter" Boss, there is his drop instead of his HealthPoints. Thank you for creating the API!

Hello, I would like to know if there is any possibility of adding the properties and values ​​for creating game characters? something like this: ``` { "success": true, "count": 2,...

The "Spellblade's Gloves" catogory appears as "Gauntlet" (singlular) rather than "Gauntlets" (plural)

![image](https://user-images.githubusercontent.com/35732843/229353919-0c5db7b6-e1da-4d46-aa5b-d01c1665700f.png) The route for Boss By ID should be `https://eldenring.fanapis.com/api/bosses/boss_id` and not `https://eldenring.fanapis.com/api/bosses/:boss_id` there is a : in the route that results in an error if incorrectly copied / pasted.

To improve data consistency, changed Phy20 to ("physical", 20), Phy40 to ("physical", 40) and Phy100 to ("physical", 100)

Warrior was listed as a class twice in the original. Removed the first instance and left the second.

- Increased maximum limit to 200 to better fit current data set - set default return value to 20

Hello! I've been playing around a little bit with this api and I ran into this issue when trying to get the amount subfield in dmgNegation for the armor query:...