# Reverse **GET /geocode/reverse/2/json** Converts geographic coordinates to a description of a location, usually the name of a place or an addressable location ## Servers - Main API URL: https://api.geoapi.me (Main API URL) ## Authentication methods - Api key ## Parameters ### Query parameters - **lat** (number) Latitude - **lon** (number) Longitude ## Responses ### 200 Results matching criteria #### Body: application/json (object) - **status** (string(string)) - **code** (integer) - **content** (object) ### 400 Bad input parameter #### Body: application/json (object) - **status** (string(string)) - **code** (integer) - **message** (string) ### 401 Authorization failed #### Body: application/json (object) - **status** (string(string)) - **code** (integer) - **message** (string) ### 503 Service Temporarily Unavailable #### Body: application/json (object) - **status** (string(string)) - **code** (integer) - **message** (string) [Powered by Bump.sh](https://bump.sh)