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