# 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) ## Authentication methods - Api token ## 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 for the Hive Minecraft Server - **main** (object) The Main Player Data for the Hive Minecraft Server - **deathrun** (object) The Death Run Statistics for the Hive Minecraft Server - **war** (object) The War Statistics for the Hive Minecraft Server - **murder** (object) The Murder Mystery for the Minecraft Hive Player - **sg** (object) The Survival Statistics of the Minecraft Hive Player - **sky** (object) The Sky Wars Statistics of the Minecraft Hive Player - **ctf** (object) The Capture The Flag Statistics of the Minecraft Hive Player - **drop** (object) The Drop Statistics of the Minecraft Hive Player - **ground** (object) The Ground Statistics of the Minecraft Hive Player - **build** (object) The Build Statistics of the Minecraft Hive Player - **party** (object) The Party Statistics of the Minecraft Hive Player - **bridge** (object) The Bridge Statistics of the Minecraft Hive Player - **grav** (object) The Gravity Statistics of the Minecraft Hive 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)