API Documentation
Welcome to the AR API documentation. This documentation provides comprehensive information about our vehicle data API endpoints, authentication, and usage examples.
Getting Started
To start using the API, you'll need to create an account and obtain your API credentials. All API requests require authentication via Bearer token.
curl -X GET "https://api.arautointelligence.com/v1/vehicle/search?registration=AB12CDE" \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json"Base URL
All API requests should be made to the following base URL:
https://api.arautointelligence.com/v1Rate Limits
API requests are rate limited based on your subscription plan:
| Plan | Requests/min | Requests/day |
|---|---|---|
| Starter | 30 | 1,000 |
| Professional | 60 | 5,000 |
| Enterprise | 120 | Unlimited |
Authentication
Account
Vehicle Search
Account Records
Additional Services
Webhooks
Configure webhooks to receive real-time notifications when certain events occur, such as when a vehicle lookup is completed or when your credit balance is low.
Contact support to enable webhooks for your account.
SDKs & Libraries
We provide official SDKs for popular programming languages to make integration easier:
- JavaScript/Node.js
- Python
- PHP
- Ruby
Changelog
Added vehicle valuation endpoint and mileage history tracking.
Improved MOT history response with advisory details.
Initial API release with vehicle search and authentication.