Fire Eagle : Explorer

API Explorer: within

/api/0.1/within

See Also: Finding a User's Location

Takes a WOE ID or a location and returns a list of user-specific tokens for the Application which are within the bounding box of the location.


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.

Optional Parameters
per_page
(default: 10) : number of users to return per page.
page
(default: 1) : the page number at which to start returning the list of users, pages are 1-indexed, each page contains the per_page number of users.

Try it!
See the Request for: XML JSON

/api/0.1