Location
GET /detect/locationParameters
Parameter
Required
Description
Example
curl "https://api.uwuapps.org/detect/location?lat=1.3521&lon=103.8198"Response
{
"success": true,
"lat": 1.3521,
"lon": 103.8198,
"road": "Orchard Road",
"suburb": "Museum Planning Area",
"county": "Central",
"city": "Singapore",
"state": null,
"postcode": "238895",
"country": "Singapore",
"countryCode": "SG",
"formatted": "Orchard Road, 238895 Singapore, Singapore"
}Response fields
Field
Description
Notes
Last updated
Was this helpful?
