{"info":{"_postman_id":"ed8b51c8-cc05-4880-ae3c-27e8bae77b6a","name":"LiberiaGPS Developer API","description":"<html><head></head><body><img src=\"https://content.pstmn.io/b52eb238-ecf8-4489-ba6a-6e31d755841f/bG9nby5wbmc=\" alt=\"\" height=\"72\" width=\"201\">\n\n<p>The <strong>LiberiaGPS (LibGPS) Developer API</strong> enables developers to integrate a Liberia digital addressing system into their applications, allowing users to retrieve <strong>accurate and standardized location details anywhere in Liberia</strong>.</p>\n<p>LiberiaGPS is an open-source digital postal code system that assigns a <strong>unique, 6-character human-readable code to every 8m × 8m landspace</strong> within the borders of Liberia.</p>\n<p>In many parts of Liberia, traditional addressing is inconsistent or unavailable. Locations are often described informally, for example:</p>\n<blockquote>\n<p>“Behind the big market near the junction” </p>\n</blockquote>\n<p>LiberiaGPS replaces this with a precise 6-digit digital postal code like below</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">MO-QL5-I40\n\n</code></pre>\n<p>Each code represents a <strong>specific physical location</strong>, making it easy to:</p>\n<ul>\n<li><p>Share locations</p>\n</li>\n<li><p>Power navigation</p>\n</li>\n<li><p>Enable reliable deliveries</p>\n</li>\n<li><p>Standardize addressing across applications</p>\n</li>\n</ul>\n<hr>\n<h2 id=\"🚀-what-you-can-do-with-this-api\">🚀 What You Can Do With this API</h2>\n<p>With the LiberiaGPS API, you can:</p>\n<ul>\n<li><p>Convert <strong>coordinates to LiberiaGPS code</strong></p>\n</li>\n<li><p>Convert <strong>LiberiaGPS code to coordinates (Latitute &amp; Longitute)</strong></p>\n</li>\n<li><p>Retrieve <strong>detailed address information</strong></p>\n</li>\n<li><p>Search Places names accross Liberia (Beta Version)</p>\n</li>\n<li><p><strong>Power your delivery and navigation systems with Liberian Digital Addresses</strong></p>\n</li>\n</ul>\n<hr>\n<p>StartFragment</p>\n<p><strong>Base URL</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">https://api.libgps.com\n\n</code></pre>\n<p>EndFragment</p>\n<h2 id=\"🔐-authentication\">🔐 Authentication</h2>\n<p>To access the API, you must include this GPS key in every request. This is a general GPS Key used by every user of this api for now.</p>\n<h3 id=\"use-this-gps-key\">Use this GPS Key</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">gpskey_3702f8fec83e73677a49ca31358208bd88890f49\n\n</code></pre>\n<h3 id=\"request-header\">Request Header</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">lib-gpskey: GPS_KEY\n\n</code></pre>\n<hr>\n<h2 id=\"📦-example-response\">📦 Example Response</h2>\n<p>Below is a typical response returned by the API when querying a valid location:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{  \n\"success\": true,  \n\"message\": \"Address fetch success\",\n\"data\": { \n   \"liberia_gps_code\": \"MO-QL5-I40\",\n   \"county\": \"Montserrado\",\n   \"region\": \"Monrovia\",\n   \"community\": \"Monrovia\", \n   \"street_name\": \"Lynch Street\",\n   \"location\": {     \n         \"latitude\": 6.3096182,      \n         \"longitude\": -10.8051806    \n   },    \n  \"popular_nearby_place\": \"Antoinette Tubman Stadium\",\n  \"distance_from_nearby_place\": 46.47415055,\n  \"suggested_place_name\": \"None\", \n  \"description\": \"46m away from Antoinette Tubman Stadium\"  \n  }\n}\n\n</code></pre>\n<hr>\n<h2 id=\"🧾-response-field-breakdown\">🧾 Response Field Breakdown</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>liberia_gps_code</code></td>\n<td>Unique location code for the address</td>\n</tr>\n<tr>\n<td><code>county</code></td>\n<td>County where the location exists</td>\n</tr>\n<tr>\n<td><code>region</code></td>\n<td>Administrative region or city</td>\n</tr>\n<tr>\n<td><code>community</code></td>\n<td>Local community name</td>\n</tr>\n<tr>\n<td><code>street_name</code></td>\n<td>Street (if available)</td>\n</tr>\n<tr>\n<td><code>location</code></td>\n<td>Latitude and longitude coordinates</td>\n</tr>\n<tr>\n<td><code>popular_nearby_place</code></td>\n<td>Closest known landmark</td>\n</tr>\n<tr>\n<td><code>distance_from_nearby_place</code></td>\n<td>Distance (in meters) to landmark</td>\n</tr>\n<tr>\n<td><code>suggested_place_name</code></td>\n<td>Landmark name if very close</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>Human-readable location description</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"36979713","collectionId":"ed8b51c8-cc05-4880-ae3c-27e8bae77b6a","publishedId":"2sBXikoBft","public":true,"customColor":{"top-bar":"f0faf2","right-sidebar":"303030","highlight":"073073"},"publishDate":"2026-04-02T05:13:57.000Z"},"item":[{"name":"Get Location by Lat,Long","id":"268ce261-e5a4-4174-9191-5bc8d2442489","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"lib-gpskey","value":"gpskey_3702f8...","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"lat\" : 6.295021,\r\n    \"long\" : -10.677832\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.libgps.com/lookup/coords","description":"<h1 id=\"📍-lookup-address-by-coordinates\">📍 Lookup Address by Coordinates</h1>\n<p>This is a POST request that retrieve detailed address information in Liberia using geographic coordinates (latitude and longitude).</p>\n<hr />\n<h2 id=\"endpoint\">Endpoint</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">POST /api/lookup/coords\n\n</code></pre>\n<p><strong>Base URL</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">https://api.libgps.com/\n\n</code></pre>\n<hr />\n<h2 id=\"🔐-headers\">🔐 Headers</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">Content-Type: application/json\nlib-gpskey: YOUR_GPS_KEY\n\n</code></pre>\n<hr />\n<h2 id=\"📥-request-body\">📥 Request Body</h2>\n<p>Must be a valid coordinate within the borders of Liberia.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{  \n   \"lat\": 6.3096182,\n   \"long\": -10.8051806\n}\n\n</code></pre>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>lat</code></td>\n<td>number</td>\n<td>✅</td>\n<td>Latitude of the location</td>\n</tr>\n<tr>\n<td><code>long</code></td>\n<td>number</td>\n<td>✅</td>\n<td>Longitude of the location</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"📤-response\">📤 Response</h2>\n<h3 id=\"✅-success-response\">✅ Success Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"message\": \"Address fetch success\",\n    \"data\": {\n    \"liberia_gps_code\": \"MO-R1Q-82X\",\n     \"county\": \"Montserrado\",\n     \"region\": \"Greater Monrovia\",\n     \"community\": { \n        \"name\": \"MKK Community\", \n        \"type\": \"Local Area\" \n      },\n     \"street_name\": \"New Georgia Estate Road\",\n     \"location\": { \n         \"latitude\": 6.344368444158833, \n         \"longitude\": -10.757718086242678 \n      },\n     \"popular_nearby_place\": \"Safe Zone Community Cinic\",\n     \"distance_from_nearby_place\": 352.87364299,\n     \"suggested_place_name\": \"None\",\n     \"description\": \"4 minutes walk from  Safe Zone Community Cinic\"\n  }\n}\n\n</code></pre>\n<hr />\n<h2 id=\"🧾-response-fields\">🧾 Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>liberia_gps_code</code></td>\n<td>Unique LiberiaGPS code for the location</td>\n</tr>\n<tr>\n<td><code>county</code></td>\n<td>County where the location is located</td>\n</tr>\n<tr>\n<td><code>region</code></td>\n<td>City or administrative region</td>\n</tr>\n<tr>\n<td><code>community</code></td>\n<td>Local community name</td>\n</tr>\n<tr>\n<td><code>street_name</code></td>\n<td>Street name (if available)</td>\n</tr>\n<tr>\n<td><code>location</code></td>\n<td>Exact latitude and longitude</td>\n</tr>\n<tr>\n<td><code>popular_nearby_place</code></td>\n<td>Closest known landmark</td>\n</tr>\n<tr>\n<td><code>distance_from_nearby_place</code></td>\n<td>Distance to landmark (in meters)</td>\n</tr>\n<tr>\n<td><code>suggested_place_name</code></td>\n<td>Landmark name if extremely close</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>Human-readable location description</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"❌-error-responses\">❌ Error Responses</h2>\n<h3 id=\"missing-parameters\">Missing Parameters</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{  \n  \"success\": false,\n  \"message\": \"Latitude and Longitude are required!\"\n}\n\n</code></pre>\n<h3 id=\"liberia-bounds-only\">Liberia Bounds Only</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{  \n   \"success\": false,\n   \"message\": \"Address coordinates are not in Liberia\"\n}\n\n</code></pre>\n<hr />\n<h2 id=\"⚠️-important-notes\">⚠️ Important Notes</h2>\n<ul>\n<li><p>Coordinates must fall within Liberia borders:</p>\n<ul>\n<li><p>Latitude: <code>4.3 → 8.6</code></p>\n</li>\n<li><p>Longitude: <code>-11.5 → -7.3</code></p>\n</li>\n</ul>\n</li>\n<li><p>The response includes both:</p>\n<ul>\n<li><p><strong>Machine-readable data</strong> (coordinates, code)</p>\n</li>\n<li><p><strong>Human-friendly description</strong> (e.g., distance from landmark)</p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h2 id=\"💡-example-use-cases-for-this-endpoint\">💡 Example Use Cases For this EndPoint</h2>\n<ul>\n<li><p>Delivery apps - determine exact drop-off point</p>\n</li>\n<li><p>E-commerce - ask users to enter the digital postal code and validate customer address</p>\n</li>\n<li><p>Fintech - validate or convert coordinates into readable locations from users</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["lookup","coords"],"host":["api","libgps","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"268ce261-e5a4-4174-9191-5bc8d2442489"},{"name":"Get Location by GPS Code","id":"d6157b02-b101-4045-98eb-e6b8fe7b5f61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"lib-gpskey","value":"gpskey_3702f8fec83e73677a49ca31358208bd88890f49","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"lib_gps_code\" : \"MA-QE7-4JG\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.libgps.com/api/lookup/address","description":"<h1 id=\"🔎-lookup-address-by-liberiagps-code\">🔎 Lookup Address by LiberiaGPS Code</h1>\n<p>A Post request that Retrieve detailed address information in Liberia using a **LiberiaGPS Postal code '**MO-QKN-HS1'</p>\n<hr />\n<h2 id=\"endpoint\">Endpoint</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">POST /api/lookup/address\n\n</code></pre>\n<p><strong>Base URL</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">https://api.libgps.com/\n\n</code></pre>\n<hr />\n<h2 id=\"🔐-headers\">🔐 Headers</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">Content-Type: application/jsonlib-gps-key: YOUR_API_KEY\n\n</code></pre>\n<hr />\n<h2 id=\"📥-request-body\">📥 Request Body</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{  \n  \"lib_gps_code\": \"MO-QKN-HS1\"\n}\n\n</code></pre>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>lib_gps_code</code></td>\n<td>string</td>\n<td>✅</td>\n<td>LiberiaGPS code representing a location</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"📤-response\">📤 Response</h2>\n<h3 id=\"✅-success-response\">✅ Success Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"message\": \"Address fetch success\",\n    \"data\": {\n    \"liberia_gps_code\": \"MO-R1Q-82X\",\n     \"county\": \"Montserrado\",\n     \"region\": \"Greater Monrovia\",\n     \"community\": { \n        \"name\": \"MKK Community\", \n        \"type\": \"Local Area\" \n      },\n     \"street_name\": \"New Georgia Estate Road\",\n     \"location\": { \n         \"latitude\": 6.344368444158833, \n         \"longitude\": -10.757718086242678 \n      },\n     \"popular_nearby_place\": \"Safe Zone Community Cinic\",\n     \"distance_from_nearby_place\": 352.87364299,\n     \"suggested_place_name\": \"None\",\n     \"description\": \"4 minutes walk from  Safe Zone Community Cinic\"\n  }\n}\n\n</code></pre>\n<hr />\n<h2 id=\"🧾-response-fields\">🧾 Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>liberia_gps_code</code></td>\n<td>The provided LiberiaGPS code</td>\n</tr>\n<tr>\n<td><code>county</code></td>\n<td>County where the location exists</td>\n</tr>\n<tr>\n<td><code>region</code></td>\n<td>City or administrative region</td>\n</tr>\n<tr>\n<td><code>community</code></td>\n<td>Local community and Type</td>\n</tr>\n<tr>\n<td><code>street_name</code></td>\n<td>Street name (if available)</td>\n</tr>\n<tr>\n<td><code>location</code></td>\n<td>Decoded latitude and longitude</td>\n</tr>\n<tr>\n<td><code>popular_nearby_place</code></td>\n<td>Closest known landmark</td>\n</tr>\n<tr>\n<td><code>distance_from_nearby_place</code></td>\n<td>Distance to landmark (in meters)</td>\n</tr>\n<tr>\n<td><code>suggested_place_name</code></td>\n<td>Landmark name if extremely close</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>Human-readable location description</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"❌-error-responses\">❌ Error Responses</h2>\n<h3 id=\"missing-gps-code\">Missing GPS Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{  \n   \"success\": false,\n   \"message\": \"Liberian GPS code is required!\"\n}\n\n</code></pre>\n<h3 id=\"invalid-code-format\">Invalid Code Format</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{  \n  \"success\": false,\n  \"message\": \"Invalid code format. Use XX-XXX-XXX\"\n}\n\n</code></pre>\n<h3 id=\"outside-liberia\">Outside Liberia</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{  \n   \"success\": false,\n   \"message\": \"GPS coordinates are outside of Liberia\"\n}\n\n</code></pre>\n<hr />\n<h2 id=\"⚠️-important-notes\">⚠️ Important Notes</h2>\n<ul>\n<li><p>Supported formats:</p>\n<ul>\n<li><p><code>MO-QKN-HS1</code> ✅ (Always Recommended)</p>\n</li>\n<li><p><code>QKNHS1</code> ⚠️ (limited support for now)</p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h2 id=\"💡-example-use-cases-for-this-endpoint\">💡 Example Use Cases For this EndPoint</h2>\n<ul>\n<li><p>Delivery apps - determine exact drop-off point</p>\n</li>\n<li><p>E-commerce - ask users to enter the digital postal code and validate customer address</p>\n</li>\n<li><p>Fintech - validate or convert coordinates into readable locations from users</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","lookup","address"],"host":["api","libgps","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6157b02-b101-4045-98eb-e6b8fe7b5f61"},{"name":"Decode GPS Address","id":"8eeb6b39-6e2e-4705-a465-06c478095ce4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"lib-gpskey","value":"gpskey_3702f8f...","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"lib_gps_code\" : \"MO-QKN-HS1\"\r\n}"},"url":"http://127.0.0.1:3001/api/gpscode/decode","description":"<h1 id=\"🧭-decode-liberiagps-digital-postal-code\">🧭 Decode LiberiaGPS Digital Postal Code</h1>\n<p>A Post request that convert a <strong>LiberiaGPS postal-code</strong> into its corresponding geographic coordinates (latitude and longitude).</p>\n<hr />\n<h2 id=\"endpoint\">Endpoint</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">POST /api/lookup/gpscode/decode\n\n</code></pre>\n<p><strong>Base URL</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">https://api.libgps.com\n\n</code></pre>\n<hr />\n<h2 id=\"🔐-headers\">🔐 Headers</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">Content-Type: application/json\nlib-gpskey: YOUR_API_KEY\n\n</code></pre>\n<hr />\n<h2 id=\"📥-request-body\">📥 Request Body</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-jsx\">{  \n  \"lib_gps_code\": \"MO-QKN-HS1\"\n}\n\n</code></pre>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>lib_gps_code</code></td>\n<td>string</td>\n<td>✅</td>\n<td>LiberiaGPS code to decode</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"📤-response\">📤 Response</h2>\n<h3 id=\"✅-success-response\">✅ Success Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-jsx\">{  \n   \"success\": true,\n   \"lat\": 6.309618,  \n   \"lng\": -10.805181\n}\n\n</code></pre>\n<hr />\n<h2 id=\"🧾-response-fields\">🧾 Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>lat</code></td>\n<td>Latitude of the decoded location</td>\n</tr>\n<tr>\n<td><code>lng</code></td>\n<td>Longitude of the decoded location</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"❌-error-responses\">❌ Error Responses</h2>\n<h3 id=\"missing-gps-code\">Missing GPS Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-jsx\">{  \n   \"success\": false,  \n   \"message\": \"Liberian GPS code is required!\"\n}\n\n</code></pre>\n<h3 id=\"invalid-code-format\">Invalid Code Format</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-jsx\">{  \n  \"success\": false,  \n  \"message\": \"Invalid code entered. Use XX-XXX-XXX\"\n}\n\n</code></pre>\n<h3 id=\"invalid-characters\">Invalid Characters</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-jsx\">{  \n  \"success\": false,\n  \"message\": \"Invalid characters in GPS code\"\n}\n\n</code></pre>\n<h3 id=\"decoding-failure\">Decoding Failure</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-jsx\">{  \n  \"success\": false,\n  \"message\": \"Decoding failed: &lt;error message&gt;\"\n}\n\n</code></pre>\n<hr />\n<h2 id=\"⚠️-notes\">⚠️ Notes</h2>\n<ul>\n<li><p>This endpoint <strong>only returns coordinates</strong></p>\n</li>\n<li><p>It does <strong>not include address details to retrieve address details</strong> (use <code>/lookup/address</code> for that)</p>\n</li>\n<li><p>Supports formats:</p>\n<ul>\n<li><p><code>MO-QKN-HS1</code> ✅</p>\n</li>\n<li><p><code>QKNHS1</code> ⚠️ (partial support)</p>\n</li>\n</ul>\n</li>\n<li><p>Coordinates are returned as the <strong>center of the 8m × 8m grid cell</strong></p>\n</li>\n</ul>\n","urlObject":{"protocol":"http","port":"3001","path":["api","gpscode","decode"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8eeb6b39-6e2e-4705-a465-06c478095ce4"},{"name":"Search Places","id":"46b0383e-f84a-4f22-a807-676668b806a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"lib-gpskey","value":"gpskey_3702f8fec83e73677a49ca31358208bd88890f49","type":"text"}],"url":"http://127.0.0.1:3001/api/lookup/place/search?name=A.M.%20Dogliotti%20College&lat=6.3&lng=-10.7","description":"<p>This Endpoint is usable but still in Beta version.</p>\n","urlObject":{"protocol":"http","port":"3001","path":["api","lookup","place","search"],"host":["127","0","0","1"],"query":[{"key":"name","value":"A.M.%20Dogliotti%20College"},{"key":"lat","value":"6.3"},{"key":"lng","value":"-10.7"}],"variable":[]}},"response":[],"_postman_id":"46b0383e-f84a-4f22-a807-676668b806a2"}]}