Fire Eagle : Explorer

API Explorer: lookup

/api/0.1/lookup

See Also: Updating a User's Location

Disambiguates potential values for update query. Results from lookup can be passed to update to ensure that Fire Eagle will understand how to parse the location parameter.


Parameters

address
street address (may contain a full address, but will be combined with postal, city, state, and country when available)
postal
a ZIP or postal code (combined with address, city, state, and country when available)
city
city (combined with address, postal, state, and country when available)
state
state (combined with address, postal, city, and country when available)
country
country (combined with address, postal, city, and state when available)
mnc
cell tower information, integer.
mcc
cell tower information, integer.
lac
cell tower information, integer.
cellid
cell tower information, integer.
all cellid parameters are required for this call
lat
Latitude (in decimal degrees).
lon
Longitude (in decimal degrees).
all lon+lat parameters are required for this call
upcoming_venue_id
Upcoming.org venue id
woeid
Where On Earth ID
q
Free-text fallback containing user input. Lat/lon pairs and geometries will be extracted if possible, otherwise this string will be geocoded as-is.

Try it!
See the Request for: XML JSON

/api/0.1