Skip to main content

Returns a list of baskets close to a given location. If the location is not valid the user's

home location is used. The distance is measured in kilometers.

Does not include baskets created by the current user.

Returns 200 and a list of baskets, 400 if the distance is out of range, or 401 if not logged in.

Query Parameters
  • lat string
  • lon string
  • distance string

    Possible values: Value must match regular expression \d+

Responses

Loading...