# Search **GET /geocode/search/2/json** Transform a physical address description to a location on the Earth's surface (spatial representation in numerical coordinates) ## Servers - Main API URL: https://api.geoapi.me (Main API URL) ## Authentication methods - Api key ## Parameters ### Query parameters - **q** (string) Query to search for - **limit** (integer) Limit results - **offset** (integer) Get results starting with offset ## 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)