API / Developers
Developer Center

Nearby API


REST Request
http://api.kidseatfor.com/api/v1/[api_key]/nearby/[latitude]/[longitude]/[min_distance]/[max_distance]/[group_chains]


Parameters

[api_key] The API Key provided. This should always be the same value.
[latitude] The latitude to use as the origin of the search.
[longitude] The longitude to use as the origin of the search.
[min_distance] Minimum distance (in miles) to use when searching.
[max_distance] Maximum distance (in miles) to use when searching.
[group_chains] "1" to group all locations of a chain into a single result, "0" to list each location separately.


Samples
List all kids eat free deals within 20 miles of the White House in Washington DC
http://api.kidseatfor.com/api/v1/mykey/nearby/38.898648/-77.037692/0/20/0