
Calculate the money your business can save by using PBwiki. Join our ROI Workshop, Tuesday 1 PM Eastern.

Questions? Get live answers at PBwiki's weekly office hours (1 PM Eastern, Weds September 3)
Returns the location of a traveller on a particular date
Usage:
GET /api/location_on_date?date=2006-01-05
GET /api/location_on_date?traveller=<nick>&date=2007-04-01
Response (XML):
<location_on_date>
<location>
<trip>
<city>
<country_code>US</country_code>
<name>New York</name>
<latitude>40.7143</latitude>
<url>http://www.dopplr.com/place/us/ny/new-york</url>
<longitude>-74.006</longitude>
<geoname_id>5128581</geoname_id>
</city>
<finish>2007-09-10</finish>
<id>20795</id>
<start>2007-09-10</start>
<departure>
<country_code>GB</country_code>
<name>London</name>
<latitude>51.5</latitude>
<url>http://www.dopplr.com/place/gb/london</url>
<longitude>-0.116667</longitude>
<geoname_id>2643743</geoname_id>
</departure>
</trip>
<home>
<country_code>GB</country_code>
<name>London</name>
<latitude>51.5</latitude>
<url>http://www.dopplr.com/place/gb/london</url>
<longitude>-0.116667</longitude>
<geoname_id>2643743</geoname_id>
</home>
</location>
</location_on_date>
Page Information
|
Wiki Information |
Recent PBwiki Blog Posts |