Search Location
GET /weather/searchParameters
Parameter
Required
Default
Description
Example
curl "https://api.uwuapps.org/weather/search?q=Singapore"curl "https://api.uwuapps.org/weather/search?q=Springfield&countryCode=US&count=5"Response
{
"success": true,
"query": "Singapore",
"total": 1,
"results": [
{
"name": "Singapore",
"displayName": "Singapore, SG",
"admin1": null,
"country": "Singapore",
"countryCode": "SG",
"lat": 1.28967,
"lon": 103.85007,
"elevation": 15,
"timezone": "Asia/Singapore",
"population": 3547809
}
]
}Response fields
Field
Description
Notes
Last updated
Was this helpful?
