List of all characters
  GET api/v1/genshindev/characters
| Type | 
|---|
| string | 
Sample response:
    [
    "albedo",
    "alhaitham",
    "aloy",
    "amber",
    ...
List of all artifacts
  GET api/v1/genshindev/artifacts
| Type | 
|---|
| string | 
Sample response:
    [
    "adventurer",
    "archaic-petra",
    "berserker",
    ...
Weekly bosses in the game
  GET api/v1/genshindev/bosses
| Type | 
|---|
| string | 
Consumable types
  GET api/v1/genshindev/consumables
| Type | 
|---|
| string | 
List of all food consumables
  GET api/v1/genshindev/consumables/food
| Type | 
|---|
| string | 
List of all potions
  GET api/v1/genshindev/consumables/potions
| Type | 
|---|
| string | 
List of all weapon/talent book domains
  GET api/v1/genshindev/domains
| Type | 
|---|
| string | 
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}
List of regular/elite enemies
  GET api/v1/genshindev/enemies
| Type | 
|---|
| string | 
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}
Lists the seven nations of Teyvat
  GET api/v1/genshindev/nations
| Type | 
|---|
| string | 
Lists all the in-game weapons
  GET api/v1/genshindev/weapons
| Type | 
|---|
| string |