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.

Example Request
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:

Base URL
https://api.arautointelligence.com/v1

Rate Limits

API requests are rate limited based on your subscription plan:

PlanRequests/minRequests/day
Starter301,000
Professional605,000
Enterprise120Unlimited

Authentication

Account

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

v1.2.0February 2026

Added vehicle valuation endpoint and mileage history tracking.

v1.1.0January 2026

Improved MOT history response with advisory details.

v1.0.0December 2025

Initial API release with vehicle search and authentication.