# Get Hive Player Info **GET /minecraft/hive/player** Gets the player information for the given username. Returns the player information if the player exists, otherwise returns an error. Permissions Required: `Minecraft::Hive.Player` ## Servers - Production Server: https://thefemdevs.com/api (Production Server) ## Parameters ### Headers - **x-user** (string) The Minecraft username of the player to get information for ## Responses ### 200 The player information for the given username #### Body: application/json (object) - **hide** (object) The hide game statistics of the player - **main** (object) The main statistics of the player - **deathrun** (object) The deathrun statistics of the player - **war** (object) The war statistics of the player - **murder** (object) The murder mystery game statistics of the player - **sg** (object) The survival games statistics of the player - **sky** (object) The sky wars statistics of the player - **ctf** (object) The capture the flag statistics of the player - **drop** (object) The drop statistics of the player - **ground** (object) The ground statistics of the player - **build** (object) The build statistics of the player - **party** (object) The party statistics of the player - **bridge** (object) The bridge statistics of the player - **grav** (object) The gravity statistics of the player ### 400 Missing user information #### Body: application/json (object) - **code** (integer) The error code - **message** (string) The error message ### 401 Invalid/Missing API Token #### Body: application/json (object) - **code** (integer) The error code - **message** (string) The error message ### 403 Missing Permissions #### Body: application/json (object) - **code** (integer) The error code - **message** (string) The error message ### 404 Error with the given username #### Body: application/json (object) - **code** (integer) The error code - **message** (string) The error message [Powered by Bump.sh](https://bump.sh)