GeoTracker
GeoTrackr API empowers developers with a comprehensive suite of geolocation services to build advanced, location-based applications. With GeoTrackr, you can accurately convert addresses to coordinates and vice versa using our robust geocoding functionality. Seamlessly validate whether a point falls within a designated area with our geofencing service, and calculate optimal routes between…
GeoTracker endpoints
| Method | Endpoint | Description |
|---|---|---|
| User Management | ||
| POST |
users /api/v1/users/ |
Create a new user profile with the provided RapidAPI user ID and email. |
| GET |
get_user /api/v1/users/profile |
Retrieve the user's profile based on the RapidAPI user ID extracted from the API key. |
| Geocoding Services | ||
| GET |
get_coordinates_only /api/v1/locations/coordinates |
Endpoint to get just the coordinates (latitude and longitude) from an address. **Parameters:** - **address**: Required. The address to convert into latitude and longitude.… |
| GET |
get_location_from_postal_code /api/v1/locations/postal-code |
Endpoint to retrieve location information from a postal code. **Parameters:** - **postal_code**: Required. The postal code to lookup. **Example Request:** GET… |
| GET |
get_current_location /api/v1/locations/current-location |
Endpoint to get the current location based on the requester's IP address. This endpoint detects the client's IP address and uses the IP geolocation service to determine the… |
| GET |
get_address_from_coordinates /api/v1/locations/reverse |
Endpoint to convert geographic coordinates (latitude and longitude) into a street address. **Parameters:** - **latitude**: Required. The latitude coordinate. - **longitude**:… |
| GET |
unified_location_lookup /api/v1/locations/locate |
Unified endpoint to lookup location information from either IP address, coordinates, or both. **Parameters:** - **ip**: Optional. IP address to geolocate. - **latitude**:… |
| GET |
get_geocode_from_address /api/v1/locations/address |
Endpoint to convert a street address into geographic coordinates (latitude and longitude). **Parameters:** - **address**: Required. The address to convert into latitude and… |
| GET |
get_geocode /api/v1/locations/ |
Endpoint to perform geocoding or postal code lookup. **Parameters:** - **address**: Optional. The address to convert into latitude and longitude. - **postal_code**: Optional. The… |
| Geofencing | ||
| GET |
list_user_geofences /api/v1/boundaries/list |
Retrieves all geofences created by the authenticated user. This endpoint returns a complete list of all geofences belonging to the user, including their full details such as… |
| PUT |
deactivate_geofence /api/v1/boundaries/{geofence_id}/deactivate |
Deactivates a geofence by its ID. Only the owner can deactivate their geofences. **Path Parameters:** - **geofence_id** (integer, required): Unique identifier of the geofence to… |
| GET |
get_geofence /api/v1/boundaries/ |
Checks if the provided coordinates (latitude and longitude) are within any active geofence. Optionally, filter by a specific zone_id. The check is also logged in the database. |
| PUT |
activate_geofence /api/v1/boundaries/{geofence_id}/activate |
Activates a geofence by its ID. Only the owner can activate their geofences. **Path Parameters:** - **geofence_id** (integer, required): Unique identifier of the geofence to… |
| POST |
create_new_geofence /api/v1/boundaries/ |
Creates a new geographic area defined by a polygon. **Request Body Fields:** - **name** (string, required): Name of the geofence (1-100 characters) - **description** (string,… |
| Navigation | ||
| POST |
get_distance_matrix /api/v1/directions/distance-matrix |
Calculate distances and durations between multiple origins and destinations. |
| POST |
get_directions /api/v1/directions/directions |
Calculate route between two points with optional waypoints and traffic information. |
| GET |
get_distance /api/v1/directions/distance |
Calculate the distance and duration between two points with traffic information. |
| Places of Interest | ||
| GET |
list_poi_categories /api/v1/places/categories |
List all available POI categories that can be searched. |
| POST |
find_pois_along_route /api/v1/places/along-route |
Search for points of interest along a route between two points. |
| Root | ||
| GET |
read_root / |
Returns basic API information and documentation links. |
GeoTracker pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | 100 / second |
|
| ULTRA Recommended | $19.99 / month | 200 / second |
|
| MEGA | $29.99 / month | 300 / second |
|