Bistip mempertemukan traveler dengan penitip barang. Nitip dapet barang, dititip dapet tip..

Search API

This is read-only API, no user authentication

GET /api/v1/trips.format

To obtain list of trips from specified origin and destination location in json or xml format.

Resource URL : http://www.bistip.com/api/v1/trips.format

Example: http://www.bistip.com/api/v1/trips.json?from=jakarta&to=singapore

  • Parameters
  • from

    required
  • to

    required
  • page

    optional
  • per_page

    optional
  • Description
  • Specify name of origin location of trip.
    This parameter accept value in city_name or city_name, country_name.
    example values : Jakarta, Indonesia OR bandung
  • Specify name of destination location of trip.
    This parameter accept value in city_name or city_name, country_name.
    example values : Bogor OR Tokyo, Japan
  • default : 1
    result position index
    example values : 1
  • default : 10
    maximum number of result
    example values : 10

GET /api/v1/seeks.format

To obtain list of request post from specified origin and destination location in json or xml format.

Resource URL : http://www.bistip.com/api/v1/seeks.format

Example : http://www.bistip.com/api/v1/seeks.xml?from=jakarta&to=singapore

  • Parameters
  • from

    required
  • to

    required
  • page

    optional
  • per_page

    optional
  • Description
  • Specify name of origin location of trip.
    This parameter accept value in city_name or city_name, country_name.
    example values : Jakarta, Indonesia OR bandung
  • Specify name of destination location of trip.
    This parameter accept value in city_name or city_name, country_name.
    example values : Bogor OR Tokyo, Japan
  • default : 1
    result position index
    example values : 1
  • default : 10
    maximum number of result
    example values : 10
Kotak Saran