MarvelRivalsAPI.com
  1. Items
MarvelRivalsAPI.com
  • Introduction
  • Get Started
    • Authentication
    • Rate Limits
    • Errors
      • Status Codes
    • SDKs & Extentions
      • Community Libraries
  • Endpoints
    • Achievements
      • List achievements
      • Search achievement
    • Patch Notes
      • List balances
      • Search balance
      • List dev diaries
      • Search dev diary
      • List patch notes
      • Search patch note
      • List game versions
    • Battle Pass
      • Battlepass
    • Heroes
      • List Heroes
      • Search hero
      • Hero stats
      • Hero leaderboard
      • List costumes
      • Search hero costume
    • Items
      • List items
        GET
      • Search item
        GET
    • Maps
      • List maps
      • Search map
    • Player Match History
      • Search match
      • Player match history
      • Player match history v2
    • Player Stats
      • Search player
      • Player stats
      • Player stats v2
      • Update player
      • Player Leaderboard
  1. Items

List items

GET
/api/v1/items
Items
Maintainer:Alastor
This endpoint retrieves a list of items. You can filter the items by type (e.g., emote, mvp, nameplate, spray) and apply pagination to control the number of items returned.

Request

Query Params

Header Params

Responses

🟢200OK
application/json
A list of items with applied filters and pagination.
Body

🟠400Bad Request
🟠401Unauthorized
🟠404Record Not Found
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://marvelrivalsapi.com/api/v1/items?type&page&limit' \
--header 'x-api-key;'
Response Response Example
200 - Example 1
{
    "total_items": 100,
    "items": [
        {
            "id": "30000001",
            "name": "Rivals",
            "quality": "BLUE",
            "type": "Nameplate",
            "applicable_hero": "0",
            "icon": "items/rivals-30000001-icon.webp",
            "slug": "rivals-30000001",
            "description": null
        }
    ]
}
Modified at 2025-07-23 14:35:31
Previous
Search hero costume
Next
Search item
Built with