All Items
GET
https://marvelrivalsapi.com/api/v1/items
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.
Headers
Content-Type
application/json
x-api-key*
YOUR API KEY
Query Parameters
type
string
❌
Filter items by type. Possible values are emote
, mvp
, nameplate
, spray
.
page
integer
❌
The page number to fetch (defaults to 1).
limit
integer
❌
The number of items to return per page (defaults to 10).
Example Requests
Response
Response Field Descriptions
total_items
Number
Total number of items in the collection
items
Array
Array of item objects
id
String
Unique identifier for the item
name
String
Name of the item
quality
String
Quality of the item (e.g., "BLUE")
type
String
Type of the item (e.g., "Nameplate")
icon
String
URL or path to the icon image
slug
String
Slug (URL-friendly identifier) for the item
description
String
Description of the item (can be null
)
associated_hero
String
Hero associated with the item (if any)
Last updated
Was this helpful?