Zoning Code Lookup by API?

521
1
07-16-2019 10:27 AM
ShaneNiebergall
New Contributor

Does ESRI/ArcGIS offer any way to look up a property zoning code via an API? 

To clarify - if we submit an address we would like to see a code such as M-1, or B-3 in the response - indicating the Zone ID of the property within the municipality.

Thanks!

0 Kudos
1 Reply
SteveCole
Frequent Contributor

If you don't want to program something, ESRI recently released a Zone Lookup configurable app through ArcGIS Online. Otherwise, it can be done but you'll need to code it to query your parcel, get its geometry, and then query your zoning layer (and any other desirable layers) based on that parcel geometry to see what it intersects with.