All Achievements
GET
https://marvelrivalsapi.com/api/v1/achievements
This endpoint retrieves a list of achievements. You can filter achievements by category and apply pagination.
Headers
Content-Type
application/json
x-api-key*
YOUR API KEY
Query Parameters
query
*
string
✔️
The name or ID of the hero to Filter achievements by category. ex: Galacta's Guide
page
integer
❌
The page number to fetch (defaults to 1).
limit
integer
❌
The number of achievements to return per page (defaults to 10).
Example Requests
Response
Response Field Descriptions
total_achievements
Number
Total number of achievements available (e.g., 100
).
achievements
Array
List of achievements.
achievements.id
String
Unique identifier for the achievement (e.g., "30000001"
).
achievements.name
String
Name of the achievement (e.g., "Rivals"
).
achievements.category
String
Category of the achievement (e.g., "Combat"
).
achievements.points
Number
Points awarded for the achievement (e.g., 50
).
achievements.icon
String
Path to the icon representing the achievement (e.g., "achievements/rivals-30000001-icon.webp"
).
Last updated
Was this helpful?