Skip to content

BGSayson/api-wrapper-project

Repository files navigation

API Reference

Get all characters

List of all characters

  GET api/v1/genshindev/characters
Type
string

Sample response:

    [
    "albedo",
    "alhaitham",
    "aloy",
    "amber",
    ...

Get all artifacts

List of all artifacts

  GET api/v1/genshindev/artifacts
Type
string

Sample response:

    [
    "adventurer",
    "archaic-petra",
    "berserker",
    ...

Get all bosses

Weekly bosses in the game

  GET api/v1/genshindev/bosses
Type
string

Get consumable types in the games

Consumable types

  GET api/v1/genshindev/consumables
Type
string

Get all food type consumables

List of all food consumables

  GET api/v1/genshindev/consumables/food
Type
string

Get all potions type consumables

List of all potions

  GET api/v1/genshindev/consumables/potions
Type
string

Get all domains

List of all weapon/talent book domains

  GET api/v1/genshindev/domains
Type
string

Get all elements

List of elemental types in the game

  GET api/v1/genshindev/elements
Type
string

Sample response:

    [
    "anemo",
    "cryo",
    "dendro"
    ...

To view further details of each element:

    GET api/v1/genshindev/elements/{element_name}

Get all enemies

List of regular/elite enemies

  GET api/v1/genshindev/enemies
Type
string

Get all material type

List of material types

  GET api/v1/genshindev/materials
Type
string

To view further details of each material type, enter the material type name listed from /materials:

    GET api/v1/genshindev/materials/{material_type_name}

Get all nations

Lists the seven nations of Teyvat

  GET api/v1/genshindev/nations
Type
string

Get all weapons

Lists all the in-game weapons

  GET api/v1/genshindev/weapons
Type
string

About

API Wrapper project using genshindev for Avion School's Full-Stack Developer course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published