Skip to content

Instantly share code, notes, and snippets.

@vdaubry
Last active January 1, 2016 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vdaubry/30705ddf890a75ed4d6e to your computer and use it in GitHub Desktop.
Save vdaubry/30705ddf890a75ed4d6e to your computer and use it in GitHub Desktop.
sample user show response
{
"user": {
"id": 15638312,
"login": "vdaubry",
"gravatar_url": "https://avatars.githubusercontent.com/u/498298?v=3",
"city": "paris",
"country": "france",
"rankings": [{
"language": "ruby",
"repository_count": 28,
"stars_count": 517,
"city": "paris",
"city_rank": 1,
"city_count": 29,
"country": "france",
"country_rank": 2,
"country_count": 53,
"world_rank": 217,
"world_count": 2999
}, {
"language": "objective-c",
"repository_count": 8,
"stars_count": 8,
"city": "paris",
"city_rank": 3,
"city_count": 5,
"country": "france",
"country_rank": 3,
"country_count": 6,
"world_rank": 225,
"world_count": 678
}, {
"language": "javascript",
"repository_count": 5,
"stars_count": 4,
"city": "paris",
"city_rank": 13,
"city_count": 26,
"country": "france",
"country_rank": 19,
"country_count": 50,
"world_rank": 1089,
"world_count": 2606
}, {
"language": "css",
"repository_count": 2,
"stars_count": 3,
"city": "paris",
"city_rank": 2,
"city_count": 8,
"country": "france",
"country_rank": 6,
"country_count": 23,
"world_rank": 197,
"world_count": 1147
}, {
"language": "shell",
"repository_count": 2,
"stars_count": 0,
"city": "paris",
"city_rank": 11,
"city_count": 16,
"country": "france",
"country_rank": 20,
"country_count": 29,
"world_rank": 974,
"world_count": 1376
}, {
"language": "go",
"repository_count": 1,
"stars_count": 0,
"city": "paris",
"city_rank": 5,
"city_count": 5,
"country": "france",
"country_rank": 9,
"country_count": 9,
"world_rank": 549,
"world_count": 550
}, {
"language": "html",
"repository_count": 1,
"stars_count": 0,
"city": "paris",
"city_rank": 1,
"city_count": 1,
"country": "france",
"country_rank": 1,
"country_count": 1,
"world_rank": 2,
"world_count": 2
}, {
"language": "common_lisp",
"repository_count": 1,
"stars_count": 0,
"city": "paris",
"city_rank": 2,
"city_count": 2,
"country": "france",
"country_rank": 2,
"country_count": 2,
"world_rank": 47,
"world_count": 47
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment