Lalamove API
Commercialby Lalamove
On-demand delivery API for motorcycles, cars, vans and lorries in Singapore: get quotes, place orders, track drivers and receive webhooks. Self-serve sandbox makes it the easiest SG courier API to start with.
How to authenticate
- 1Sign up at developers.lalamove.com for a sandbox account (self-serve).
- 2Copy your API key and secret from the dashboard.
- 3Sign each request: HMAC-SHA256 over timestamp, method, path and body, sent as Authorization: hmac KEY:TIMESTAMP:SIGNATURE.
- 4Set the Market header to SG.
- 5Apply for production keys once your flows work in sandbox.
Example request
curl -X POST 'https://rest.sandbox.lalamove.com/v3/quotations' -H 'Authorization: hmac KEY:TS:SIG' -H 'Market: SG' -H 'Content-Type: application/json' -d '{"data":{"serviceType":"MOTORCYCLE","stops":[{"address":"1 Raffles Place"},{"address":"81 Ubi Ave 4"}]}}'Example response
{"data":{"quotationId":"18500...","priceBreakdown":{"total":"9.40","currency":"SGD"},"expiresAt":"..."}}Notes for AI agents
The HMAC signature format trips everyone; the raw string is TIMESTAMP\r\nMETHOD\r\nPATH\r\n\r\nBODY. Quotations expire in 5 minutes, place the order with the quotationId before then.
Machine-readable version: /api/apis/lalamove
Related APIs
EasyParcel API
EasyParcel
Shipping aggregator API that quotes and books across multiple couriers in Singapore (and MY/TH/ID) in one integration, with prepaid credit billing. Good fit for SMEs comparing courier rates programmatically.
GrabExpress Delivery API
Grab
On-demand and same-day delivery API from Grab, letting merchants create, quote and track GrabExpress deliveries in Singapore and across SEA. Part of the wider Grab developer platform (deliveries, moca payments, partner integrations).
Ninja Van API
Ninja Van
Singapore-headquartered SEA logistics network with APIs for creating orders, generating waybills, tracking parcels and receiving webhook events. Standard choice for e-commerce parcel delivery in SG.