Skip to content

Instantly share code, notes, and snippets.

@michels
Created July 6, 2012 11:03
Show Gist options
  • Save michels/3059540 to your computer and use it in GitHub Desktop.
Save michels/3059540 to your computer and use it in GitHub Desktop.
Timetables-API
{
"rides": [
{
"type": "ride_search",
"start": {
"country": "Deutschland",
"county": "Hessen",
"city": "Dieburg",
"postcode": "64807",
"track_order": 0,
"covered_distance": 0,
"mandatory": true,
"via_time": "2012-04-12T16:00:00",
"via_time_utc": "2012-04-12T14:00:00Z",
"relative_via_time": 0,
"title": null,
"street": null,
"street_number": null,
"route_event": null,
"user_id": 32818,
"lat": 49.9,
"lng": 8.85
},
"destination": {
"country": "Deutschland",
"county": "Bayern",
"city": "Bessenbach",
"postcode": "63856",
"track_order": 13,
"covered_distance": 38665,
"mandatory": true,
"via_time": "2012-04-12T16:35:19",
"via_time_utc": "2012-04-12T14:35:19Z",
"relative_via_time": 2119,
"title": null,
"street": null,
"street_number": null,
"route_event": null,
"user_id": 32818,
"lat": 49.98,
"lng": 9.26
},
"id": "305322-dieburg-bessenbach-2012-04-12t16-00-cest",
"version": 1,
"user_id": 32818,
"distance": 38665,
"duration": 2119,
"reason": "",
"state": "searching",
"arrival": "2012-04-12T16:35:19",
"arrival_utc": "2012-04-12T14:35:19Z",
"departure": "2012-04-12T16:00:00",
"departure_utc": "2012-04-12T14:00:00Z",
"user": {
"id": 32818,
"firstname": null,
"lastname": "Name nur sichtbar für flinc-Nutzer",
"avatars": {
"large": "https://www.flinc.org/images/default_user_avatar.png",
"medium": "https://www.flinc.org/images/default_user_avatar.png",
"small": "https://www.flinc.org/images/default_user_avatar.png"
}
}
},
...
...
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment