GET /geocode
Gets the GPS position of an address.
The endpoint has no roles.
Parameters
name |
description |
type |
default |
type |
addr1 |
the first line of the address |
query
|
|
String
|
addr2 |
the second line of the address |
query
|
|
String
|
city |
the city name (required) |
query
|
|
String
|
state |
the state code (required) |
query
|
|
String
|
zip |
the zip (required) |
query
|
|
String
|
Result
Position
of type:
application/xml
application/json
a Position object if the lookup was successful, null if not
Try It Out
Request