← Back to Dashboard

Utah AGRC

GeocodingActiveUnknownAuth: UnknownDoc: HTML
Swagger DocumentationVisit Website ↗

Description

Utah Web API for geocoding Utah addresses

✨ AI Summary

Utah AGRC provides a web API for geocoding addresses specifically within Utah.

Code Example

import requests

url = "https://api.ugrc.utah.gov/geocode"
params = {
    "address": "123 Main St, Salt Lake City, UT"
}
response = requests.get(url, params=params)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)