Commerce and delivery
Validate an address at checkout, confirm the destination and pass exact coordinates into dispatch workflows.
Freetown · Sierra Leone
Adrehs turns every location in Sierra Leone into a simple digital address.
Location details
Built for Sierra Leone
Adrehs is Sierra Leone-aware by design. Every code connects a precise geolocation to the district and chiefdom it belongs to—so people understand the place, not just the point.
Adrehs makes exact locations easy to search, share and navigate.
Enter an existing Adrehs code.
Confirm the name and location details.
Open directions or send the code.
Search schools, hospitals, banks, shops and more across Sierra Leone.
Explore public placesAdrehs gives developers a Sierra Leone-aware location layer for ecommerce, delivery, logistics, navigation and digital-service products.
Public location APIs
const code = "C2B T6W";
const response = await fetch(
`https://api.adrehs.org/addresses/${encodeURIComponent(code)}`
);
const location = await response.json();
console.log(location.digital_id);
// WAU C2B T6W
Validate an address at checkout, confirm the destination and pass exact coordinates into dispatch workflows.
Turn local codes and public places into searchable stops for maps, fleets, mobility and field-service apps.
Generate a scannable link that opens the exact Adrehs location in one step.
Create a code from your location, keep it on your phone, and share it in seconds.