Teyvat-dev is an open-source API that provides information about Genshin Impact.
This API offers various endpoints for retrieving information about the game. The base URL for the API is https://teyvat-dev.vercel.app/api.
/characters
: Get all characters/characters/:id
: Get a character by ID/weapons
: Get all weapons/weapons/:id
: Get a weapon by ID/artifacts
: Get all artifacts/artifacts/:id
: Get an artifact by ID/materials
: Get all materials/materials/:id
: Get a material by ID/nations
: Get all nations/nations/:id
: Get a nation by ID/elements
: Get all elements/elements/:id
: Get an element by ID