Item
GET
https://marvelrivalsapi.com/api/v1/item/:query
This endpoint allows searching for a specific item either by its unique ID or its name.
Headers
Name
Value
Content-Type
application/json
x-api-key*
YOUR API KEY
Query Parameters
Name
Type
Required
Description
query
*
string
✔️
The unique ID or name of the item to search for.
Example Requests
Response
Response Field Descriptions
Field
Type
Description
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")
associated_hero
String
Hero associated with the item (if any)
slug
String
Slug (URL-friendly identifier) for the item
description
String
Description of the item (can be null
)
icon
String
URL or path to the icon image
Last updated
Was this helpful?