Fire Eagle : Explorer

API Explorer: update

/api/0.1/update

See Also: Finding a User's Location

Sets a user's current location using using a WOE ID or a set of location parameters. If the user provides a location unconfirmed with lookup then Fire Eagle makes a best guess as to the user's location and updates.


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 example not available because of cross domain POST restrictions.)

/api/0.1