OBDebug Sync API for Android app integration
Description: Pull vehicle database and protocol library from server
type - Data type to pull: 'all', 'vehicles', 'protocols' (default: 'all')last_sync - Last sync timestamp (optional){
"makes": [...],
"models": [...],
"engines": [...],
"protocols": [...],
"sync_timestamp": "2025-01-20 12:00:00"
}
Description: Push custom vehicles and scan data to server
{
"type": "custom_vehicles" | "scan_data",
"device_id": "unique_device_id",
"data": {
"makes": [...],
"models": [...],
"engines": [...],
"session": {...},
"responses": [...]
}
}
{
"success": true,
"items_synced": 25,
"message": "Data synced successfully"
}
Description: Download latest APK file
Tracks download statistics and serves APK file
https://obdebug.com/api/
Currently no authentication required. API keys will be required in production.