# Get Location By Plus Code **GET /location/pluscode** Gets the location for the given plus code. Returns the location if successful, otherwise returns an error. Permissions Required: `Location::Pluscode` ## Servers - Production Server: https://thefemdevs.com/api (Production Server) ## Parameters ### Headers - **x-pluscode** (string) The pluscode ## Responses ### 200 The location for the given pluscode #### Body: application/json (object) - **address** (object) The address of the location - **coords** (object) The coordinates of the location - **pluscode** (string) The plus code of the location ### 400 Missing pluscode 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 pluscode #### Body: application/json (object) - **code** (integer) The error code - **message** (string) The error message [Powered by Bump.sh](https://bump.sh)