Utah AGRC

API

Free geocoding API for Utah addresses

Visit Website

Overview

The Utah AGRC API offers RESTful endpoints for geocoding Utah addresses, converting street addresses to geographic coordinates (latitude/longitude) and supporting reverse geocoding (coordinates to addresses). Responses are in JSON format. Key use cases include building Utah-focused apps like local delivery trackers, real estate mapping tools, government service locators, or community resource finders that require accurate location data for Utah residents and businesses.

Example Integration (JavaScript)

script.js JS

fetch('https://api.mapserv.utah.gov')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful interface
  • JSON response format
  • Utah-specific address geocoding
  • Reverse geocoding support
  • No API key required

Frequently Asked Questions

? Is Utah AGRC free to use?

Yes, the Utah AGRC API is free for public use without subscription fees.

? Does it require an API Key?

No, the API does not require an API key for basic access to its geocoding services.

? What is the response format?

The API returns responses in JSON format, including latitude/longitude coordinates and address details for valid Utah addresses.

Top Alternatives

Google Geocoding API Search Google
OpenStreetMap Nominatim Search Google
US Census Geocoder Search Google

People Also Ask about Utah AGRC

Utah AGRC vs Google Geocoding APIUtah AGRC vs OpenStreetMap NominatimUtah AGRC vs US Census Geocoder Utah AGRC 2025 review

Tool Info

Pricing Free
Category Geocoding
Platform Public API

Pros

  • Free public access
  • Accurate Utah location data
  • Simple integration
  • Supports both forward and reverse geocoding

Cons

  • Limited to Utah addresses only
  • Potential rate limits for high-volume requests
  • No official SLA for uptime
  • No international address support

More Geocoding Tools