Release schedule

Features get added to the Urban API progressively. New releases occur almost every last Wednesday of the month.
You can find out about the latest updates, changes, and fixes in the individual release notes.

Deprecation policy

Deprecated GraphQL types or fields are annotated in the GraphQL schema with the @deprecated directive, as in the following example:

1
2
 urbanEvent(urbanDatabaseId: PortalItemId!, globalID: GlobalID!): UrbanEvent
    @deprecated(reason: "Use Plans or Projects. (Removal date: 2021-02-01)")

The reason field in the deprecation notice includes useful information such as migration recommendations as well as the removal date for the deprecated item. Deprecated fields or types may be removed from the from the Urban API once the removal date has been reached. New deprecations and breaking changes are also noted in Urban API release announcements.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close