PhoneTrack

Professional GPS Location Tracking Platform for Android Devices

📍

Real-time Tracking

Monitor device locations in real-time with automatic updates and live map visualization.

🔒

Secure Storage

All location data is securely stored with SQLite database persistence and data integrity.

📱

Android Compatible

Works seamlessly with GPSLogger and other Android GPS tracking applications.

Active Devices

Select a device to view its location history and real-time tracking

Loading devices...

API Documentation

Store Location Data

POST /api/location

Submit GPS location data from your device

{
    "device_id": "android-123",
    "latitude": 37.7749,
    "longitude": -122.4194,
    "accuracy": 10.0,
    "altitude": 50.0,
    "speed": 5.5,
    "bearing": 180.0,
    "timestamp": "2024-01-15T10:30:00"
}

Retrieve Location History

GET /api/locations/{device_id}

Get location history for a specific device

Query parameters: limit (default: 100)

List All Devices

GET /api/devices

Get a list of all devices that have submitted location data