Documentation | FlameForge

FlameForge API

This API is an independent project and is not officially endorsed by Hoyoverse for Genshin Impact. All copyrights for images and data belong to Hoyoverse.

JSON Notes

  • Any property (except arrays or objects) whose value does not exist or undetermined, will be -
  • Any baseSubStat property whose value does not exist or undetermined, will be 0

Root URL

http://localhost:4000

Fetch Random Character

https://flameforge-api.onrender.com/character

Payload:

{
    "name": "Kaeya",
    "desc": "An accomplished swordsman and a strategic thinker in the Knights of Favonius, rumored to hail from beyond Mondstadt.",
    "rarity": 4,
    "vision": "Cryo",
    "weapon": "Sword",
    "region": [
        "Mondstadt"
    ],
    "images": {
        "profile": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703759781/FlameForge/characters/character1703759786700.webp"
    }
}

additional data :

https://flameforge-api.onrender.com/character?infoSize=full

Payload :

{
    "name": "Kaeya",
    "desc": "An accomplished swordsman and a strategic thinker in the Knights of Favonius, rumored to hail from beyond Mondstadt.",
    "rarity": 4,
    "vision": "Cryo",
    "weapon": "Sword",
    "versionRelease": 1,
    "birthday": "11/30",
    "title": [
        "Frostwind Swordsman"
    ],
    "constellation": "Pavo Ocellus",
    "region": [
        "Mondstadt"
    ],
    "affiliation": [
        "Knights of Favonius"
    ],
    "images": {
        "profile": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703759781/FlameForge/characters/character1703759786700.webp",
        "gacha": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703759759/FlameForge/characters/character1703759763740.png",
        "card": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703759769/FlameForge/characters/character1703759774869.jpg"
    },
    "wikiUrl": "https://wiki.hoyolab.com/pc/genshin/entry/9"
}

Fetch Single Character by Name

https://flameforge-api.onrender.com/character?name=diluc

Payload :

{
    "name": "Diluc",
    "images": {
        "profile": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703522202/FlameForge/characters/character1703522222447.webp"
    },
    "desc": "The tycoon of a winery empire in Mondstadt, unmatched in every possible way.",
    "rarity": 5,
    "vision": "Pyro",
    "weapon": "Claymore",
    "region": [
        "Mondstadt"
    ]
}

Additional Data:

https://flameforge-api.onrender.com/character?name=diluc&infoSize=full

Payload :

{
    "name": "Diluc",
    "images": {
        "profile": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703522202/FlameForge/characters/character1703522222447.webp",
        "gacha": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703522178/FlameForge/characters/character1703522198754.png",
        "card": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703522191/FlameForge/characters/character1703522210301.jpg"
    },
    "desc": "The tycoon of a winery empire in Mondstadt, unmatched in every possible way.",
    "rarity": 5,
    "vision": "Pyro",
    "weapon": "Claymore",
    "versionRelease": 1,
    "birthday": "4/30",
    "title": [
        "The Dark Side of Dawn"
    ],
    "constellation": "Noctua",
    "region": [
        "Mondstadt"
    ],
    "affiliation": [
        "Dawn Winery"
    ],
    "wikiUrl": "https://wiki.hoyolab.com/pc/genshin/entry/43"
}

Fetch All Characters

https://flameforge-api.onrender.com/api/characters

Payload :

[
    {
        "name": "Hu Tao",
        "images": {
            "profile": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703323137/FlameForge/characters/character1703323151591.webp"
        },
        "desc": "The 77th Director of the Wangsheng Funeral Parlor. She took over the business at a rather young age.",
        "rarity": 5,
        "vision": "Pyro",
        "weapon": "Polearm",
        "region": [
            "Liyue Harbor"
        ]
    },
    {
        "name": "Navia",
        "images": {
            "profile": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703323303/FlameForge/characters/character1703323317960.png"
        },
        "desc": "The current President of Spina di Rosula, who is lovely, dutiful, and a great boss.",
        "rarity": 5,
        "vision": "Geo",
        "weapon": "Claymore",
        "region": [
            "Fontaine"
        ]
    },
    ...
]

Additional Data:

https://flameforge-api.onrender.com/characters?infoSize=full

Payload :

[
    {
        "name": "Hu Tao",
        "images": {
            "profile": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703323137/FlameForge/characters/character1703323151591.webp",
            "gacha": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703323085/FlameForge/characters/character1703323099591.png",
            "card": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703323110/FlameForge/characters/character1703323123613.jpg"
        },
        "desc": "The 77th Director of the Wangsheng Funeral Parlor. She took over the business at a rather young age.",
        "rarity": 5,
        "vision": "Pyro",
        "weapon": "Polearm",
        "versionRelease": 1.3,
        "birthday": "7/15",
        "title": [
            "Fragrance in Thaw"
        ],
        "constellation": "Papilio Charontis",
        "region": [
            "Liyue Harbor"
        ],
        "affiliation": [
            "Wangsheng Funeral Parlor"
        ],
        "wikiUrl": "https://wiki.hoyolab.com/pc/genshin/entry/34"
    },
    {
        "name": "Navia",
        "images": {
            "profile": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703323303/FlameForge/characters/character1703323317960.png",
            "gacha": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703323231/FlameForge/characters/character1703323244487.png",
            "card": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703323251/FlameForge/characters/character1703323263473.png"
        },
        "desc": "The current President of Spina di Rosula, who is lovely, dutiful, and a great boss.",
        "rarity": 5,
        "vision": "Geo",
        "weapon": "Claymore",
        "versionRelease": 4.3,
        "birthday": "8/16",
        "title": [
            "Helm of the Radiant Rose"
        ],
        "constellation": "Rosa Multiflora",
        "region": [
            "Fontaine"
        ],
        "affiliation": [
            "Spina di Rosula"
        ],
        "wikiUrl": "https://wiki.hoyolab.com/pc/genshin/entry/4576"
    },
    ...
]

Fetch All Characters by Vision

https://flameforge-api.onrender.com/api/characters?vision=pyro

Accepted vision values are pyro , hydro , anemo , electro , dendro , cryo , geo

Payload :

[
    {
        "name": "Hu Tao",
        "images": {
            "profile": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703323137/FlameForge/characters/character1703323151591.webp"
        },
        "desc": "The 77th Director of the Wangsheng Funeral Parlor. She took over the business at a rather young age.",
        "rarity": 5,
        "vision": "Pyro",
        "weapon": "Polearm",
        "region": [
            "Liyue Harbor"
        ]
    },
    {
        "images": {
            "profile": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703324479/FlameForge/characters/character1703324493504.webp"
        },
        "name": "Lyney",
        "desc": "A famed Fontainian magician who possesses great stage presence as well as gift of the gab. Audiences are enthralled by his exquisite skills, and they hang on to his every clever word.",
        "rarity": 5,
        "vision": "Pyro",
        "weapon": "Bow",
        "region": [
            "Fontaine"
        ]
    },
    ...
]

Additional Data:

https://flameforge-api.onrender.com/characters?vision=pyro&infoSize=full

Payload :

[
    {
        "name": "Hu Tao",
        "images": {
            "profile": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703323137/FlameForge/characters/character1703323151591.webp",
            "gacha": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703323085/FlameForge/characters/character1703323099591.png",
            "card": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703323110/FlameForge/characters/character1703323123613.jpg"
        },
        "desc": "The 77th Director of the Wangsheng Funeral Parlor. She took over the business at a rather young age.",
        "rarity": 5,
        "vision": "Pyro",
        "weapon": "Polearm",
        "versionRelease": 1.3,
        "birthday": "7/15",
        "title": [
            "Fragrance in Thaw"
        ],
        "constellation": "Papilio Charontis",
        "region": [
            "Liyue Harbor"
        ],
        "affiliation": [
            "Wangsheng Funeral Parlor"
        ],
        "wikiUrl": "https://wiki.hoyolab.com/pc/genshin/entry/34"
    },
    {
        "name": "Lyney",
        "images": {
            "profile": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703324479/FlameForge/characters/character1703324493504.webp",
            "gacha": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703324448/FlameForge/characters/character1703324461198.png",
            "card": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703324460/FlameForge/characters/character1703324474409.png"
        },
        "desc": "A famed Fontainian magician who possesses great stage presence as well as gift of the gab. Audiences are enthralled by his exquisite skills, and they hang on to his every clever word.",
        "rarity": 5,
        "vision": "Pyro",
        "weapon": "Bow",
        "versionRelease": 4,
        "birthday": "2/2",
        "title": [
            "Spectacle of Phantasmagoria"
        ],
        "constellation": "Felis Fuscus",
        "region": [
            "Fontaine"
        ],
        "affiliation": [
            "Hotel Bouffes d'ete"
        ],
        "wikiUrl": "https://wiki.hoyolab.com/pc/genshin/entry/3963"
    },
    ...
]

Fetch All Characters by Region

https://flameforge-api.onrender.com/api/characters?region=liyue-harbor

Accepted region values are mondstadt , liyue-harbor , inazuma-city , sumeru , fontaine

Payload :

[
    {
        "name": "Xiangling",
        "images": {
            "profile": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703521473/FlameForge/characters/character1703521492859.webp"
        },
        "desc": "A renowned chef from Liyue. She's extremely passionate about cooking and excels at making her signature hot and spicy dishes.",
        "rarity": 4,
        "vision": "Pyro",
        "weapon": "Polearm",
        "region": [
            "Liyue Harbor"
        ]
    },
    {
        "name": "Zhongli",
        "images": {
            "profile": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703521830/FlameForge/characters/character1703521849873.webp"
        },
        "desc": "A mysterious expert contracted by the Wangsheng Funeral Parlor. Extremely knowledgeable in all things.",
        "rarity": 5,
        "vision": "Geo",
        "weapon": "Polearm",
        "region": [
            "Liyue Harbor"
        ]
    },
    ...
]

Additional Data:

https://flameforge-api.onrender.com/characters?region=liyue-harbor&infoSize=full

Payload :

[
    {
        "name": "Xiangling",
        "images": {
            "profile": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703521473/FlameForge/characters/character1703521492859.webp",
            "gacha": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703521432/FlameForge/characters/character1703521452642.png",
            "card": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703521452/FlameForge/characters/character1703521472395.jpg"
        },
        "desc": "A renowned chef from Liyue. She's extremely passionate about cooking and excels at making her signature hot and spicy dishes.",
        "rarity": 4,
        "vision": "Pyro",
        "weapon": "Polearm",
        "versionRelease": 1,
        "birthday": "11/2",
        "title": [
            "Exquisite Delicacy"
        ],
        "constellation": "Trulla",
        "region": [
            "Liyue Harbor"
        ],
        "affiliation": [
            "Wanmin Restaurant"
        ],
        "wikiUrl": "https://wiki.hoyolab.com/pc/genshin/entry/50"
    },
    {
        "name": "Zhongli",
        "images": {
            "profile": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703521830/FlameForge/characters/character1703521849873.webp",
            "gacha": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703521805/FlameForge/characters/character1703521823833.png",
            "card": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703521816/FlameForge/characters/character1703521834991.png"
        },
        "desc": "A mysterious expert contracted by the Wangsheng Funeral Parlor. Extremely knowledgeable in all things.",
        "rarity": 5,
        "vision": "Geo",
        "weapon": "Polearm",
        "versionRelease": 1.1,
        "birthday": "12/31",
        "title": [
            "Vago Mundo"
        ],
        "constellation": "Lapis Dei",
        "region": [
            "Liyue Harbor"
        ],
        "affiliation": [
            "Liyue Harbor"
        ],
        "wikiUrl": "https://wiki.hoyolab.com/pc/genshin/entry/46"
    },
    ...
]

Fetch All Characters by Rarity

https://flameforge-api.onrender.com/api/characters?rarity=5

Accepted region values are 4 , 5

Payload :

[
    {
        "name": "Hu Tao",
        "images": {
            "profile": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703323137/FlameForge/characters/character1703323151591.webp"
        },
        "desc": "The 77th Director of the Wangsheng Funeral Parlor. She took over the business at a rather young age.",
        "rarity": 5,
        "vision": "Pyro",
        "weapon": "Polearm",
        "region": [
            "Liyue Harbor"
        ]
    },
    {
        "name": "Navia",
        "images": {
            "profile": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703323303/FlameForge/characters/character1703323317960.png"
        },
        "desc": "The current President of Spina di Rosula, who is lovely, dutiful, and a great boss.",
        "rarity": 5,
        "vision": "Geo",
        "weapon": "Claymore",
        "region": [
            "Fontaine"
        ]
    },
    ...
]

Additional Data:

https://flameforge-api.onrender.com/characters?rarity=5&infoSize=full

Payload :

[
    {
        "name": "Hu Tao",
        "images": {
            "profile": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703323137/FlameForge/characters/character1703323151591.webp",
            "gacha": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703323085/FlameForge/characters/character1703323099591.png",
            "card": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703323110/FlameForge/characters/character1703323123613.jpg"
        },
        "desc": "The 77th Director of the Wangsheng Funeral Parlor. She took over the business at a rather young age.",
        "rarity": 5,
        "vision": "Pyro",
        "weapon": "Polearm",
        "versionRelease": 1.3,
        "birthday": "7/15",
        "title": [
            "Fragrance in Thaw"
        ],
        "constellation": "Papilio Charontis",
        "region": [
            "Liyue Harbor"
        ],
        "affiliation": [
            "Wangsheng Funeral Parlor"
        ],
        "wikiUrl": "https://wiki.hoyolab.com/pc/genshin/entry/34"
    },
    {
        "name": "Navia",
        "images": {
            "profile": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703323303/FlameForge/characters/character1703323317960.png",
            "gacha": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703323231/FlameForge/characters/character1703323244487.png",
            "card": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703323251/FlameForge/characters/character1703323263473.png"
        },
        "desc": "The current President of Spina di Rosula, who is lovely, dutiful, and a great boss.",
        "rarity": 5,
        "vision": "Geo",
        "weapon": "Claymore",
        "versionRelease": 4.3,
        "birthday": "8/16",
        "title": [
            "Helm of the Radiant Rose"
        ],
        "constellation": "Rosa Multiflora",
        "region": [
            "Fontaine"
        ],
        "affiliation": [
            "Spina di Rosula"
        ],
        "wikiUrl": "https://wiki.hoyolab.com/pc/genshin/entry/4576"
    },
    ...
]

Fetch All Characters by Weapon Type

https://flameforge-api.onrender.com/api/characters?weapon=claymore

Accepted weapon types are sword , claymore , polearm , bow , catalyst

Payload :

[
    {
        "name": "Navia",
        "images": {
            "profile": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703323303/FlameForge/characters/character1703323317960.png"
        },
        "desc": "The current President of Spina di Rosula, who is lovely, dutiful, and a great boss.",
        "rarity": 5,
        "vision": "Geo",
        "weapon": "Claymore",
        "region": [
            "Fontaine"
        ]
    },
    {
        "name": "Freminet",
        "images": {
            "profile": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703324407/FlameForge/characters/character1703324421860.webp"
        },
        "desc": "A reserved young man who is well-versed in diving. Beneath his distant, icy demeanor lies a pure heart bereft of all flaws.",
        "rarity": 4,
        "vision": "Cryo",
        "weapon": "Claymore",
        "region": [
            "Fontaine"
        ]
    },
    ...
]

Additional Data:

https://flameforge-api.onrender.com/characters?weapon=claymore&infoSize=full

Payload :

[
    {
        "name": "Navia",
        "images": {
            "profile": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703323303/FlameForge/characters/character1703323317960.png",
            "gacha": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703323231/FlameForge/characters/character1703323244487.png",
            "card": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703323251/FlameForge/characters/character1703323263473.png"
        },
        "desc": "The current President of Spina di Rosula, who is lovely, dutiful, and a great boss.",
        "rarity": 5,
        "vision": "Geo",
        "weapon": "Claymore",
        "versionRelease": 4.3,
        "birthday": "8/16",
        "title": [
            "Helm of the Radiant Rose"
        ],
        "constellation": "Rosa Multiflora",
        "region": [
            "Fontaine"
        ],
        "affiliation": [
            "Spina di Rosula"
        ],
        "wikiUrl": "https://wiki.hoyolab.com/pc/genshin/entry/4576"
    },
    {
        "name": "Freminet",
        "images": {
            "profile": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703324407/FlameForge/characters/character1703324421860.webp",
            "gacha": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703324368/FlameForge/characters/character1703324382377.png",
            "card": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703324384/FlameForge/characters/character1703324394296.png"
        },
        "desc": "A reserved young man who is well-versed in diving. Beneath his distant, icy demeanor lies a pure heart bereft of all flaws.",
        "rarity": 4,
        "vision": "Cryo",
        "weapon": "Claymore",
        "versionRelease": 4,
        "birthday": "9/24",
        "title": [
            "Yearning for Unseen Depths"
        ],
        "constellation": "Automaton",
        "region": [
            "Fontaine"
        ],
        "affiliation": [
            "Hotel Bouffes d'ete"
        ],
        "wikiUrl": "https://wiki.hoyolab.com/pc/genshin/entry/3964"
    },
    ...
]

Fetch Random Artifact

https://flameforge-api.onrender.com/api/artifact

Payload :

{
    "name": "Pale Flame",
    "effect": {
        "twoPc": "Physical DMG is increased by 25%.",
        "fourPc": "When an Elemental Skill hits an opponent, ATK is increased by 9% for 7s. This effect stacks up to 2 times and can be triggered once every 0.3s. Once 2 stacks are reached, the 2-set effect is increased by 100%."
    },
    "fullSet": {
        "flower": {
            "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703792655/FlameForge/artifacts/artifact1703792661485.webp"
        }
    }
}

Additional Data:

https://flameforge-api.onrender.com/api/artifact?infoSize=full

Payload :

{
    "name": "Pale Flame",
    "effect": {
        "twoPc": "Physical DMG is increased by 25%.",
        "fourPc": "When an Elemental Skill hits an opponent, ATK is increased by 9% for 7s. This effect stacks up to 2 times and can be triggered once every 0.3s. Once 2 stacks are reached, the 2-set effect is increased by 100%."
    },
    "fullSet": {
        "flower": {
            "title": "Stainless Bloom",
            "piece": "Flower of Life",
            "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703792655/FlameForge/artifacts/artifact1703792661485.webp"
        },
        "sands": {
            "title": "Moment of Cessation",
            "piece": "Sands of Eon",
            "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703792645/FlameForge/artifacts/artifact1703792651027.webp"
        },
        "plume": {
            "title": "Wise Doctor's Pinion",
            "piece": "Plume of Death",
            "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703792635/FlameForge/artifacts/artifact1703792641671.webp"
        },
        "circlet": {
            "title": "Mocking Mask",
            "piece": "Circlet of Logos",
            "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703792625/FlameForge/artifacts/artifact1703792631937.webp"
        },
        "goblet": {
            "title": "Surpassing Cup",
            "piece": "Goblet of Eonothem",
            "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703792613/FlameForge/artifacts/artifact1703792620245.webp"
        }
    }
}

Fetch Artifact by Name

https://flameforge-api.onrender.com/api/artifact?name=pale-flame

Payload :

{
    "name": "Pale Flame",
    "effect": {
        "twoPc": "Physical DMG is increased by 25%.",
        "fourPc": "When an Elemental Skill hits an opponent, ATK is increased by 9% for 7s. This effect stacks up to 2 times and can be triggered once every 0.3s. Once 2 stacks are reached, the 2-set effect is increased by 100%."
    },
    "fullSet": {
        "flower": {
            "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703792655/FlameForge/artifacts/artifact1703792661485.webp"
        }
    },
}

Additional Data:

https://flameforge-api.onrender.com/api/artifact?name=pale-flame?infoSize=full

Payload :

{
    "name": "Pale Flame",
    "effect": {
        "twoPc": "Physical DMG is increased by 25%.",
        "fourPc": "When an Elemental Skill hits an opponent, ATK is increased by 9% for 7s. This effect stacks up to 2 times and can be triggered once every 0.3s. Once 2 stacks are reached, the 2-set effect is increased by 100%."
    },
    "fullSet": {
        "flower": {
            "title": "Stainless Bloom",
            "piece": "Flower of Life",
            "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703792655/FlameForge/artifacts/artifact1703792661485.webp"
        },
        "sands": {
            "title": "Moment of Cessation",
            "piece": "Sands of Eon",
            "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703792645/FlameForge/artifacts/artifact1703792651027.webp"
        },
        "plume": {
            "title": "Wise Doctor's Pinion",
            "piece": "Plume of Death",
            "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703792635/FlameForge/artifacts/artifact1703792641671.webp"
        },
        "circlet": {
            "title": "Mocking Mask",
            "piece": "Circlet of Logos",
            "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703792625/FlameForge/artifacts/artifact1703792631937.webp"
        },
        "goblet": {
            "title": "Surpassing Cup",
            "piece": "Goblet of Eonothem",
            "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703792613/FlameForge/artifacts/artifact1703792620245.webp"
        }
    }
}

Fetch All Artifacts

https://flameforge-api.onrender.com/api/artifacts

Payload :

[
    {
        "name": "Song of Days Past",
        "effect": {
            "twoPc": "Healing Bonus +15%.",
            "fourPc": "When the equipping character heals a party member, the Yearning effect will be created for 6s, which records the total amount of healing provided (including overflow healing). When the duration expires, the Yearning effect will be transformed into the \"Waves of Days Past\" effect: When your active party member hits an opponent with a Normal Attack, Charged Attack, Plunging Attack, Elemental Skill, or Elemental Burst, the DMG dealt will be increased by 8% of the total healing amount recorded by the Yearning effect. The \"Waves of Days Past\" effect is removed after it has taken effect 5 times or after 10s. A single instance of the Yearning effect can record up to 15,000 healing, and only a single instance can exist at once, but it can record the healing from multiple equipping characters. Equipping characters on standby can still trigger this effect."
        },
        "fullSet": {
            "flower": {
                "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703784997/FlameForge/artifacts/artifact1703785002905.webp"
            }
        },
    },
    {
        "name": "Nighttime Whispers in the Echoing Woods",
        "effect": {
            "twoPc": "ATK +18%.",
            "fourPc": "After using an Elemental Skill, gain a 20% Geo DMG Bonus for 10s. While under a shield granted by the Crystallize reaction, the above effect will be increased by 150%, and this additional increase disappears 1s after that shield is lost."
        },
        "fullSet": {
            "flower": {
                "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703785323/FlameForge/artifacts/artifact1703785329021.webp"
            }
        },
    },
    ...
]

Additional Data:

https://flameforge-api.onrender.com/api/artifacts?infoSize=full

Payload :

[
    {
        "name": "Song of Days Past",
        "effect": {
            "twoPc": "Healing Bonus +15%.",
            "fourPc": "When the equipping character heals a party member, the Yearning effect will be created for 6s, which records the total amount of healing provided (including overflow healing). When the duration expires, the Yearning effect will be transformed into the \"Waves of Days Past\" effect: When your active party member hits an opponent with a Normal Attack, Charged Attack, Plunging Attack, Elemental Skill, or Elemental Burst, the DMG dealt will be increased by 8% of the total healing amount recorded by the Yearning effect. The \"Waves of Days Past\" effect is removed after it has taken effect 5 times or after 10s. A single instance of the Yearning effect can record up to 15,000 healing, and only a single instance can exist at once, but it can record the healing from multiple equipping characters. Equipping characters on standby can still trigger this effect."
        },
        "fullSet": {
            "flower": {
                "title": "Forgotten Oath of Days Past",
                "piece": "Flower of Life",
                "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703784997/FlameForge/artifacts/artifact1703785002905.webp"
            },
            "sands": {
                "title": "Echoing Sound From Days Past",
                "piece": "Sands of Eon",
                "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703784973/FlameForge/artifacts/artifact1703784979690.webp"
            },
            "plume": {
                "title": "Recollection of Days Past",
                "piece": "Plume of Death",
                "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703784956/FlameForge/artifacts/artifact1703784962014.webp"
            },
            "circlet": {
                "title": "Poem Passed Down from Days Past",
                "piece": "Circlet of Logos",
                "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703784941/FlameForge/artifacts/artifact1703784947161.webp"
            },
            "goblet": {
                "title": "Promised Dream of Days Past",
                "piece": "Goblet of Eonothem",
                "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703784925/FlameForge/artifacts/artifact1703784931435.webp"
            }
        },
    },
    {
        "name": "Nighttime Whispers in the Echoing Woods",
        "effect": {
            "twoPc": "ATK +18%.",
            "fourPc": "After using an Elemental Skill, gain a 20% Geo DMG Bonus for 10s. While under a shield granted by the Crystallize reaction, the above effect will be increased by 150%, and this additional increase disappears 1s after that shield is lost."
        },
        "fullSet": {
            "flower": {
                "title": "Selfless Floral Accessory",
                "piece": "Flower of Life",
                "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703785323/FlameForge/artifacts/artifact1703785329021.webp"
            },
            "sands": {
                "title": "Faithful Hourglass",
                "piece": "Sands of Eon",
                "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703785302/FlameForge/artifacts/artifact1703785308702.webp"
            },
            "plume": {
                "title": "Honest Quill",
                "piece": "Plume of Death",
                "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703785280/FlameForge/artifacts/artifact1703785286398.webp"
            },
            "circlet": {
                "title": "Compassionate Ladies' Hat",
                "piece": "Circlet of Logos",
                "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703785266/FlameForge/artifacts/artifact1703785272764.webp"
            },
            "goblet": {
                "title": "Magnanimous Ink Bottle",
                "piece": "Goblet of Eonothem",
                "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703785250/FlameForge/artifacts/artifact1703785256406.webp"
            }
        },
    },
    ...
]

Fetch Random Weapon

https://flameforge-api.onrender.com/api/weapon

Payload :

{
    "name": "Sacrificial Greatsword",
    "desc": "A ceremonial greatsword that has become petrified over time. The trinkets on it are still visible. It grants the wielder the power to withstand the winds of time.",
    "rarity": 4,
    "baseAtk": 43.73,
    "subStatType": "Energy Recharge %",
    "family": "Claymore",
    "images": {
        "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703956986/FlameForge/weapons/weapon1703956997404.webp",
        "original": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703956996/FlameForge/weapons/weapon1703957006470.png",
        "awakened": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703957006/FlameForge/weapons/weapon1703957016681.png",
        "gacha": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703957016/FlameForge/weapons/weapon1703957026428.webp"
    }
}

Additional Data:

https://flameforge-api.onrender.com/api/weapon?infoSize=full

Payload :

{
    "name": "Sacrificial Greatsword",
    "images": {
        "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703956986/FlameForge/weapons/weapon1703956997404.webp",
        "original": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703956996/FlameForge/weapons/weapon1703957006470.png",
        "awakened": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703957006/FlameForge/weapons/weapon1703957016681.png",
        "gacha": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703957016/FlameForge/weapons/weapon1703957026428.webp"
    },
    "desc": "A ceremonial greatsword that has become petrified over time. The trinkets on it are still visible. It grants the wielder the power to withstand the winds of time.",
    "rarity": 4,
    "source": [
        "Wish"
    ],
    "baseAtk": 43.73,
    "subStatType": "Energy Recharge %",
    "baseSubStat": "6.67",
    "affix": "Composed",
    "passive": "After damaging an opponent with an Elemental Skill, the skill has a 40% chance to end its own CD. Can only occur once every 30s.",
    "versionRelease": 1,
    "region": "Mondstadt",
    "family": "Claymore",
    "wikiUrl": "https://genshin.honeyhunterworld.com/i_n12403/?lang=EN"
}

Fetch Weapon by Name

https://flameforge-api.onrender.com/api/weapon?name=the-unforged

Payload :

{
    "name": "The Unforged",
    "images": {
        "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703960135/FlameForge/weapons/weapon1703960146124.webp"
    },
    "desc": "Capable of driving away evil spirits and wicked people alike, this edgeless claymore seems to possess divine might.",
    "rarity": 5,
    "baseAtk": 45.94,
    "subStatType": "Attack %",
    "family": "Claymore"
}

Additional Data:

https://flameforge-api.onrender.com/api/weapon?name=the-unforged&infoSize=full

Payload :

{
    "name": "The Unforged",
    "images": {
        "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703960135/FlameForge/weapons/weapon1703960146124.webp",
        "original": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703960144/FlameForge/weapons/weapon1703960154411.png",
        "awakened": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703960152/FlameForge/weapons/weapon1703960162873.png",
        "gacha": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703960161/FlameForge/weapons/weapon1703960171815.webp"
    },
    "desc": "Capable of driving away evil spirits and wicked people alike, this edgeless claymore seems to possess divine might.",
    "rarity": 5,
    "source": [
        "Event Wish Exclusive"
    ],
    "baseAtk": 45.94,
    "subStatType": "Attack %",
    "baseSubStat": "10.8",
    "affix": "Golden Majesty",
    "passive": "Increases Shield Strength by 20%. Scoring hits on opponents increases ATK by 4% for 8s. Max 5 stacks. Can only occur once every 0.3s. While protected by a shield, this ATK increase effect is increased by 100%.",
    "versionRelease": 1.1,
    "region": "Liyue",
    "family": "Claymore",
    "wikiUrl": "https://genshin.honeyhunterworld.com/i_n12504/?lang=EN"
}

Fetch All Weapons

https://flameforge-api.onrender.com/api/weapons

Payload :

[
    {
        "name": "Fleuve Cendre Ferryman",
        "images": {
            "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703867805/FlameForge/weapons/weapon1703867813195.webp"
        },
        "desc": "A handy length of abandoned copper pipe that was once used as a weapon. It was famous — or infamous, depending — in some circles.",
        "rarity": 4,
        "baseAtk": 42.4,
        "subStatType": "Energy Recharge %",
        "family": "Sword"
    },
    {
        "name": "Light of Foliar Incision",
        "images": {
            "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703867857/FlameForge/weapons/weapon1703867865942.webp"
        },
        "desc": "This gilded blade was made using precious white branches. It was once used to destroy countless poisons that infested the forest.",
        "rarity": 5,
        "baseAtk": 44.34,
        "subStatType": "Critical Damage %",
        "family": "Sword"
    },
    ...
]

Additional Data:

https://flameforge-api.onrender.com/api/weapons?infoSize=full

Payload :

[
    {
        "name": "Fleuve Cendre Ferryman",
        "images": {
            "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703867805/FlameForge/weapons/weapon1703867813195.webp",
            "original": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703867817/FlameForge/weapons/weapon1703867824838.png",
            "awakened": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703867829/FlameForge/weapons/weapon1703867837492.png",
            "gacha": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703867841/FlameForge/weapons/weapon1703867849178.webp"
        },
        "desc": "A handy length of abandoned copper pipe that was once used as a weapon. It was famous — or infamous, depending — in some circles.",
        "rarity": 4,
        "source": [
            "Exchange at the Fontaine Fishing Association"
        ],
        "baseAtk": 42.4,
        "subStatType": "Energy Recharge %",
        "baseSubStat": "10",
        "affix": "Ironbone",
        "passive": "Increases Elemental Skill CRIT Rate by 8%. Additionally, increases Energy Recharge by 16% for 5s after using an Elemental Skill.",
        "versionRelease": 4,
        "region": "Fontaine",
        "family": "Sword",
        "wikiUrl": "https://genshin.honeyhunterworld.com/i_n11426/?lang=EN"
    },
    {
        "name": "Light of Foliar Incision",
        "images": {
            "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703867857/FlameForge/weapons/weapon1703867865942.webp",
            "original": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703867867/FlameForge/weapons/weapon1703867875675.png",
            "awakened": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703867880/FlameForge/weapons/weapon1703867887327.png",
            "gacha": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703867891/FlameForge/weapons/weapon1703867899678.webp"
        },
        "desc": "This gilded blade was made using precious white branches. It was once used to destroy countless poisons that infested the forest.",
        "rarity": 5,
        "source": [
            "Event Wish Exclusive"
        ],
        "baseAtk": 44.34,
        "subStatType": "Critical Damage %",
        "baseSubStat": "19.2",
        "affix": "Whitemoon Bristle",
        "passive": "CRIT Rate is increased by 4%. After Normal Attacks deal Elemental DMG, the Foliar Incision effect will be obtained, increasing DMG dealt by Normal Attacks and Elemental Skills by 120% of Elemental Mastery. This effect will disappear after 28 DMG instances or 12s. You can obtain Foliar Incision once every 12s.",
        "versionRelease": 3.4,
        "region": "Sumeru",
        "family": "Sword",
        "wikiUrl": "https://genshin.honeyhunterworld.com/i_n11512/?lang=EN"
    },
    ...
]

Fetch All Weapons by Rarity

https://flameforge-api.onrender.com/api/weapons?rarity=5

Accepted rarity values are 1 , 2 , 3 , 4 , 5

Payload :

[
    {
        "name": "Light of Foliar Incision",
        "images": {
            "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703867857/FlameForge/weapons/weapon1703867865942.webp"
        },
        "desc": "This gilded blade was made using precious white branches. It was once used to destroy countless poisons that infested the forest.",
        "rarity": 5,
        "baseAtk": 44.34,
        "subStatType": "Critical Damage %",
        "family": "Sword"
    },
    {
        "name": "Splendor of Tranquil Waters",
        "images": {
            "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703867903/FlameForge/weapons/weapon1703867911540.webp"
        },
        "desc": "A scepter around which swirls pure water. In days long past, it once symbolized the highest authority over the seas.",
        "rarity": 5,
        "baseAtk": 44.34,
        "subStatType": "Critical Damage %",
        "family": "Sword"
    },
    ...
]

Additional Data:

https://flameforge-api.onrender.com/api/weapons?rarity=5&infoSize=full

Payload :

[
    {
        "name": "Light of Foliar Incision",
        "images": {
            "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703867857/FlameForge/weapons/weapon1703867865942.webp",
            "original": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703867867/FlameForge/weapons/weapon1703867875675.png",
            "awakened": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703867880/FlameForge/weapons/weapon1703867887327.png",
            "gacha": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703867891/FlameForge/weapons/weapon1703867899678.webp"
        },
        "desc": "This gilded blade was made using precious white branches. It was once used to destroy countless poisons that infested the forest.",
        "rarity": 5,
        "source": [
            "Event Wish Exclusive"
        ],
        "baseAtk": 44.34,
        "subStatType": "Critical Damage %",
        "baseSubStat": "19.2",
        "affix": "Whitemoon Bristle",
        "passive": "CRIT Rate is increased by 4%. After Normal Attacks deal Elemental DMG, the Foliar Incision effect will be obtained, increasing DMG dealt by Normal Attacks and Elemental Skills by 120% of Elemental Mastery. This effect will disappear after 28 DMG instances or 12s. You can obtain Foliar Incision once every 12s.",
        "versionRelease": 3.4,
        "region": "Sumeru",
        "family": "Sword",
        "wikiUrl": "https://genshin.honeyhunterworld.com/i_n11512/?lang=EN"
    },
    {
        "name": "Splendor of Tranquil Waters",
        "images": {
            "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703867903/FlameForge/weapons/weapon1703867911540.webp",
            "original": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703867912/FlameForge/weapons/weapon1703867920486.png",
            "awakened": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703867922/FlameForge/weapons/weapon1703867930499.png",
            "gacha": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703867934/FlameForge/weapons/weapon1703867942677.webp"
        },
        "desc": "A scepter around which swirls pure water. In days long past, it once symbolized the highest authority over the seas.",
        "rarity": 5,
        "source": [
            "Event Wish Exclusive"
        ],
        "baseAtk": 44.34,
        "subStatType": "Critical Damage %",
        "baseSubStat": "19.2",
        "affix": "Dawn and Dusk by the Lake",
        "passive": "When the equipping character's current HP increases or decreases, Elemental Skill DMG dealt will be increased by 8% for 6s. Max 3 stacks. This effect can be triggered once every 0.2s. When other party members' current HP increases or decreases, the equipping character's Max HP will be increased by 14% for 6s. Max 2 stacks. This effect can be triggered once every 0.2s. The aforementioned effects can be triggered even if the wielder is off-field.",
        "versionRelease": 4.2,
        "region": "Fontaine",
        "family": "Sword",
        "wikiUrl": "https://genshin.honeyhunterworld.com/i_n11513/?lang=EN"
    },
    ...
]

Fetch All Weapon by Type

https://flameforge-api.onrender.com/api/weapons?family=claymore

Accepted weapon types are sword , claymore , polearm , bow , catalyst

Payload :

[
    {
        "name": "Beacon of the Reed Sea",
        "images": {
            "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703952876/FlameForge/weapons/weapon1703952885467.webp"
        },
        "desc": "A large, flat-tipped sword designed in to fit as the weapon of an ancient king or some ceremonial instrument.",
        "rarity": 5,
        "baseAtk": 45.94,
        "subStatType": "Critical Rate %",
        "family": "Claymore"
    },
    {
        "name": "Blackcliff Slasher",
        "images": {
            "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703952940/FlameForge/weapons/weapon1703952950004.webp"
        },
        "desc": "An extremely sturdy greatsword from the Blackcliff Forge. It has a dark crimson color from the blade to pommel.",
        "rarity": 4,
        "baseAtk": 42.4,
        "subStatType": "Critical Damage %",
        "family": "Claymore"
    },
    ...
]

Additional Data:

https://flameforge-api.onrender.com/api/weapons?family=claymore&infoSize=full

Payload :

[
    {
        "name": "Beacon of the Reed Sea",
        "images": {
            "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703952876/FlameForge/weapons/weapon1703952885467.webp",
            "original": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703952895/FlameForge/weapons/weapon1703952905223.png",
            "awakened": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703952911/FlameForge/weapons/weapon1703952919667.png",
            "gacha": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703952922/FlameForge/weapons/weapon1703952933162.webp"
        },
        "desc": "A large, flat-tipped sword designed in to fit as the weapon of an ancient king or some ceremonial instrument.",
        "rarity": 5,
        "source": [
            "Event Wish Exclusive"
        ],
        "baseAtk": 45.94,
        "subStatType": "Critical Rate %",
        "baseSubStat": "7.2",
        "affix": "Desert Watch",
        "passive": "After the character's Elemental Skill hits an opponent, their ATK will be increased by 20% for 8s. After the character takes DMG, their ATK will be increased by 20% for 8s. The 2 aforementioned effects can be triggered even when the character is not on the field. Additionally, when not protected by a shield, the character's Max HP will be increased by 32%.",
        "versionRelease": 3.5,
        "region": "Sumeru",
        "family": "Claymore",
        "wikiUrl": "https://genshin.honeyhunterworld.com/i_n12511/?lang=EN"
    },
    {
        "name": "Blackcliff Slasher",
        "images": {
            "icon": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703952940/FlameForge/weapons/weapon1703952950004.webp",
            "original": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703952949/FlameForge/weapons/weapon1703952959432.png",
            "awakened": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703952961/FlameForge/weapons/weapon1703952969907.png",
            "gacha": "http://res.cloudinary.com/dusbvc8ox/image/upload/v1703952971/FlameForge/weapons/weapon1703952981915.webp"
        },
        "desc": "An extremely sturdy greatsword from the Blackcliff Forge. It has a dark crimson color from the blade to pommel.",
        "rarity": 4,
        "source": [
            "Paimon's Bargains - Starglitter Exchange"
        ],
        "baseAtk": 42.4,
        "subStatType": "Critical Damage %",
        "baseSubStat": "12",
        "affix": "Press the Advantage",
        "passive": "After defeating an opponent, ATK is increased by 12% for 30s. This effect has a maximum of 3 stacks, and the duration of each stack is independent of the others.",
        "versionRelease": 1,
        "region": "Liyue",
        "family": "Claymore",
        "wikiUrl": "https://genshin.honeyhunterworld.com/i_n12408/?lang=EN"
    },
    ...
]