Skip to content

Instantly share code, notes, and snippets.

@littlepea
Created February 22, 2012 12:29
Show Gist options
  • Save littlepea/1884757 to your computer and use it in GitHub Desktop.
Save littlepea/1884757 to your computer and use it in GitHub Desktop.
/api/v1/places/1?lat=111&lng=111
{
"response": {
"meta": {},
"data": {
"distance": 0,
"name": "北京",
"lat": 111,
"lng": 111,
"checkins": [
{
"time": 23,
"id": 1,
"user": {
"username": "yy",
"id": 2
}
},
{
"time": 23,
"id": 2,
"user": {
"username": "yy",
"id": 2
}
}
],
"id": "1",
"checkins_count": 4
},
"errors": []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment