API Documentation
Developed by BigMove LLC, Airfield Sinkor, Monrovia
https://motlams.bigmove.dev
This API uses API Key Authentication.
x-api-key: YOUR_API_KEY
The Liberia Accident Management System (LAMS) API is designed to help the Ministry of Transportation and law enforcement identify vehicles and drivers involved in accidents for national accident reporting.
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/vehicle/{plateNumber} | Fetch registered vehicle details |
| GET | /api/v1/driver/{licenseNumber} | Fetch driver license details |
/api/v1/vehicle/MLB-2345
{
"plateNumber": "MLB-2345",
"ownerName": "John Doe",
"ownersAddress": "Paynesville, Monrovia",
"cellNumber": "0888123456",
"district": "Montserrado",
"county": "Montserrado",
"make": "Toyota",
"model": "Corolla",
"year": 2020,
"color": "White",
"vin": 123456789,
"seatingCapacity": "5",
"regDate": "2023-01-15",
"taxPeriod": "2024",
"createdAt": "2024-01-12T10:20:00Z"
}
/api/v1/driver/LR-DRV-90231
{
"fullName": "Samuel Johnson",
"licenseNumber": "LR-DRV-90231",
"Category": "B",
"drivingLicense": "Private",
"issued": "2022-05-10",
"expire": "2027-05-10",
"issueBy": "Ministry of Transportation",
"office": "Monrovia",
"createdAt": "2024-01-10T09:15:00Z"
}
All requests must be made over HTTPS. API keys are confidential and monitored for misuse.