Achievement
GET
https://marvelrivalsapi.com/api/v1/achievement/:query
This endpoint allows searching for a specific achievement either by its unique ID or its name.
Headers
Content-Type
application/json
x-api-key*
YOUR API KEY
Query Parameters
query
*
string
✔️
The unique ID or name of the achievement to search for.
Example Requests
Response
Response Field Descriptions
name
String
Name of the achievement (e.g., "Multiversal Veterans"
).
mission
String
Mission associated with the achievement (e.g., "Raise the Proficiency of 2 heroes to Captain."
).
points
String
Points awarded for the achievement (e.g., "20"
).
category
String
Category of the achievement (e.g., "Galacta's Guide"
).
icon
String
Path to the icon representing the achievement (e.g., "/achievements/Multiversal_Veterans.webp"
).
rarity
String
Rarity of the achievement (e.g., "N/A"
).
Last updated
Was this helpful?