Skip to content

Instantly share code, notes, and snippets.

@jasonrudolph
Created April 14, 2015 14:10
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save jasonrudolph/5abee158b42b99a3990a to your computer and use it in GitHub Desktop.
Save jasonrudolph/5abee158b42b99a3990a to your computer and use it in GitHub Desktop.
Get `starred_at` timestamp for a repository's stargazers via the GitHub API
curl https://api.github.com/repos/atom/atom/stargazers -H 'Accept: application/vnd.github.v3.star+json'
[
{
"starred_at": "2012-01-20T18:18:21Z",
"user": {
"login": "kevinsawicki",
"id": 671378,
"avatar_url": "https://avatars.githubusercontent.com/u/671378?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/kevinsawicki",
"html_url": "https://github.com/kevinsawicki",
"followers_url": "https://api.github.com/users/kevinsawicki/followers",
"following_url": "https://api.github.com/users/kevinsawicki/following{/other_user}",
"gists_url": "https://api.github.com/users/kevinsawicki/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kevinsawicki/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kevinsawicki/subscriptions",
"organizations_url": "https://api.github.com/users/kevinsawicki/orgs",
"repos_url": "https://api.github.com/users/kevinsawicki/repos",
"events_url": "https://api.github.com/users/kevinsawicki/events{/privacy}",
"received_events_url": "https://api.github.com/users/kevinsawicki/received_events",
"type": "User",
"site_admin": true
}
},
{
"starred_at": "2013-04-05T02:28:04Z",
"user": {
"login": "jonrohan",
"id": 54012,
"avatar_url": "https://avatars.githubusercontent.com/u/54012?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/jonrohan",
"html_url": "https://github.com/jonrohan",
"followers_url": "https://api.github.com/users/jonrohan/followers",
"following_url": "https://api.github.com/users/jonrohan/following{/other_user}",
"gists_url": "https://api.github.com/users/jonrohan/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jonrohan/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jonrohan/subscriptions",
"organizations_url": "https://api.github.com/users/jonrohan/orgs",
"repos_url": "https://api.github.com/users/jonrohan/repos",
"events_url": "https://api.github.com/users/jonrohan/events{/privacy}",
"received_events_url": "https://api.github.com/users/jonrohan/received_events",
"type": "User",
"site_admin": true
}
},
{
"starred_at": "2013-04-25T21:07:17Z",
"user": {
"login": "tonyjaramillo",
"id": 1300064,
"avatar_url": "https://avatars.githubusercontent.com/u/1300064?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/tonyjaramillo",
"html_url": "https://github.com/tonyjaramillo",
"followers_url": "https://api.github.com/users/tonyjaramillo/followers",
"following_url": "https://api.github.com/users/tonyjaramillo/following{/other_user}",
"gists_url": "https://api.github.com/users/tonyjaramillo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tonyjaramillo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tonyjaramillo/subscriptions",
"organizations_url": "https://api.github.com/users/tonyjaramillo/orgs",
"repos_url": "https://api.github.com/users/tonyjaramillo/repos",
"events_url": "https://api.github.com/users/tonyjaramillo/events{/privacy}",
"received_events_url": "https://api.github.com/users/tonyjaramillo/received_events",
"type": "User",
"site_admin": true
}
},
{
"starred_at": "2014-02-27T15:59:13Z",
"user": {
"login": "josh",
"id": 137,
"avatar_url": "https://avatars.githubusercontent.com/u/137?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/josh",
"html_url": "https://github.com/josh",
"followers_url": "https://api.github.com/users/josh/followers",
"following_url": "https://api.github.com/users/josh/following{/other_user}",
"gists_url": "https://api.github.com/users/josh/gists{/gist_id}",
"starred_url": "https://api.github.com/users/josh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/josh/subscriptions",
"organizations_url": "https://api.github.com/users/josh/orgs",
"repos_url": "https://api.github.com/users/josh/repos",
"events_url": "https://api.github.com/users/josh/events{/privacy}",
"received_events_url": "https://api.github.com/users/josh/received_events",
"type": "User",
"site_admin": true
}
},
{
"starred_at": "2014-03-01T17:10:42Z",
"user": {
"login": "jasonrudolph",
"id": 2988,
"avatar_url": "https://avatars.githubusercontent.com/u/2988?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/jasonrudolph",
"html_url": "https://github.com/jasonrudolph",
"followers_url": "https://api.github.com/users/jasonrudolph/followers",
"following_url": "https://api.github.com/users/jasonrudolph/following{/other_user}",
"gists_url": "https://api.github.com/users/jasonrudolph/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jasonrudolph/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jasonrudolph/subscriptions",
"organizations_url": "https://api.github.com/users/jasonrudolph/orgs",
"repos_url": "https://api.github.com/users/jasonrudolph/repos",
"events_url": "https://api.github.com/users/jasonrudolph/events{/privacy}",
"received_events_url": "https://api.github.com/users/jasonrudolph/received_events",
"type": "User",
"site_admin": true
}
},
{
"starred_at": "2014-04-07T13:43:39Z",
"user": {
"login": "andrew",
"id": 1060,
"avatar_url": "https://avatars.githubusercontent.com/u/1060?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/andrew",
"html_url": "https://github.com/andrew",
"followers_url": "https://api.github.com/users/andrew/followers",
"following_url": "https://api.github.com/users/andrew/following{/other_user}",
"gists_url": "https://api.github.com/users/andrew/gists{/gist_id}",
"starred_url": "https://api.github.com/users/andrew/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/andrew/subscriptions",
"organizations_url": "https://api.github.com/users/andrew/orgs",
"repos_url": "https://api.github.com/users/andrew/repos",
"events_url": "https://api.github.com/users/andrew/events{/privacy}",
"received_events_url": "https://api.github.com/users/andrew/received_events",
"type": "User",
"site_admin": false
}
},
{
"starred_at": "2014-05-06T15:03:20Z",
"user": {
"login": "miyucy",
"id": 51594,
"avatar_url": "https://avatars.githubusercontent.com/u/51594?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/miyucy",
"html_url": "https://github.com/miyucy",
"followers_url": "https://api.github.com/users/miyucy/followers",
"following_url": "https://api.github.com/users/miyucy/following{/other_user}",
"gists_url": "https://api.github.com/users/miyucy/gists{/gist_id}",
"starred_url": "https://api.github.com/users/miyucy/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/miyucy/subscriptions",
"organizations_url": "https://api.github.com/users/miyucy/orgs",
"repos_url": "https://api.github.com/users/miyucy/repos",
"events_url": "https://api.github.com/users/miyucy/events{/privacy}",
"received_events_url": "https://api.github.com/users/miyucy/received_events",
"type": "User",
"site_admin": false
}
},
{
"starred_at": "2014-05-06T15:03:44Z",
"user": {
"login": "LeoColomb",
"id": 846943,
"avatar_url": "https://avatars.githubusercontent.com/u/846943?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/LeoColomb",
"html_url": "https://github.com/LeoColomb",
"followers_url": "https://api.github.com/users/LeoColomb/followers",
"following_url": "https://api.github.com/users/LeoColomb/following{/other_user}",
"gists_url": "https://api.github.com/users/LeoColomb/gists{/gist_id}",
"starred_url": "https://api.github.com/users/LeoColomb/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/LeoColomb/subscriptions",
"organizations_url": "https://api.github.com/users/LeoColomb/orgs",
"repos_url": "https://api.github.com/users/LeoColomb/repos",
"events_url": "https://api.github.com/users/LeoColomb/events{/privacy}",
"received_events_url": "https://api.github.com/users/LeoColomb/received_events",
"type": "User",
"site_admin": false
}
},
{
"starred_at": "2014-05-06T15:03:45Z",
"user": {
"login": "SKAhack",
"id": 76637,
"avatar_url": "https://avatars.githubusercontent.com/u/76637?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/SKAhack",
"html_url": "https://github.com/SKAhack",
"followers_url": "https://api.github.com/users/SKAhack/followers",
"following_url": "https://api.github.com/users/SKAhack/following{/other_user}",
"gists_url": "https://api.github.com/users/SKAhack/gists{/gist_id}",
"starred_url": "https://api.github.com/users/SKAhack/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/SKAhack/subscriptions",
"organizations_url": "https://api.github.com/users/SKAhack/orgs",
"repos_url": "https://api.github.com/users/SKAhack/repos",
"events_url": "https://api.github.com/users/SKAhack/events{/privacy}",
"received_events_url": "https://api.github.com/users/SKAhack/received_events",
"type": "User",
"site_admin": false
}
},
{
"starred_at": "2014-05-06T15:04:05Z",
"user": {
"login": "yelinaung",
"id": 275120,
"avatar_url": "https://avatars.githubusercontent.com/u/275120?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/yelinaung",
"html_url": "https://github.com/yelinaung",
"followers_url": "https://api.github.com/users/yelinaung/followers",
"following_url": "https://api.github.com/users/yelinaung/following{/other_user}",
"gists_url": "https://api.github.com/users/yelinaung/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yelinaung/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yelinaung/subscriptions",
"organizations_url": "https://api.github.com/users/yelinaung/orgs",
"repos_url": "https://api.github.com/users/yelinaung/repos",
"events_url": "https://api.github.com/users/yelinaung/events{/privacy}",
"received_events_url": "https://api.github.com/users/yelinaung/received_events",
"type": "User",
"site_admin": false
}
},
{
"starred_at": "2014-05-06T15:04:25Z",
"user": {
"login": "1ed",
"id": 162986,
"avatar_url": "https://avatars.githubusercontent.com/u/162986?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/1ed",
"html_url": "https://github.com/1ed",
"followers_url": "https://api.github.com/users/1ed/followers",
"following_url": "https://api.github.com/users/1ed/following{/other_user}",
"gists_url": "https://api.github.com/users/1ed/gists{/gist_id}",
"starred_url": "https://api.github.com/users/1ed/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/1ed/subscriptions",
"organizations_url": "https://api.github.com/users/1ed/orgs",
"repos_url": "https://api.github.com/users/1ed/repos",
"events_url": "https://api.github.com/users/1ed/events{/privacy}",
"received_events_url": "https://api.github.com/users/1ed/received_events",
"type": "User",
"site_admin": false
}
},
{
"starred_at": "2014-05-06T15:04:39Z",
"user": {
"login": "nna774",
"id": 691828,
"avatar_url": "https://avatars.githubusercontent.com/u/691828?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/nna774",
"html_url": "https://github.com/nna774",
"followers_url": "https://api.github.com/users/nna774/followers",
"following_url": "https://api.github.com/users/nna774/following{/other_user}",
"gists_url": "https://api.github.com/users/nna774/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nna774/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nna774/subscriptions",
"organizations_url": "https://api.github.com/users/nna774/orgs",
"repos_url": "https://api.github.com/users/nna774/repos",
"events_url": "https://api.github.com/users/nna774/events{/privacy}",
"received_events_url": "https://api.github.com/users/nna774/received_events",
"type": "User",
"site_admin": false
}
},
{
"starred_at": "2014-05-06T15:04:39Z",
"user": {
"login": "ilbonzo",
"id": 9201,
"avatar_url": "https://avatars.githubusercontent.com/u/9201?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/ilbonzo",
"html_url": "https://github.com/ilbonzo",
"followers_url": "https://api.github.com/users/ilbonzo/followers",
"following_url": "https://api.github.com/users/ilbonzo/following{/other_user}",
"gists_url": "https://api.github.com/users/ilbonzo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ilbonzo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ilbonzo/subscriptions",
"organizations_url": "https://api.github.com/users/ilbonzo/orgs",
"repos_url": "https://api.github.com/users/ilbonzo/repos",
"events_url": "https://api.github.com/users/ilbonzo/events{/privacy}",
"received_events_url": "https://api.github.com/users/ilbonzo/received_events",
"type": "User",
"site_admin": false
}
},
{
"starred_at": "2014-05-06T15:04:40Z",
"user": {
"login": "tmoitie",
"id": 985557,
"avatar_url": "https://avatars.githubusercontent.com/u/985557?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/tmoitie",
"html_url": "https://github.com/tmoitie",
"followers_url": "https://api.github.com/users/tmoitie/followers",
"following_url": "https://api.github.com/users/tmoitie/following{/other_user}",
"gists_url": "https://api.github.com/users/tmoitie/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tmoitie/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tmoitie/subscriptions",
"organizations_url": "https://api.github.com/users/tmoitie/orgs",
"repos_url": "https://api.github.com/users/tmoitie/repos",
"events_url": "https://api.github.com/users/tmoitie/events{/privacy}",
"received_events_url": "https://api.github.com/users/tmoitie/received_events",
"type": "User",
"site_admin": false
}
},
{
"starred_at": "2014-05-06T15:05:02Z",
"user": {
"login": "zhuzhuor",
"id": 928905,
"avatar_url": "https://avatars.githubusercontent.com/u/928905?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/zhuzhuor",
"html_url": "https://github.com/zhuzhuor",
"followers_url": "https://api.github.com/users/zhuzhuor/followers",
"following_url": "https://api.github.com/users/zhuzhuor/following{/other_user}",
"gists_url": "https://api.github.com/users/zhuzhuor/gists{/gist_id}",
"starred_url": "https://api.github.com/users/zhuzhuor/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/zhuzhuor/subscriptions",
"organizations_url": "https://api.github.com/users/zhuzhuor/orgs",
"repos_url": "https://api.github.com/users/zhuzhuor/repos",
"events_url": "https://api.github.com/users/zhuzhuor/events{/privacy}",
"received_events_url": "https://api.github.com/users/zhuzhuor/received_events",
"type": "User",
"site_admin": false
}
},
{
"starred_at": "2014-05-06T15:05:08Z",
"user": {
"login": "smashwilson",
"id": 17565,
"avatar_url": "https://avatars.githubusercontent.com/u/17565?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/smashwilson",
"html_url": "https://github.com/smashwilson",
"followers_url": "https://api.github.com/users/smashwilson/followers",
"following_url": "https://api.github.com/users/smashwilson/following{/other_user}",
"gists_url": "https://api.github.com/users/smashwilson/gists{/gist_id}",
"starred_url": "https://api.github.com/users/smashwilson/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/smashwilson/subscriptions",
"organizations_url": "https://api.github.com/users/smashwilson/orgs",
"repos_url": "https://api.github.com/users/smashwilson/repos",
"events_url": "https://api.github.com/users/smashwilson/events{/privacy}",
"received_events_url": "https://api.github.com/users/smashwilson/received_events",
"type": "User",
"site_admin": false
}
},
{
"starred_at": "2014-05-06T15:05:16Z",
"user": {
"login": "chloerei",
"id": 49931,
"avatar_url": "https://avatars.githubusercontent.com/u/49931?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/chloerei",
"html_url": "https://github.com/chloerei",
"followers_url": "https://api.github.com/users/chloerei/followers",
"following_url": "https://api.github.com/users/chloerei/following{/other_user}",
"gists_url": "https://api.github.com/users/chloerei/gists{/gist_id}",
"starred_url": "https://api.github.com/users/chloerei/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/chloerei/subscriptions",
"organizations_url": "https://api.github.com/users/chloerei/orgs",
"repos_url": "https://api.github.com/users/chloerei/repos",
"events_url": "https://api.github.com/users/chloerei/events{/privacy}",
"received_events_url": "https://api.github.com/users/chloerei/received_events",
"type": "User",
"site_admin": false
}
},
{
"starred_at": "2014-05-06T15:05:25Z",
"user": {
"login": "kirbasin",
"id": 428871,
"avatar_url": "https://avatars.githubusercontent.com/u/428871?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/kirbasin",
"html_url": "https://github.com/kirbasin",
"followers_url": "https://api.github.com/users/kirbasin/followers",
"following_url": "https://api.github.com/users/kirbasin/following{/other_user}",
"gists_url": "https://api.github.com/users/kirbasin/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kirbasin/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kirbasin/subscriptions",
"organizations_url": "https://api.github.com/users/kirbasin/orgs",
"repos_url": "https://api.github.com/users/kirbasin/repos",
"events_url": "https://api.github.com/users/kirbasin/events{/privacy}",
"received_events_url": "https://api.github.com/users/kirbasin/received_events",
"type": "User",
"site_admin": false
}
},
{
"starred_at": "2014-05-06T15:05:35Z",
"user": {
"login": "jsjohns",
"id": 342049,
"avatar_url": "https://avatars.githubusercontent.com/u/342049?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/jsjohns",
"html_url": "https://github.com/jsjohns",
"followers_url": "https://api.github.com/users/jsjohns/followers",
"following_url": "https://api.github.com/users/jsjohns/following{/other_user}",
"gists_url": "https://api.github.com/users/jsjohns/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jsjohns/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jsjohns/subscriptions",
"organizations_url": "https://api.github.com/users/jsjohns/orgs",
"repos_url": "https://api.github.com/users/jsjohns/repos",
"events_url": "https://api.github.com/users/jsjohns/events{/privacy}",
"received_events_url": "https://api.github.com/users/jsjohns/received_events",
"type": "User",
"site_admin": false
}
},
{
"starred_at": "2014-05-06T15:05:37Z",
"user": {
"login": "ahmetabdi",
"id": 778015,
"avatar_url": "https://avatars.githubusercontent.com/u/778015?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/ahmetabdi",
"html_url": "https://github.com/ahmetabdi",
"followers_url": "https://api.github.com/users/ahmetabdi/followers",
"following_url": "https://api.github.com/users/ahmetabdi/following{/other_user}",
"gists_url": "https://api.github.com/users/ahmetabdi/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ahmetabdi/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ahmetabdi/subscriptions",
"organizations_url": "https://api.github.com/users/ahmetabdi/orgs",
"repos_url": "https://api.github.com/users/ahmetabdi/repos",
"events_url": "https://api.github.com/users/ahmetabdi/events{/privacy}",
"received_events_url": "https://api.github.com/users/ahmetabdi/received_events",
"type": "User",
"site_admin": false
}
},
{
"starred_at": "2014-05-06T15:05:52Z",
"user": {
"login": "caasi",
"id": 1164470,
"avatar_url": "https://avatars.githubusercontent.com/u/1164470?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/caasi",
"html_url": "https://github.com/caasi",
"followers_url": "https://api.github.com/users/caasi/followers",
"following_url": "https://api.github.com/users/caasi/following{/other_user}",
"gists_url": "https://api.github.com/users/caasi/gists{/gist_id}",
"starred_url": "https://api.github.com/users/caasi/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/caasi/subscriptions",
"organizations_url": "https://api.github.com/users/caasi/orgs",
"repos_url": "https://api.github.com/users/caasi/repos",
"events_url": "https://api.github.com/users/caasi/events{/privacy}",
"received_events_url": "https://api.github.com/users/caasi/received_events",
"type": "User",
"site_admin": false
}
},
{
"starred_at": "2014-05-06T15:05:57Z",
"user": {
"login": "saki7",
"id": 1901813,
"avatar_url": "https://avatars.githubusercontent.com/u/1901813?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/saki7",
"html_url": "https://github.com/saki7",
"followers_url": "https://api.github.com/users/saki7/followers",
"following_url": "https://api.github.com/users/saki7/following{/other_user}",
"gists_url": "https://api.github.com/users/saki7/gists{/gist_id}",
"starred_url": "https://api.github.com/users/saki7/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/saki7/subscriptions",
"organizations_url": "https://api.github.com/users/saki7/orgs",
"repos_url": "https://api.github.com/users/saki7/repos",
"events_url": "https://api.github.com/users/saki7/events{/privacy}",
"received_events_url": "https://api.github.com/users/saki7/received_events",
"type": "User",
"site_admin": false
}
},
{
"starred_at": "2014-05-06T15:06:19Z",
"user": {
"login": "rhysd",
"id": 823277,
"avatar_url": "https://avatars.githubusercontent.com/u/823277?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/rhysd",
"html_url": "https://github.com/rhysd",
"followers_url": "https://api.github.com/users/rhysd/followers",
"following_url": "https://api.github.com/users/rhysd/following{/other_user}",
"gists_url": "https://api.github.com/users/rhysd/gists{/gist_id}",
"starred_url": "https://api.github.com/users/rhysd/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/rhysd/subscriptions",
"organizations_url": "https://api.github.com/users/rhysd/orgs",
"repos_url": "https://api.github.com/users/rhysd/repos",
"events_url": "https://api.github.com/users/rhysd/events{/privacy}",
"received_events_url": "https://api.github.com/users/rhysd/received_events",
"type": "User",
"site_admin": false
}
},
{
"starred_at": "2014-05-06T15:06:29Z",
"user": {
"login": "michaelperrin",
"id": 344445,
"avatar_url": "https://avatars.githubusercontent.com/u/344445?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/michaelperrin",
"html_url": "https://github.com/michaelperrin",
"followers_url": "https://api.github.com/users/michaelperrin/followers",
"following_url": "https://api.github.com/users/michaelperrin/following{/other_user}",
"gists_url": "https://api.github.com/users/michaelperrin/gists{/gist_id}",
"starred_url": "https://api.github.com/users/michaelperrin/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/michaelperrin/subscriptions",
"organizations_url": "https://api.github.com/users/michaelperrin/orgs",
"repos_url": "https://api.github.com/users/michaelperrin/repos",
"events_url": "https://api.github.com/users/michaelperrin/events{/privacy}",
"received_events_url": "https://api.github.com/users/michaelperrin/received_events",
"type": "User",
"site_admin": false
}
},
{
"starred_at": "2014-05-06T15:06:36Z",
"user": {
"login": "DarkArc",
"id": 778012,
"avatar_url": "https://avatars.githubusercontent.com/u/778012?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/DarkArc",
"html_url": "https://github.com/DarkArc",
"followers_url": "https://api.github.com/users/DarkArc/followers",
"following_url": "https://api.github.com/users/DarkArc/following{/other_user}",
"gists_url": "https://api.github.com/users/DarkArc/gists{/gist_id}",
"starred_url": "https://api.github.com/users/DarkArc/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/DarkArc/subscriptions",
"organizations_url": "https://api.github.com/users/DarkArc/orgs",
"repos_url": "https://api.github.com/users/DarkArc/repos",
"events_url": "https://api.github.com/users/DarkArc/events{/privacy}",
"received_events_url": "https://api.github.com/users/DarkArc/received_events",
"type": "User",
"site_admin": false
}
},
{
"starred_at": "2014-05-06T15:06:47Z",
"user": {
"login": "geobrando",
"id": 1833870,
"avatar_url": "https://avatars.githubusercontent.com/u/1833870?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/geobrando",
"html_url": "https://github.com/geobrando",
"followers_url": "https://api.github.com/users/geobrando/followers",
"following_url": "https://api.github.com/users/geobrando/following{/other_user}",
"gists_url": "https://api.github.com/users/geobrando/gists{/gist_id}",
"starred_url": "https://api.github.com/users/geobrando/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/geobrando/subscriptions",
"organizations_url": "https://api.github.com/users/geobrando/orgs",
"repos_url": "https://api.github.com/users/geobrando/repos",
"events_url": "https://api.github.com/users/geobrando/events{/privacy}",
"received_events_url": "https://api.github.com/users/geobrando/received_events",
"type": "User",
"site_admin": false
}
},
{
"starred_at": "2014-05-06T15:06:49Z",
"user": {
"login": "tombh",
"id": 160835,
"avatar_url": "https://avatars.githubusercontent.com/u/160835?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/tombh",
"html_url": "https://github.com/tombh",
"followers_url": "https://api.github.com/users/tombh/followers",
"following_url": "https://api.github.com/users/tombh/following{/other_user}",
"gists_url": "https://api.github.com/users/tombh/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tombh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tombh/subscriptions",
"organizations_url": "https://api.github.com/users/tombh/orgs",
"repos_url": "https://api.github.com/users/tombh/repos",
"events_url": "https://api.github.com/users/tombh/events{/privacy}",
"received_events_url": "https://api.github.com/users/tombh/received_events",
"type": "User",
"site_admin": false
}
},
{
"starred_at": "2014-05-06T15:07:01Z",
"user": {
"login": "conradolega",
"id": 2918146,
"avatar_url": "https://avatars.githubusercontent.com/u/2918146?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/conradolega",
"html_url": "https://github.com/conradolega",
"followers_url": "https://api.github.com/users/conradolega/followers",
"following_url": "https://api.github.com/users/conradolega/following{/other_user}",
"gists_url": "https://api.github.com/users/conradolega/gists{/gist_id}",
"starred_url": "https://api.github.com/users/conradolega/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/conradolega/subscriptions",
"organizations_url": "https://api.github.com/users/conradolega/orgs",
"repos_url": "https://api.github.com/users/conradolega/repos",
"events_url": "https://api.github.com/users/conradolega/events{/privacy}",
"received_events_url": "https://api.github.com/users/conradolega/received_events",
"type": "User",
"site_admin": false
}
},
{
"starred_at": "2014-05-06T15:07:08Z",
"user": {
"login": "ijuma",
"id": 24747,
"avatar_url": "https://avatars.githubusercontent.com/u/24747?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/ijuma",
"html_url": "https://github.com/ijuma",
"followers_url": "https://api.github.com/users/ijuma/followers",
"following_url": "https://api.github.com/users/ijuma/following{/other_user}",
"gists_url": "https://api.github.com/users/ijuma/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ijuma/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ijuma/subscriptions",
"organizations_url": "https://api.github.com/users/ijuma/orgs",
"repos_url": "https://api.github.com/users/ijuma/repos",
"events_url": "https://api.github.com/users/ijuma/events{/privacy}",
"received_events_url": "https://api.github.com/users/ijuma/received_events",
"type": "User",
"site_admin": false
}
},
{
"starred_at": "2014-05-06T15:07:11Z",
"user": {
"login": "chrisyip",
"id": 189559,
"avatar_url": "https://avatars.githubusercontent.com/u/189559?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/chrisyip",
"html_url": "https://github.com/chrisyip",
"followers_url": "https://api.github.com/users/chrisyip/followers",
"following_url": "https://api.github.com/users/chrisyip/following{/other_user}",
"gists_url": "https://api.github.com/users/chrisyip/gists{/gist_id}",
"starred_url": "https://api.github.com/users/chrisyip/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/chrisyip/subscriptions",
"organizations_url": "https://api.github.com/users/chrisyip/orgs",
"repos_url": "https://api.github.com/users/chrisyip/repos",
"events_url": "https://api.github.com/users/chrisyip/events{/privacy}",
"received_events_url": "https://api.github.com/users/chrisyip/received_events",
"type": "User",
"site_admin": false
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment