Where API

Description
This API returns the attributes of administrative and reference features found at a particular point.

Why We Provide It
text goes here...

Response Metadata
text goes here...

API Base
http://services.dnr.state.mn.us/api/where/v1

API Call
http://services.dnr.state.mn.us/api/where/v1?x={double}&y={double}&callback={string}

Sample Call
http://services.dnr.state.mn.us/api/where/v1?x=500000&y=5000000

Required Parameters

x:
X value of a point given as a UTM (epsg:26915) or geographic (epsg:4326) coordinate.

y:
Y value of a point given as a UTM (epsg:26915) or geographic (epsg:4326) coordinate.

Optional Parameters

callback:
JSONP callback function name.