# Utah AGRC API **Provider:** Utah AGRC **Category:** maps **Base URL:** `https://api.mapserv.utah.gov` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.mapserv.utah.gov ## Description Utah Web API for geocoding Utah addresses ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.mapserv.utah.gov/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://api.mapserv.utah.gov' ``` ## Sample Response ```json {} ``` ## Pricing Details Free and open. Utah Automated Geographic Reference Center (AGRC) geospatial data. --- *Source: [API Map](https://apimap.dev/apis/utah-agrc/) — CC BY 4.0*