Liberia Accident Management System (LAMS)

API Documentation

Developed by BigMove LLC, Airfield Sinkor, Monrovia

Base URL

https://motlams.bigmove.dev

Authentication

This API uses API Key Authentication.

x-api-key: YOUR_API_KEY

Purpose

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.

Available Endpoints

Method Endpoint Description
GET /api/v1/vehicle/{plateNumber} Fetch registered vehicle details
GET /api/v1/driver/{licenseNumber} Fetch driver license details

Get Vehicle Information

GET /api/v1/vehicle/MLB-2345

Response

{ "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" }

Get Driver Information

GET /api/v1/driver/LR-DRV-90231

Response

{ "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" }

Error Responses

Security

All requests must be made over HTTPS. API keys are confidential and monitored for misuse.