GET Equipment Expanded
/web/academy/equipment/expanded
Get detailed information about a specific equipment item. Supports query parameters for pagination and localization.
Query parameters:
- size: Number of items per page (minimum: 1).
- index: Page index (starting from 1).
- lang: Language code for localized content (default:
en).
The response includes detailed equipment data:
- records: Array of equipment entries, each containing:
- _id: Unique record identifier.
- _createdAt: Creation timestamp.
- _updatedAt: Last update timestamp.
- data:
- equipid: Equipment ID.
- equipname: Equipment name (e.g., 'Demon Boots - Favor').
- equipicon: Equipment icon URL.
- equiptype: Equipment type ID.
- equiptypename: Equipment type name (e.g., 'Roam').
- equipskill1-7: Passive skills or effects (raw text segments).
- equipskilldesc: Full description of equipment skills and effects.
- equiptips: Item tips or stat bonuses (e.g., '+40 Movement Speed').
- targetequipid: Target equipment ID (if linked).
- id: Internal record ID.
- sourceId: Source reference ID.
This endpoint is useful for:
- Displaying full item details.
- Explaining equipment effects and passive skills.
- Guiding players in equipment selection and strategy.
{
"code": 0,
"message": "OK",
"data": {
"records": [
{
"_createdAt": 1773221702699,
"_id": "69b13746b58eb3622c8297a5",
"_updatedAt": 1773221702699,
"data": {
"equipicon": "https://akmweb.youngjoygame.com/web/svnres/img/mlbb/homepage/100_ca2a5c2be6010eb0ecff954a27bf05db.png",
"equipid": 3573,
"equipname": "Demon Boots - Favor",
"equipskill1": "\nPassive - Favor: ",
"equipskill2": "\n: ",
"equipskill3": "\nMysticism: Getting a kill or assist on an enemy Minion will restore 4% Mana. (An assist occurs when a Minion dies within 2s after taking damage from the hero.)",
"equipskill4": "\n<font color=\"FFD700\">Devotion</font>: When near allied heroes, does not share Gold and EXP from minions and creep, but gains 35% Gold and EXP independently. Revealing enemies also grants Gold and EXP.\n A maximum of 2000 Gold can be gained through this skill. (Only triggers when you have the lowest Gold among all heroes with active Roaming Blessing on your team).",
"equipskill5": "\n<font color=\"FFD700\">Thriving</font>: <font color=\"7f62fe\">Unique in Team</font>: Gain 6 Gold and 12 EXP every 5s. After 8 minutes into the match, gain an additional 66% boost (only triggers when you have the lowest Gold among all heroes with active Roaming Blessing on your team).",
"equipskill6": "\n<font color=\"FFD700\">Blessing</font>: Accumulate 1000 Gold via Devotion and Thriving to unlock a skill.\n<font color=\"A4AAC7\">During the first 5 minutes, Minion rewards are reduced to 50% when earned alone. After 2 minutes, Roaming Blessing can no longer be enchanted.</font>",
"equipskill7": "\n: ",
"equipskilldesc": "\nPassive - Favor: \nMysticism: Getting a kill or assist on an enemy Minion will restore 4% Mana. (An assist occurs when a Minion dies within 2s after taking damage from the hero.)\n<font color=\"FFD700\">Devotion</font>: When near allied heroes, does not share Gold and EXP from minions and creep, but gains 35% Gold and EXP independently. Revealing enemies also grants Gold and EXP.\n A maximum of 2000 Gold can be gained through this skill. (Only triggers when you have the lowest Gold among all heroes with active Roaming Blessing on your team).\n<font color=\"FFD700\">Thriving</font>: <font color=\"7f62fe\">Unique in Team</font>: Gain 6 Gold and 12 EXP every 5s. After 8 minutes into the match, gain an additional 66% boost (only triggers when you have the lowest Gold among all heroes with active Roaming Blessing on your team).\n<font color=\"FFD700\">Blessing</font>: Accumulate 1000 Gold via Devotion and Thriving to unlock a skill.\n<font color=\"A4AAC7\">During the first 5 minutes, Minion rewards are reduced to 50% when earned alone. After 2 minutes, Roaming Blessing can no longer be enchanted.</font>",
"equiptips": "+40 Movement Speed<br>+10 Mana Regen<br>",
"equiptype": "5",
"equiptypename": "Roam",
"targetequipid": ""
},
"id": 106413,
"sourceId": 2713995
}
],
"total": 152
}
}