-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
618 lines (618 loc) · 35.9 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
[
{
"id": 18221276,
"name": "git-consortium",
"full_name": "octocat/git-consortium",
"owner": {
"login": "octocat",
"id": 583231,
"avatar_url": "https://avatars0.githubusercontent.com/u/583231?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/octocat",
"html_url": "https://github.com/octocat",
"followers_url": "https://api.github.com/users/octocat/followers",
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
"organizations_url": "https://api.github.com/users/octocat/orgs",
"repos_url": "https://api.github.com/users/octocat/repos",
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
"received_events_url": "https://api.github.com/users/octocat/received_events",
"type": "User",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/octocat/git-consortium",
"description": "This repo is for demonstration purposes only.",
"fork": false,
"url": "https://api.github.com/repos/octocat/git-consortium",
"forks_url": "https://api.github.com/repos/octocat/git-consortium/forks",
"keys_url": "https://api.github.com/repos/octocat/git-consortium/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/octocat/git-consortium/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/octocat/git-consortium/teams",
"hooks_url": "https://api.github.com/repos/octocat/git-consortium/hooks",
"issue_events_url": "https://api.github.com/repos/octocat/git-consortium/issues/events{/number}",
"events_url": "https://api.github.com/repos/octocat/git-consortium/events",
"assignees_url": "https://api.github.com/repos/octocat/git-consortium/assignees{/user}",
"branches_url": "https://api.github.com/repos/octocat/git-consortium/branches{/branch}",
"tags_url": "https://api.github.com/repos/octocat/git-consortium/tags",
"blobs_url": "https://api.github.com/repos/octocat/git-consortium/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/octocat/git-consortium/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/octocat/git-consortium/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/octocat/git-consortium/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/octocat/git-consortium/statuses/{sha}",
"languages_url": "https://api.github.com/repos/octocat/git-consortium/languages",
"stargazers_url": "https://api.github.com/repos/octocat/git-consortium/stargazers",
"contributors_url": "https://api.github.com/repos/octocat/git-consortium/contributors",
"subscribers_url": "https://api.github.com/repos/octocat/git-consortium/subscribers",
"subscription_url": "https://api.github.com/repos/octocat/git-consortium/subscription",
"commits_url": "https://api.github.com/repos/octocat/git-consortium/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/octocat/git-consortium/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/octocat/git-consortium/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/octocat/git-consortium/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/octocat/git-consortium/contents/{+path}",
"compare_url": "https://api.github.com/repos/octocat/git-consortium/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/octocat/git-consortium/merges",
"archive_url": "https://api.github.com/repos/octocat/git-consortium/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/octocat/git-consortium/downloads",
"issues_url": "https://api.github.com/repos/octocat/git-consortium/issues{/number}",
"pulls_url": "https://api.github.com/repos/octocat/git-consortium/pulls{/number}",
"milestones_url": "https://api.github.com/repos/octocat/git-consortium/milestones{/number}",
"notifications_url": "https://api.github.com/repos/octocat/git-consortium/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/octocat/git-consortium/labels{/name}",
"releases_url": "https://api.github.com/repos/octocat/git-consortium/releases{/id}",
"deployments_url": "https://api.github.com/repos/octocat/git-consortium/deployments",
"created_at": "2014-03-28T17:55:38Z",
"updated_at": "2016-12-06T13:06:37Z",
"pushed_at": "2016-10-30T13:43:30Z",
"git_url": "git://github.com/octocat/git-consortium.git",
"ssh_url": "[email protected]:octocat/git-consortium.git",
"clone_url": "https://github.com/octocat/git-consortium.git",
"svn_url": "https://github.com/octocat/git-consortium",
"homepage": null,
"size": 190,
"stargazers_count": 7,
"watchers_count": 7,
"language": null,
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 24,
"mirror_url": null,
"open_issues_count": 4,
"forks": 24,
"open_issues": 4,
"watchers": 7,
"default_branch": "master"
},
{
"id": 20978623,
"name": "hello-worId",
"full_name": "octocat/hello-worId",
"owner": {
"login": "octocat",
"id": 583231,
"avatar_url": "https://avatars0.githubusercontent.com/u/583231?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/octocat",
"html_url": "https://github.com/octocat",
"followers_url": "https://api.github.com/users/octocat/followers",
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
"organizations_url": "https://api.github.com/users/octocat/orgs",
"repos_url": "https://api.github.com/users/octocat/repos",
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
"received_events_url": "https://api.github.com/users/octocat/received_events",
"type": "User",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/octocat/hello-worId",
"description": "My first repository on GitHub.",
"fork": false,
"url": "https://api.github.com/repos/octocat/hello-worId",
"forks_url": "https://api.github.com/repos/octocat/hello-worId/forks",
"keys_url": "https://api.github.com/repos/octocat/hello-worId/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/octocat/hello-worId/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/octocat/hello-worId/teams",
"hooks_url": "https://api.github.com/repos/octocat/hello-worId/hooks",
"issue_events_url": "https://api.github.com/repos/octocat/hello-worId/issues/events{/number}",
"events_url": "https://api.github.com/repos/octocat/hello-worId/events",
"assignees_url": "https://api.github.com/repos/octocat/hello-worId/assignees{/user}",
"branches_url": "https://api.github.com/repos/octocat/hello-worId/branches{/branch}",
"tags_url": "https://api.github.com/repos/octocat/hello-worId/tags",
"blobs_url": "https://api.github.com/repos/octocat/hello-worId/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/octocat/hello-worId/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/octocat/hello-worId/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/octocat/hello-worId/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/octocat/hello-worId/statuses/{sha}",
"languages_url": "https://api.github.com/repos/octocat/hello-worId/languages",
"stargazers_url": "https://api.github.com/repos/octocat/hello-worId/stargazers",
"contributors_url": "https://api.github.com/repos/octocat/hello-worId/contributors",
"subscribers_url": "https://api.github.com/repos/octocat/hello-worId/subscribers",
"subscription_url": "https://api.github.com/repos/octocat/hello-worId/subscription",
"commits_url": "https://api.github.com/repos/octocat/hello-worId/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/octocat/hello-worId/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/octocat/hello-worId/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/octocat/hello-worId/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/octocat/hello-worId/contents/{+path}",
"compare_url": "https://api.github.com/repos/octocat/hello-worId/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/octocat/hello-worId/merges",
"archive_url": "https://api.github.com/repos/octocat/hello-worId/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/octocat/hello-worId/downloads",
"issues_url": "https://api.github.com/repos/octocat/hello-worId/issues{/number}",
"pulls_url": "https://api.github.com/repos/octocat/hello-worId/pulls{/number}",
"milestones_url": "https://api.github.com/repos/octocat/hello-worId/milestones{/number}",
"notifications_url": "https://api.github.com/repos/octocat/hello-worId/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/octocat/hello-worId/labels{/name}",
"releases_url": "https://api.github.com/repos/octocat/hello-worId/releases{/id}",
"deployments_url": "https://api.github.com/repos/octocat/hello-worId/deployments",
"created_at": "2014-06-18T21:26:19Z",
"updated_at": "2016-11-06T13:04:55Z",
"pushed_at": "2016-11-04T14:12:56Z",
"git_url": "git://github.com/octocat/hello-worId.git",
"ssh_url": "[email protected]:octocat/hello-worId.git",
"clone_url": "https://github.com/octocat/hello-worId.git",
"svn_url": "https://github.com/octocat/hello-worId",
"homepage": null,
"size": 160,
"stargazers_count": 14,
"watchers_count": 14,
"language": null,
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 36,
"mirror_url": null,
"open_issues_count": 4,
"forks": 36,
"open_issues": 4,
"watchers": 14,
"default_branch": "master"
},
{
"id": 1296269,
"name": "Hello-World",
"full_name": "octocat/Hello-World",
"owner": {
"login": "octocat",
"id": 583231,
"avatar_url": "https://avatars0.githubusercontent.com/u/583231?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/octocat",
"html_url": "https://github.com/octocat",
"followers_url": "https://api.github.com/users/octocat/followers",
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
"organizations_url": "https://api.github.com/users/octocat/orgs",
"repos_url": "https://api.github.com/users/octocat/repos",
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
"received_events_url": "https://api.github.com/users/octocat/received_events",
"type": "User",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/octocat/Hello-World",
"description": "My first repository on GitHub!",
"fork": false,
"url": "https://api.github.com/repos/octocat/Hello-World",
"forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
"keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
"events_url": "https://api.github.com/repos/octocat/Hello-World/events",
"assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
"branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
"tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
"blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
"languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
"contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
"subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
"commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
"compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
"archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
"issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
"pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
"milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
"notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
"releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
"deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
"created_at": "2011-01-26T19:01:12Z",
"updated_at": "2017-03-03T18:06:03Z",
"pushed_at": "2017-02-25T12:38:57Z",
"git_url": "git://github.com/octocat/Hello-World.git",
"ssh_url": "[email protected]:octocat/Hello-World.git",
"clone_url": "https://github.com/octocat/Hello-World.git",
"svn_url": "https://github.com/octocat/Hello-World",
"homepage": "",
"size": 578,
"stargazers_count": 1407,
"watchers_count": 1407,
"language": null,
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 1154,
"mirror_url": null,
"open_issues_count": 230,
"forks": 1154,
"open_issues": 230,
"watchers": 1407,
"default_branch": "master"
},
{
"id": 64778136,
"name": "linguist",
"full_name": "octocat/linguist",
"owner": {
"login": "octocat",
"id": 583231,
"avatar_url": "https://avatars0.githubusercontent.com/u/583231?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/octocat",
"html_url": "https://github.com/octocat",
"followers_url": "https://api.github.com/users/octocat/followers",
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
"organizations_url": "https://api.github.com/users/octocat/orgs",
"repos_url": "https://api.github.com/users/octocat/repos",
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
"received_events_url": "https://api.github.com/users/octocat/received_events",
"type": "User",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/octocat/linguist",
"description": "Language Savant. If your repository's language is being reported incorrectly, send us a pull request!",
"fork": true,
"url": "https://api.github.com/repos/octocat/linguist",
"forks_url": "https://api.github.com/repos/octocat/linguist/forks",
"keys_url": "https://api.github.com/repos/octocat/linguist/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/octocat/linguist/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/octocat/linguist/teams",
"hooks_url": "https://api.github.com/repos/octocat/linguist/hooks",
"issue_events_url": "https://api.github.com/repos/octocat/linguist/issues/events{/number}",
"events_url": "https://api.github.com/repos/octocat/linguist/events",
"assignees_url": "https://api.github.com/repos/octocat/linguist/assignees{/user}",
"branches_url": "https://api.github.com/repos/octocat/linguist/branches{/branch}",
"tags_url": "https://api.github.com/repos/octocat/linguist/tags",
"blobs_url": "https://api.github.com/repos/octocat/linguist/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/octocat/linguist/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/octocat/linguist/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/octocat/linguist/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/octocat/linguist/statuses/{sha}",
"languages_url": "https://api.github.com/repos/octocat/linguist/languages",
"stargazers_url": "https://api.github.com/repos/octocat/linguist/stargazers",
"contributors_url": "https://api.github.com/repos/octocat/linguist/contributors",
"subscribers_url": "https://api.github.com/repos/octocat/linguist/subscribers",
"subscription_url": "https://api.github.com/repos/octocat/linguist/subscription",
"commits_url": "https://api.github.com/repos/octocat/linguist/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/octocat/linguist/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/octocat/linguist/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/octocat/linguist/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/octocat/linguist/contents/{+path}",
"compare_url": "https://api.github.com/repos/octocat/linguist/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/octocat/linguist/merges",
"archive_url": "https://api.github.com/repos/octocat/linguist/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/octocat/linguist/downloads",
"issues_url": "https://api.github.com/repos/octocat/linguist/issues{/number}",
"pulls_url": "https://api.github.com/repos/octocat/linguist/pulls{/number}",
"milestones_url": "https://api.github.com/repos/octocat/linguist/milestones{/number}",
"notifications_url": "https://api.github.com/repos/octocat/linguist/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/octocat/linguist/labels{/name}",
"releases_url": "https://api.github.com/repos/octocat/linguist/releases{/id}",
"deployments_url": "https://api.github.com/repos/octocat/linguist/deployments",
"created_at": "2016-08-02T17:35:14Z",
"updated_at": "2017-02-13T03:05:00Z",
"pushed_at": "2017-02-22T08:25:01Z",
"git_url": "git://github.com/octocat/linguist.git",
"ssh_url": "[email protected]:octocat/linguist.git",
"clone_url": "https://github.com/octocat/linguist.git",
"svn_url": "https://github.com/octocat/linguist",
"homepage": "",
"size": 32899,
"stargazers_count": 4,
"watchers_count": 4,
"language": "Ruby",
"has_issues": false,
"has_downloads": true,
"has_wiki": false,
"has_pages": false,
"forks_count": 11,
"mirror_url": null,
"open_issues_count": 3,
"forks": 11,
"open_issues": 3,
"watchers": 4,
"default_branch": "master"
},
{
"id": 17881631,
"name": "octocat.github.io",
"full_name": "octocat/octocat.github.io",
"owner": {
"login": "octocat",
"id": 583231,
"avatar_url": "https://avatars0.githubusercontent.com/u/583231?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/octocat",
"html_url": "https://github.com/octocat",
"followers_url": "https://api.github.com/users/octocat/followers",
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
"organizations_url": "https://api.github.com/users/octocat/orgs",
"repos_url": "https://api.github.com/users/octocat/repos",
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
"received_events_url": "https://api.github.com/users/octocat/received_events",
"type": "User",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/octocat/octocat.github.io",
"description": null,
"fork": false,
"url": "https://api.github.com/repos/octocat/octocat.github.io",
"forks_url": "https://api.github.com/repos/octocat/octocat.github.io/forks",
"keys_url": "https://api.github.com/repos/octocat/octocat.github.io/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/octocat/octocat.github.io/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/octocat/octocat.github.io/teams",
"hooks_url": "https://api.github.com/repos/octocat/octocat.github.io/hooks",
"issue_events_url": "https://api.github.com/repos/octocat/octocat.github.io/issues/events{/number}",
"events_url": "https://api.github.com/repos/octocat/octocat.github.io/events",
"assignees_url": "https://api.github.com/repos/octocat/octocat.github.io/assignees{/user}",
"branches_url": "https://api.github.com/repos/octocat/octocat.github.io/branches{/branch}",
"tags_url": "https://api.github.com/repos/octocat/octocat.github.io/tags",
"blobs_url": "https://api.github.com/repos/octocat/octocat.github.io/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/octocat/octocat.github.io/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/octocat/octocat.github.io/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/octocat/octocat.github.io/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/octocat/octocat.github.io/statuses/{sha}",
"languages_url": "https://api.github.com/repos/octocat/octocat.github.io/languages",
"stargazers_url": "https://api.github.com/repos/octocat/octocat.github.io/stargazers",
"contributors_url": "https://api.github.com/repos/octocat/octocat.github.io/contributors",
"subscribers_url": "https://api.github.com/repos/octocat/octocat.github.io/subscribers",
"subscription_url": "https://api.github.com/repos/octocat/octocat.github.io/subscription",
"commits_url": "https://api.github.com/repos/octocat/octocat.github.io/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/octocat/octocat.github.io/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/octocat/octocat.github.io/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/octocat/octocat.github.io/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/octocat/octocat.github.io/contents/{+path}",
"compare_url": "https://api.github.com/repos/octocat/octocat.github.io/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/octocat/octocat.github.io/merges",
"archive_url": "https://api.github.com/repos/octocat/octocat.github.io/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/octocat/octocat.github.io/downloads",
"issues_url": "https://api.github.com/repos/octocat/octocat.github.io/issues{/number}",
"pulls_url": "https://api.github.com/repos/octocat/octocat.github.io/pulls{/number}",
"milestones_url": "https://api.github.com/repos/octocat/octocat.github.io/milestones{/number}",
"notifications_url": "https://api.github.com/repos/octocat/octocat.github.io/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/octocat/octocat.github.io/labels{/name}",
"releases_url": "https://api.github.com/repos/octocat/octocat.github.io/releases{/id}",
"deployments_url": "https://api.github.com/repos/octocat/octocat.github.io/deployments",
"created_at": "2014-03-18T20:54:39Z",
"updated_at": "2016-09-28T00:08:24Z",
"pushed_at": "2015-11-14T22:22:37Z",
"git_url": "git://github.com/octocat/octocat.github.io.git",
"ssh_url": "[email protected]:octocat/octocat.github.io.git",
"clone_url": "https://github.com/octocat/octocat.github.io.git",
"svn_url": "https://github.com/octocat/octocat.github.io",
"homepage": null,
"size": 335,
"stargazers_count": 15,
"watchers_count": 15,
"language": "CSS",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": true,
"forks_count": 38,
"mirror_url": null,
"open_issues_count": 6,
"forks": 38,
"open_issues": 6,
"watchers": 15,
"default_branch": "master"
},
{
"id": 1300192,
"name": "Spoon-Knife",
"full_name": "octocat/Spoon-Knife",
"owner": {
"login": "octocat",
"id": 583231,
"avatar_url": "https://avatars0.githubusercontent.com/u/583231?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/octocat",
"html_url": "https://github.com/octocat",
"followers_url": "https://api.github.com/users/octocat/followers",
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
"organizations_url": "https://api.github.com/users/octocat/orgs",
"repos_url": "https://api.github.com/users/octocat/repos",
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
"received_events_url": "https://api.github.com/users/octocat/received_events",
"type": "User",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/octocat/Spoon-Knife",
"description": "This repo is for demonstration purposes only.",
"fork": false,
"url": "https://api.github.com/repos/octocat/Spoon-Knife",
"forks_url": "https://api.github.com/repos/octocat/Spoon-Knife/forks",
"keys_url": "https://api.github.com/repos/octocat/Spoon-Knife/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/octocat/Spoon-Knife/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/octocat/Spoon-Knife/teams",
"hooks_url": "https://api.github.com/repos/octocat/Spoon-Knife/hooks",
"issue_events_url": "https://api.github.com/repos/octocat/Spoon-Knife/issues/events{/number}",
"events_url": "https://api.github.com/repos/octocat/Spoon-Knife/events",
"assignees_url": "https://api.github.com/repos/octocat/Spoon-Knife/assignees{/user}",
"branches_url": "https://api.github.com/repos/octocat/Spoon-Knife/branches{/branch}",
"tags_url": "https://api.github.com/repos/octocat/Spoon-Knife/tags",
"blobs_url": "https://api.github.com/repos/octocat/Spoon-Knife/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/octocat/Spoon-Knife/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/octocat/Spoon-Knife/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/octocat/Spoon-Knife/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/octocat/Spoon-Knife/statuses/{sha}",
"languages_url": "https://api.github.com/repos/octocat/Spoon-Knife/languages",
"stargazers_url": "https://api.github.com/repos/octocat/Spoon-Knife/stargazers",
"contributors_url": "https://api.github.com/repos/octocat/Spoon-Knife/contributors",
"subscribers_url": "https://api.github.com/repos/octocat/Spoon-Knife/subscribers",
"subscription_url": "https://api.github.com/repos/octocat/Spoon-Knife/subscription",
"commits_url": "https://api.github.com/repos/octocat/Spoon-Knife/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/octocat/Spoon-Knife/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/octocat/Spoon-Knife/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/octocat/Spoon-Knife/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/octocat/Spoon-Knife/contents/{+path}",
"compare_url": "https://api.github.com/repos/octocat/Spoon-Knife/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/octocat/Spoon-Knife/merges",
"archive_url": "https://api.github.com/repos/octocat/Spoon-Knife/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/octocat/Spoon-Knife/downloads",
"issues_url": "https://api.github.com/repos/octocat/Spoon-Knife/issues{/number}",
"pulls_url": "https://api.github.com/repos/octocat/Spoon-Knife/pulls{/number}",
"milestones_url": "https://api.github.com/repos/octocat/Spoon-Knife/milestones{/number}",
"notifications_url": "https://api.github.com/repos/octocat/Spoon-Knife/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/octocat/Spoon-Knife/labels{/name}",
"releases_url": "https://api.github.com/repos/octocat/Spoon-Knife/releases{/id}",
"deployments_url": "https://api.github.com/repos/octocat/Spoon-Knife/deployments",
"created_at": "2011-01-27T19:30:43Z",
"updated_at": "2017-03-08T06:00:08Z",
"pushed_at": "2017-03-08T15:03:11Z",
"git_url": "git://github.com/octocat/Spoon-Knife.git",
"ssh_url": "[email protected]:octocat/Spoon-Knife.git",
"clone_url": "https://github.com/octocat/Spoon-Knife.git",
"svn_url": "https://github.com/octocat/Spoon-Knife",
"homepage": "",
"size": 1407736,
"stargazers_count": 9961,
"watchers_count": 9961,
"language": "HTML",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 89811,
"mirror_url": null,
"open_issues_count": 9727,
"forks": 89811,
"open_issues": 9727,
"watchers": 9961,
"default_branch": "master"
},
{
"id": 56271164,
"name": "test-repo1",
"full_name": "octocat/test-repo1",
"owner": {
"login": "octocat",
"id": 583231,
"avatar_url": "https://avatars0.githubusercontent.com/u/583231?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/octocat",
"html_url": "https://github.com/octocat",
"followers_url": "https://api.github.com/users/octocat/followers",
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
"organizations_url": "https://api.github.com/users/octocat/orgs",
"repos_url": "https://api.github.com/users/octocat/repos",
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
"received_events_url": "https://api.github.com/users/octocat/received_events",
"type": "User",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/octocat/test-repo1",
"description": null,
"fork": false,
"url": "https://api.github.com/repos/octocat/test-repo1",
"forks_url": "https://api.github.com/repos/octocat/test-repo1/forks",
"keys_url": "https://api.github.com/repos/octocat/test-repo1/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/octocat/test-repo1/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/octocat/test-repo1/teams",
"hooks_url": "https://api.github.com/repos/octocat/test-repo1/hooks",
"issue_events_url": "https://api.github.com/repos/octocat/test-repo1/issues/events{/number}",
"events_url": "https://api.github.com/repos/octocat/test-repo1/events",
"assignees_url": "https://api.github.com/repos/octocat/test-repo1/assignees{/user}",
"branches_url": "https://api.github.com/repos/octocat/test-repo1/branches{/branch}",
"tags_url": "https://api.github.com/repos/octocat/test-repo1/tags",
"blobs_url": "https://api.github.com/repos/octocat/test-repo1/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/octocat/test-repo1/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/octocat/test-repo1/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/octocat/test-repo1/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/octocat/test-repo1/statuses/{sha}",
"languages_url": "https://api.github.com/repos/octocat/test-repo1/languages",
"stargazers_url": "https://api.github.com/repos/octocat/test-repo1/stargazers",
"contributors_url": "https://api.github.com/repos/octocat/test-repo1/contributors",
"subscribers_url": "https://api.github.com/repos/octocat/test-repo1/subscribers",
"subscription_url": "https://api.github.com/repos/octocat/test-repo1/subscription",
"commits_url": "https://api.github.com/repos/octocat/test-repo1/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/octocat/test-repo1/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/octocat/test-repo1/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/octocat/test-repo1/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/octocat/test-repo1/contents/{+path}",
"compare_url": "https://api.github.com/repos/octocat/test-repo1/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/octocat/test-repo1/merges",
"archive_url": "https://api.github.com/repos/octocat/test-repo1/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/octocat/test-repo1/downloads",
"issues_url": "https://api.github.com/repos/octocat/test-repo1/issues{/number}",
"pulls_url": "https://api.github.com/repos/octocat/test-repo1/pulls{/number}",
"milestones_url": "https://api.github.com/repos/octocat/test-repo1/milestones{/number}",
"notifications_url": "https://api.github.com/repos/octocat/test-repo1/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/octocat/test-repo1/labels{/name}",
"releases_url": "https://api.github.com/repos/octocat/test-repo1/releases{/id}",
"deployments_url": "https://api.github.com/repos/octocat/test-repo1/deployments",
"created_at": "2016-04-14T21:29:25Z",
"updated_at": "2016-10-09T07:53:15Z",
"pushed_at": "2016-04-05T05:31:50Z",
"git_url": "git://github.com/octocat/test-repo1.git",
"ssh_url": "[email protected]:octocat/test-repo1.git",
"clone_url": "https://github.com/octocat/test-repo1.git",
"svn_url": "https://github.com/octocat/test-repo1",
"homepage": null,
"size": 1,
"stargazers_count": 0,
"watchers_count": 0,
"language": null,
"has_issues": false,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 1,
"mirror_url": null,
"open_issues_count": 0,
"forks": 1,
"open_issues": 0,
"watchers": 0,
"default_branch": "gh-pages"
}
]