Skip to content

Instantly share code, notes, and snippets.

@iranjith4
Created December 10, 2019 05:16
Show Gist options
  • Save iranjith4/522d5b466560e91b8ebab54743f2d0fc to your computer and use it in GitHub Desktop.
Save iranjith4/522d5b466560e91b8ebab54743f2d0fc to your computer and use it in GitHub Desktop.
Radius Mobile Intern API
{
"message" : "Success",
"success" : true,
"data" : {
"profile" : {
"first_name" : "Christopher",
"middle_name" : "https://randomuser.me/api/portraits/men/78.jpg",
"last_name" : "Shelton",
"profile_image" : "",
"city" : "Krakow",
"Country" : "Poland"
},
"stats" : {
"rides" : 67,
"free_rides" : 12,
"credits" : {
"value" : 100,
"currency" : "USD",
"currency_symbol" : "$"
}
},
"trips" : [
{
"from" : "Stare Maisto",
"to" : "Meupark st",
"from_time" : 1574618400,
"to_time" : 1574624100,
"cost" : {
"value" : 16,
"currency" : "USD",
"currency_symbol" : "$"
},
"trip_duration_in_mins" : 95
},
{
"from" : "Old Town St",
"to" : "Central Park",
"from_time" : 1574839920,
"to_time" : 1574843400,
"cost" : {
"value" : 23,
"currency" : "USD",
"currency_symbol" : "$"
},
"trip_duration_in_mins" : 58
},
{
"from" : "Market St, SF",
"to" : "18th St, Bay Area",
"from_time" : 1575201720,
"to_time" : 1575203580,
"cost" : {
"value" : 16,
"currency" : "USD",
"currency_symbol" : "$"
},
"trip_duration_in_mins" : 31
}
],
"theme" : {
"dark_colour" : "#0a0930",
"light_colour" : "#222144"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment