Munzee API
  • What is this?
  • User
    • Profile
    • Captures
    • Deploys
    • ZeeOps
    • Rovers
    • Coins
    • Notifications
  • Clans
    • Clan V2
  • Specials
  • Maps
    • Maps V4
  • Events
  • Assets
Powered by GitBook
On this page

Was this helpful?

  1. User

Rovers

User Rover Stats

POST https://api.munzee.com/user/stats/rovers

This endpoint allows you to retrieve a user's rover statistics.

Headers

Name
Type
Description

Authorization

string

Munzee API Authorization token

Request Body

Name
Type
Description

user_id

integer

User ID

{
  "data": {
    "own_rovers": 3,
    "in_kennel": 1
  }
}

PreviousZeeOpsNextCoins

Last updated 5 years ago

Was this helpful?