# GeoDataSource Location Search **Provider:** GeoDataSource Location Search **Category:** maps **Base URL:** `https://api.geodatasource.com` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.geodatasource.com ## Description GeoDataSource™ Web Service is a REST API enable user to lookup for a city by using latitude and longitude coordinate. It will return the result in either JSON or XML containing the information of country, region, city, latitude and longitude. Visit https://www.geodatasource.com/web-service for furth ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.geodatasource.com/city` | Get City name by using latitude and longitude | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://api.geodatasource.com/city' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/geodatasource-location-search/) — CC BY 4.0*