Getting Started
Use your API key in the x-api-key header for all requests. Login to see your unique API key.
Vehicle Information (Primary)
Get vehicle registration and owner details using our primary database.
curl -X GET "https://apis.a-log.in/api/vehicle-1?vehicle_number=MH12AB1234" \
-H "x-api-key: YOUR_API_KEY"cURL Code Snippet
Mobile Number Information
Get details associated with a mobile number, including carrier and location.
curl -X GET "https://apis.a-log.in/api/mobile?mobile_number=9876543210" \
-H "x-api-key: YOUR_API_KEY"cURL Code Snippet
Vehicle Information (Mobile)
Get vehicle owner details including mobile number using our mobile database.
curl -X GET "https://apis.a-log.in/api/vehicle-to-mobile?vehicle_number=MH12AB1234" \
-H "x-api-key: YOUR_API_KEY"cURL Code Snippet
Want to try these APIs?
Log in to your account to use the interactive API explorer with your unique key.
Login to TestResponse Format
All APIs return JSON responses. Errors will return an appropriate HTTP status code and a JSON body containing an error field.