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

Profile

User Details

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

This endpoint allows you to retrieve profile information on a user.

Headers

Name
Type
Description

Authorization

string

Munzee API Authorization token

Request Body

Name
Type
Description

username

string

Username

user_id

integer

User ID

{
  "data": {
    "username": "coachV",
    "user_id": 4281,
    "user_type_id": 1,
    "avatar": "https://munzee.global.ssl.fastly.net/images/avatars/ua3ax.png",
    "number_of_captures": 554719,
    "number_of_deployments": 4051,
    "number_of_undeployments": 126,
    "number_of_archived": 1546,
    "number_of_badges": 853,
    "rovers_transported": 2296,
    "coins_discovered": 157,
    "hash": "d7449b42a3ca780cf85da6979a987397",
    "premium": 1,
    "level": 136,
    "points_till_next_level": 913044,
    "max_points_in_level": 19000000,
    "min_points_in_level": 18000000,
    "rank": 0,
    "points": 18086956,
    "join_time": "2011-08-13T13:52:45-05:00",
    "days_old": 3027,
    "maintenance_team": 1,
    "limitless_account": 1,
    "number_of_maintenance_munzees": 0,
    "number_of_soft_maintenance_munzees": 27,
    "number_of_own_socials": 29,
    "titles": [
      "MHQ",
      "CZeeO",
      "ZeeQRew",
      "Advent",
      "POTM"
    ],
    "number_of_unique_specials_captured": 723,
    "premium_expires": "Jun 6, 2021",
    "clan": {
      "id": 1811,
      "name": "Scone Club",
      "url": "/clans/sconeclub/",
      "logo": "https://munzee.global.ssl.fastly.net/images/clan_logos/1eb.png",
      "rank": 0,
      "total_clans": 0
    }
  }
}
PreviousWhat is this?NextCaptures

Last updated 5 years ago

Was this helpful?