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