Who Uses Our Platform
Industries that benefit from real time stolen vehicle data
Security Companies
Integrate ANPR cameras and security patrol systems with our stolen vehicle database. Get real time alerts when a flagged plate is detected in your coverage area.
- ANPR camera integration via webhook
- Real time plate matching
- Region based alert subscriptions
- Patrol route optimisation data
Car Dealerships
Verify that vehicles are not stolen before accepting trade ins or completing sales. Protect your business from handling stolen goods.
- Instant plate verification
- Trade in screening
- Auction vehicle checks
- Compliance documentation
Insurance Companies
Cross reference claims against our database to verify theft reports and prevent fraudulent claims. Access historical theft data for risk assessment.
- Claims verification
- Fraud detection
- Risk scoring by region
- Historical data export
Parking Operators
Monitor car parks for stolen vehicles. Integrate with existing camera systems to automatically flag stolen plates entering your facility.
- Car park monitoring
- Automatic plate scanning
- Alert to security staff
- Incident reporting
Plans & Pricing
From free community access to enterprise grade integration
- Unlimited plate searches
- Submit stolen vehicle reports
- Submit sighting reports
- Access to public sightings feed
- State specific information
- Everything in Community, plus:
- REST API access (10,000 requests/mo)
- Real time webhook alerts
- Bulk plate lookup (up to 500/request)
- Sighting submission API
- Regional alert subscriptions
- Email support
- Everything in Business, plus:
- Unlimited API requests
- ANPR camera direct integration
- Dashcam network integration
- Custom webhook configurations
- Historical data export
- Compliance reporting
- Dedicated account manager
- SLA guarantee (99.9% uptime)
API Overview
RESTful JSON API with authentication via API key. Response times under 100ms.
Key Endpoints
GET /api/v1/plates?plate=ABC123
Check if a plate is in the stolen registry
GET /api/v1/plates/recent?state=NSW&limit=20
Get recently reported stolen plates, filterable by state
POST /api/v1/sightings
Submit a vehicle sighting with location and metadata
GET /api/v1/stats
Platform statistics: total stolen, recovered, sightings
Authentication
All API requests require an API key passed via the X-API-Key header or api_key query parameter.
curl -H "X-API-Key: YOUR_KEY" \
https://stolen-vehicles.com/api/v1/plates?plate=ABC123
Ready to Integrate?
Contact us to get your API key and start integrating stolen vehicle checks into your systems.