deathmetalland / stat.ink

https://stat.ink/
MIT License
0 stars 0 forks source link

fork 先のリビジョンのリンクが無効 #11

Open deathmetalland opened 7 years ago

deathmetalland commented 7 years ago

battle->agent->versionUrl に値が入っていないようだ。

                  {{$_link = $battle->agent->versionUrl}}
                  {{if $_link}}<a href="{{$_link|escape}}" target="_blank" rel="nofollow">{{/if}}
                  {{$battle->agent->version|escape}}
                  {{if $_link}}</a>{{/if}}
deathmetalland commented 7 years ago

IkaLog から受け取った agent の情報を単に保存しているだけで、 versionUrl を設定してたりはしない。 IkaLog 側も URL 情報を特に渡していない。

actions/api/v1/BattleAction.php runGetImpl2

deathmetalland commented 7 years ago

models/Agent.php getVersionUrl にて fork 先はチェックしていないから。

deathmetalland commented 7 years ago

https://developer.github.com/v3/ https://developer.github.com/v3/repos/forks/

こんな感じで fork 先を取れる。

$ curl -i https://api.github.com/repos/hasegaw/IkaLog/forks | bcopy
HTTP/1.1 200 OK
Server: GitHub.com
Date: Sun, 20 Nov 2016 14:31:31 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 153514
Status: 200 OK
X-RateLimit-Limit: 60
X-RateLimit-Remaining: 53
X-RateLimit-Reset: 1479655647
Cache-Control: public, max-age=60, s-maxage=60
Vary: Accept
ETag: "a5282a493bb713d0433fc2444f3ef447"
X-GitHub-Media-Type: github.v3
Link: <https://api.github.com/repositories/40752371/forks?page=2>; rel="next", <https://api.github.com/repositories/40752371/forks?page=2>; rel="last"
Access-Control-Expose-Headers: ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
Access-Control-Allow-Origin: *
Content-Security-Policy: default-src 'none'
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
X-Content-Type-Options: nosniff
X-Frame-Options: deny
X-XSS-Protection: 1; mode=block
Vary: Accept-Encoding
X-Served-By: d0b3c2c33a23690498aa8e70a435a259
X-GitHub-Request-Id: 85EC6FBF:4BB8:DAE9DC3:5831B3C2

[
  {
    "id": 74190763,
    "name": "IkaLog",
    "full_name": "tnishinaga/IkaLog",
    "owner": {
      "login": "tnishinaga",
      "id": 14229654,
      "avatar_url": "https://avatars.githubusercontent.com/u/14229654?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/tnishinaga",
      "html_url": "https://github.com/tnishinaga",
      "followers_url": "https://api.github.com/users/tnishinaga/followers",
      "following_url": "https://api.github.com/users/tnishinaga/following{/other_user}",
      "gists_url": "https://api.github.com/users/tnishinaga/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/tnishinaga/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/tnishinaga/subscriptions",
      "organizations_url": "https://api.github.com/users/tnishinaga/orgs",
      "repos_url": "https://api.github.com/users/tnishinaga/repos",
      "events_url": "https://api.github.com/users/tnishinaga/events{/privacy}",
      "received_events_url": "https://api.github.com/users/tnishinaga/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/tnishinaga/IkaLog",
    "description": "IkaLog; Data Collector for Splatoon",
    "fork": true,
    "url": "https://api.github.com/repos/tnishinaga/IkaLog",
    "forks_url": "https://api.github.com/repos/tnishinaga/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/tnishinaga/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/tnishinaga/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/tnishinaga/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/tnishinaga/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/tnishinaga/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/tnishinaga/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/tnishinaga/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/tnishinaga/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/tnishinaga/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/tnishinaga/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/tnishinaga/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/tnishinaga/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/tnishinaga/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/tnishinaga/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/tnishinaga/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/tnishinaga/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/tnishinaga/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/tnishinaga/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/tnishinaga/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/tnishinaga/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/tnishinaga/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/tnishinaga/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/tnishinaga/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/tnishinaga/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/tnishinaga/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/tnishinaga/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/tnishinaga/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/tnishinaga/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/tnishinaga/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/tnishinaga/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/tnishinaga/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/tnishinaga/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/tnishinaga/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/tnishinaga/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/tnishinaga/IkaLog/deployments",
    "created_at": "2016-11-19T06:11:37Z",
    "updated_at": "2016-11-19T06:11:39Z",
    "pushed_at": "2016-11-19T18:12:23Z",
    "git_url": "git://github.com/tnishinaga/IkaLog.git",
    "ssh_url": "git@github.com:tnishinaga/IkaLog.git",
    "clone_url": "https://github.com/tnishinaga/IkaLog.git",
    "svn_url": "https://github.com/tnishinaga/IkaLog",
    "homepage": "",
    "size": 27466,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "work/ikmatacher2_arm_neon_2"
  },
  {
    "id": 66180581,
    "name": "IkaLog",
    "full_name": "tsukaby/IkaLog",
    "owner": {
      "login": "tsukaby",
      "id": 6133458,
      "avatar_url": "https://avatars.githubusercontent.com/u/6133458?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/tsukaby",
      "html_url": "https://github.com/tsukaby",
      "followers_url": "https://api.github.com/users/tsukaby/followers",
      "following_url": "https://api.github.com/users/tsukaby/following{/other_user}",
      "gists_url": "https://api.github.com/users/tsukaby/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/tsukaby/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/tsukaby/subscriptions",
      "organizations_url": "https://api.github.com/users/tsukaby/orgs",
      "repos_url": "https://api.github.com/users/tsukaby/repos",
      "events_url": "https://api.github.com/users/tsukaby/events{/privacy}",
      "received_events_url": "https://api.github.com/users/tsukaby/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/tsukaby/IkaLog",
    "description": "IkaLog; Data Collector for Splatoon",
    "fork": true,
    "url": "https://api.github.com/repos/tsukaby/IkaLog",
    "forks_url": "https://api.github.com/repos/tsukaby/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/tsukaby/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/tsukaby/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/tsukaby/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/tsukaby/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/tsukaby/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/tsukaby/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/tsukaby/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/tsukaby/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/tsukaby/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/tsukaby/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/tsukaby/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/tsukaby/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/tsukaby/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/tsukaby/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/tsukaby/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/tsukaby/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/tsukaby/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/tsukaby/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/tsukaby/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/tsukaby/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/tsukaby/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/tsukaby/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/tsukaby/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/tsukaby/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/tsukaby/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/tsukaby/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/tsukaby/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/tsukaby/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/tsukaby/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/tsukaby/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/tsukaby/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/tsukaby/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/tsukaby/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/tsukaby/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/tsukaby/IkaLog/deployments",
    "created_at": "2016-08-21T04:07:36Z",
    "updated_at": "2016-08-21T04:07:38Z",
    "pushed_at": "2016-08-19T18:04:38Z",
    "git_url": "git://github.com/tsukaby/IkaLog.git",
    "ssh_url": "git@github.com:tsukaby/IkaLog.git",
    "clone_url": "https://github.com/tsukaby/IkaLog.git",
    "svn_url": "https://github.com/tsukaby/IkaLog",
    "homepage": "",
    "size": 21023,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "master"
  },
  {
    "id": 65452943,
    "name": "IkaLog",
    "full_name": "tanishi109/IkaLog",
    "owner": {
      "login": "tanishi109",
      "id": 5266152,
      "avatar_url": "https://avatars.githubusercontent.com/u/5266152?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/tanishi109",
      "html_url": "https://github.com/tanishi109",
      "followers_url": "https://api.github.com/users/tanishi109/followers",
      "following_url": "https://api.github.com/users/tanishi109/following{/other_user}",
      "gists_url": "https://api.github.com/users/tanishi109/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/tanishi109/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/tanishi109/subscriptions",
      "organizations_url": "https://api.github.com/users/tanishi109/orgs",
      "repos_url": "https://api.github.com/users/tanishi109/repos",
      "events_url": "https://api.github.com/users/tanishi109/events{/privacy}",
      "received_events_url": "https://api.github.com/users/tanishi109/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/tanishi109/IkaLog",
    "description": "IkaLog; Data Collector for Splatoon",
    "fork": true,
    "url": "https://api.github.com/repos/tanishi109/IkaLog",
    "forks_url": "https://api.github.com/repos/tanishi109/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/tanishi109/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/tanishi109/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/tanishi109/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/tanishi109/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/tanishi109/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/tanishi109/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/tanishi109/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/tanishi109/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/tanishi109/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/tanishi109/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/tanishi109/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/tanishi109/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/tanishi109/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/tanishi109/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/tanishi109/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/tanishi109/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/tanishi109/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/tanishi109/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/tanishi109/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/tanishi109/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/tanishi109/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/tanishi109/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/tanishi109/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/tanishi109/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/tanishi109/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/tanishi109/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/tanishi109/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/tanishi109/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/tanishi109/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/tanishi109/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/tanishi109/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/tanishi109/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/tanishi109/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/tanishi109/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/tanishi109/IkaLog/deployments",
    "created_at": "2016-08-11T08:35:11Z",
    "updated_at": "2016-08-11T08:35:12Z",
    "pushed_at": "2016-08-08T15:21:41Z",
    "git_url": "git://github.com/tanishi109/IkaLog.git",
    "ssh_url": "git@github.com:tanishi109/IkaLog.git",
    "clone_url": "https://github.com/tanishi109/IkaLog.git",
    "svn_url": "https://github.com/tanishi109/IkaLog",
    "homepage": "",
    "size": 21006,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "master"
  },
  {
    "id": 62815729,
    "name": "IkaLog",
    "full_name": "ykws/IkaLog",
    "owner": {
      "login": "ykws",
      "id": 5770480,
      "avatar_url": "https://avatars.githubusercontent.com/u/5770480?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/ykws",
      "html_url": "https://github.com/ykws",
      "followers_url": "https://api.github.com/users/ykws/followers",
      "following_url": "https://api.github.com/users/ykws/following{/other_user}",
      "gists_url": "https://api.github.com/users/ykws/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/ykws/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/ykws/subscriptions",
      "organizations_url": "https://api.github.com/users/ykws/orgs",
      "repos_url": "https://api.github.com/users/ykws/repos",
      "events_url": "https://api.github.com/users/ykws/events{/privacy}",
      "received_events_url": "https://api.github.com/users/ykws/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/ykws/IkaLog",
    "description": "IkaLog; Data Collector for Splatoon",
    "fork": true,
    "url": "https://api.github.com/repos/ykws/IkaLog",
    "forks_url": "https://api.github.com/repos/ykws/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/ykws/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/ykws/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/ykws/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/ykws/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/ykws/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/ykws/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/ykws/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/ykws/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/ykws/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/ykws/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/ykws/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/ykws/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/ykws/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/ykws/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/ykws/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/ykws/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/ykws/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/ykws/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/ykws/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/ykws/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/ykws/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/ykws/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/ykws/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/ykws/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/ykws/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/ykws/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/ykws/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/ykws/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/ykws/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/ykws/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/ykws/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/ykws/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/ykws/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/ykws/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/ykws/IkaLog/deployments",
    "created_at": "2016-07-07T15:00:47Z",
    "updated_at": "2016-07-07T15:01:11Z",
    "pushed_at": "2016-07-03T15:44:28Z",
    "git_url": "git://github.com/ykws/IkaLog.git",
    "ssh_url": "git@github.com:ykws/IkaLog.git",
    "clone_url": "https://github.com/ykws/IkaLog.git",
    "svn_url": "https://github.com/ykws/IkaLog",
    "homepage": "",
    "size": 20913,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 1,
    "forks": 0,
    "open_issues": 1,
    "watchers": 0,
    "default_branch": "master"
  },
  {
    "id": 61178230,
    "name": "IkaLog",
    "full_name": "sodoko-ika/IkaLog",
    "owner": {
      "login": "sodoko-ika",
      "id": 17638973,
      "avatar_url": "https://avatars.githubusercontent.com/u/17638973?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/sodoko-ika",
      "html_url": "https://github.com/sodoko-ika",
      "followers_url": "https://api.github.com/users/sodoko-ika/followers",
      "following_url": "https://api.github.com/users/sodoko-ika/following{/other_user}",
      "gists_url": "https://api.github.com/users/sodoko-ika/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/sodoko-ika/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/sodoko-ika/subscriptions",
      "organizations_url": "https://api.github.com/users/sodoko-ika/orgs",
      "repos_url": "https://api.github.com/users/sodoko-ika/repos",
      "events_url": "https://api.github.com/users/sodoko-ika/events{/privacy}",
      "received_events_url": "https://api.github.com/users/sodoko-ika/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/sodoko-ika/IkaLog",
    "description": "IkaLog; Data Collector for Splatoon",
    "fork": true,
    "url": "https://api.github.com/repos/sodoko-ika/IkaLog",
    "forks_url": "https://api.github.com/repos/sodoko-ika/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/sodoko-ika/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/sodoko-ika/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/sodoko-ika/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/sodoko-ika/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/sodoko-ika/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/sodoko-ika/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/sodoko-ika/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/sodoko-ika/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/sodoko-ika/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/sodoko-ika/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/sodoko-ika/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/sodoko-ika/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/sodoko-ika/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/sodoko-ika/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/sodoko-ika/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/sodoko-ika/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/sodoko-ika/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/sodoko-ika/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/sodoko-ika/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/sodoko-ika/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/sodoko-ika/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/sodoko-ika/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/sodoko-ika/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/sodoko-ika/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/sodoko-ika/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/sodoko-ika/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/sodoko-ika/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/sodoko-ika/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/sodoko-ika/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/sodoko-ika/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/sodoko-ika/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/sodoko-ika/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/sodoko-ika/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/sodoko-ika/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/sodoko-ika/IkaLog/deployments",
    "created_at": "2016-06-15T04:47:54Z",
    "updated_at": "2016-06-15T04:47:55Z",
    "pushed_at": "2016-06-15T05:17:04Z",
    "git_url": "git://github.com/sodoko-ika/IkaLog.git",
    "ssh_url": "git@github.com:sodoko-ika/IkaLog.git",
    "clone_url": "https://github.com/sodoko-ika/IkaLog.git",
    "svn_url": "https://github.com/sodoko-ika/IkaLog",
    "homepage": "",
    "size": 8186,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "master"
  },
  {
    "id": 59315252,
    "name": "IkaLog",
    "full_name": "southws/IkaLog",
    "owner": {
      "login": "southws",
      "id": 6970823,
      "avatar_url": "https://avatars.githubusercontent.com/u/6970823?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/southws",
      "html_url": "https://github.com/southws",
      "followers_url": "https://api.github.com/users/southws/followers",
      "following_url": "https://api.github.com/users/southws/following{/other_user}",
      "gists_url": "https://api.github.com/users/southws/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/southws/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/southws/subscriptions",
      "organizations_url": "https://api.github.com/users/southws/orgs",
      "repos_url": "https://api.github.com/users/southws/repos",
      "events_url": "https://api.github.com/users/southws/events{/privacy}",
      "received_events_url": "https://api.github.com/users/southws/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/southws/IkaLog",
    "description": "This is forked repository ... You should visit origin. IkaLog; Data Collector for Splatioon",
    "fork": true,
    "url": "https://api.github.com/repos/southws/IkaLog",
    "forks_url": "https://api.github.com/repos/southws/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/southws/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/southws/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/southws/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/southws/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/southws/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/southws/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/southws/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/southws/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/southws/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/southws/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/southws/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/southws/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/southws/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/southws/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/southws/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/southws/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/southws/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/southws/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/southws/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/southws/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/southws/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/southws/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/southws/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/southws/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/southws/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/southws/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/southws/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/southws/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/southws/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/southws/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/southws/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/southws/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/southws/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/southws/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/southws/IkaLog/deployments",
    "created_at": "2016-05-20T17:57:24Z",
    "updated_at": "2016-10-30T10:54:47Z",
    "pushed_at": "2016-10-30T10:54:43Z",
    "git_url": "git://github.com/southws/IkaLog.git",
    "ssh_url": "git@github.com:southws/IkaLog.git",
    "clone_url": "https://github.com/southws/IkaLog.git",
    "svn_url": "https://github.com/southws/IkaLog",
    "homepage": "https://github.com/hasegaw/IkaLog",
    "size": 8584,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "master"
  },
  {
    "id": 59310199,
    "name": "IkaLog",
    "full_name": "sebnsr/IkaLog",
    "owner": {
      "login": "sebnsr",
      "id": 6735970,
      "avatar_url": "https://avatars.githubusercontent.com/u/6735970?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/sebnsr",
      "html_url": "https://github.com/sebnsr",
      "followers_url": "https://api.github.com/users/sebnsr/followers",
      "following_url": "https://api.github.com/users/sebnsr/following{/other_user}",
      "gists_url": "https://api.github.com/users/sebnsr/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/sebnsr/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/sebnsr/subscriptions",
      "organizations_url": "https://api.github.com/users/sebnsr/orgs",
      "repos_url": "https://api.github.com/users/sebnsr/repos",
      "events_url": "https://api.github.com/users/sebnsr/events{/privacy}",
      "received_events_url": "https://api.github.com/users/sebnsr/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/sebnsr/IkaLog",
    "description": "IkaLog; Data Collector for Splatioon",
    "fork": true,
    "url": "https://api.github.com/repos/sebnsr/IkaLog",
    "forks_url": "https://api.github.com/repos/sebnsr/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/sebnsr/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/sebnsr/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/sebnsr/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/sebnsr/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/sebnsr/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/sebnsr/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/sebnsr/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/sebnsr/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/sebnsr/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/sebnsr/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/sebnsr/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/sebnsr/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/sebnsr/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/sebnsr/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/sebnsr/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/sebnsr/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/sebnsr/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/sebnsr/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/sebnsr/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/sebnsr/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/sebnsr/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/sebnsr/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/sebnsr/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/sebnsr/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/sebnsr/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/sebnsr/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/sebnsr/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/sebnsr/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/sebnsr/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/sebnsr/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/sebnsr/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/sebnsr/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/sebnsr/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/sebnsr/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/sebnsr/IkaLog/deployments",
    "created_at": "2016-05-20T16:37:51Z",
    "updated_at": "2016-05-20T16:37:52Z",
    "pushed_at": "2016-05-20T13:39:12Z",
    "git_url": "git://github.com/sebnsr/IkaLog.git",
    "ssh_url": "git@github.com:sebnsr/IkaLog.git",
    "clone_url": "https://github.com/sebnsr/IkaLog.git",
    "svn_url": "https://github.com/sebnsr/IkaLog",
    "homepage": "",
    "size": 8818,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "master"
  },
  {
    "id": 58149463,
    "name": "IkaLog",
    "full_name": "eagletmt/IkaLog",
    "owner": {
      "login": "eagletmt",
      "id": 69755,
      "avatar_url": "https://avatars.githubusercontent.com/u/69755?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/eagletmt",
      "html_url": "https://github.com/eagletmt",
      "followers_url": "https://api.github.com/users/eagletmt/followers",
      "following_url": "https://api.github.com/users/eagletmt/following{/other_user}",
      "gists_url": "https://api.github.com/users/eagletmt/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/eagletmt/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/eagletmt/subscriptions",
      "organizations_url": "https://api.github.com/users/eagletmt/orgs",
      "repos_url": "https://api.github.com/users/eagletmt/repos",
      "events_url": "https://api.github.com/users/eagletmt/events{/privacy}",
      "received_events_url": "https://api.github.com/users/eagletmt/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/eagletmt/IkaLog",
    "description": "Enjoy Splatoon!",
    "fork": true,
    "url": "https://api.github.com/repos/eagletmt/IkaLog",
    "forks_url": "https://api.github.com/repos/eagletmt/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/eagletmt/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/eagletmt/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/eagletmt/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/eagletmt/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/eagletmt/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/eagletmt/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/eagletmt/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/eagletmt/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/eagletmt/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/eagletmt/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/eagletmt/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/eagletmt/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/eagletmt/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/eagletmt/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/eagletmt/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/eagletmt/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/eagletmt/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/eagletmt/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/eagletmt/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/eagletmt/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/eagletmt/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/eagletmt/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/eagletmt/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/eagletmt/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/eagletmt/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/eagletmt/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/eagletmt/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/eagletmt/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/eagletmt/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/eagletmt/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/eagletmt/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/eagletmt/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/eagletmt/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/eagletmt/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/eagletmt/IkaLog/deployments",
    "created_at": "2016-05-05T17:43:21Z",
    "updated_at": "2016-05-05T17:43:22Z",
    "pushed_at": "2016-05-06T17:32:43Z",
    "git_url": "git://github.com/eagletmt/IkaLog.git",
    "ssh_url": "git@github.com:eagletmt/IkaLog.git",
    "clone_url": "https://github.com/eagletmt/IkaLog.git",
    "svn_url": "https://github.com/eagletmt/IkaLog",
    "homepage": "https://github.com/hasegaw/IkaLog/blob/master/doc/IkaUI.md",
    "size": 7763,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "master"
  },
  {
    "id": 55843288,
    "name": "IkaLog",
    "full_name": "syptn/IkaLog",
    "owner": {
      "login": "syptn",
      "id": 18364795,
      "avatar_url": "https://avatars.githubusercontent.com/u/18364795?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/syptn",
      "html_url": "https://github.com/syptn",
      "followers_url": "https://api.github.com/users/syptn/followers",
      "following_url": "https://api.github.com/users/syptn/following{/other_user}",
      "gists_url": "https://api.github.com/users/syptn/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/syptn/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/syptn/subscriptions",
      "organizations_url": "https://api.github.com/users/syptn/orgs",
      "repos_url": "https://api.github.com/users/syptn/repos",
      "events_url": "https://api.github.com/users/syptn/events{/privacy}",
      "received_events_url": "https://api.github.com/users/syptn/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/syptn/IkaLog",
    "description": "Enjoy Splatoon!",
    "fork": true,
    "url": "https://api.github.com/repos/syptn/IkaLog",
    "forks_url": "https://api.github.com/repos/syptn/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/syptn/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/syptn/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/syptn/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/syptn/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/syptn/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/syptn/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/syptn/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/syptn/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/syptn/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/syptn/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/syptn/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/syptn/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/syptn/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/syptn/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/syptn/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/syptn/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/syptn/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/syptn/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/syptn/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/syptn/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/syptn/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/syptn/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/syptn/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/syptn/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/syptn/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/syptn/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/syptn/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/syptn/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/syptn/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/syptn/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/syptn/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/syptn/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/syptn/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/syptn/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/syptn/IkaLog/deployments",
    "created_at": "2016-04-09T12:31:34Z",
    "updated_at": "2016-04-09T12:31:35Z",
    "pushed_at": "2016-05-08T00:58:05Z",
    "git_url": "git://github.com/syptn/IkaLog.git",
    "ssh_url": "git@github.com:syptn/IkaLog.git",
    "clone_url": "https://github.com/syptn/IkaLog.git",
    "svn_url": "https://github.com/syptn/IkaLog",
    "homepage": "https://github.com/hasegaw/IkaLog/blob/master/doc/IkaUI.md",
    "size": 7811,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "master"
  },
  {
    "id": 54769229,
    "name": "IkaLog",
    "full_name": "hiroyuki-komatsu/IkaLog",
    "owner": {
      "login": "hiroyuki-komatsu",
      "id": 11634377,
      "avatar_url": "https://avatars.githubusercontent.com/u/11634377?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/hiroyuki-komatsu",
      "html_url": "https://github.com/hiroyuki-komatsu",
      "followers_url": "https://api.github.com/users/hiroyuki-komatsu/followers",
      "following_url": "https://api.github.com/users/hiroyuki-komatsu/following{/other_user}",
      "gists_url": "https://api.github.com/users/hiroyuki-komatsu/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/hiroyuki-komatsu/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/hiroyuki-komatsu/subscriptions",
      "organizations_url": "https://api.github.com/users/hiroyuki-komatsu/orgs",
      "repos_url": "https://api.github.com/users/hiroyuki-komatsu/repos",
      "events_url": "https://api.github.com/users/hiroyuki-komatsu/events{/privacy}",
      "received_events_url": "https://api.github.com/users/hiroyuki-komatsu/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/hiroyuki-komatsu/IkaLog",
    "description": "Enjoy Splatoon!",
    "fork": true,
    "url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog",
    "forks_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/hiroyuki-komatsu/IkaLog/deployments",
    "created_at": "2016-03-26T08:03:31Z",
    "updated_at": "2016-03-26T08:03:32Z",
    "pushed_at": "2016-08-28T10:41:02Z",
    "git_url": "git://github.com/hiroyuki-komatsu/IkaLog.git",
    "ssh_url": "git@github.com:hiroyuki-komatsu/IkaLog.git",
    "clone_url": "https://github.com/hiroyuki-komatsu/IkaLog.git",
    "svn_url": "https://github.com/hiroyuki-komatsu/IkaLog",
    "homepage": "https://github.com/hasegaw/IkaLog/blob/master/doc/IkaUI.md",
    "size": 8448,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "master"
  },
  {
    "id": 53756290,
    "name": "IkaLog",
    "full_name": "itoyama/IkaLog",
    "owner": {
      "login": "itoyama",
      "id": 4799584,
      "avatar_url": "https://avatars.githubusercontent.com/u/4799584?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/itoyama",
      "html_url": "https://github.com/itoyama",
      "followers_url": "https://api.github.com/users/itoyama/followers",
      "following_url": "https://api.github.com/users/itoyama/following{/other_user}",
      "gists_url": "https://api.github.com/users/itoyama/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/itoyama/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/itoyama/subscriptions",
      "organizations_url": "https://api.github.com/users/itoyama/orgs",
      "repos_url": "https://api.github.com/users/itoyama/repos",
      "events_url": "https://api.github.com/users/itoyama/events{/privacy}",
      "received_events_url": "https://api.github.com/users/itoyama/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/itoyama/IkaLog",
    "description": "Enjoy Splatoon!",
    "fork": true,
    "url": "https://api.github.com/repos/itoyama/IkaLog",
    "forks_url": "https://api.github.com/repos/itoyama/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/itoyama/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/itoyama/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/itoyama/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/itoyama/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/itoyama/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/itoyama/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/itoyama/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/itoyama/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/itoyama/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/itoyama/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/itoyama/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/itoyama/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/itoyama/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/itoyama/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/itoyama/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/itoyama/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/itoyama/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/itoyama/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/itoyama/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/itoyama/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/itoyama/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/itoyama/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/itoyama/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/itoyama/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/itoyama/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/itoyama/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/itoyama/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/itoyama/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/itoyama/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/itoyama/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/itoyama/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/itoyama/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/itoyama/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/itoyama/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/itoyama/IkaLog/deployments",
    "created_at": "2016-03-12T22:27:29Z",
    "updated_at": "2016-03-12T22:27:30Z",
    "pushed_at": "2016-03-12T22:40:53Z",
    "git_url": "git://github.com/itoyama/IkaLog.git",
    "ssh_url": "git@github.com:itoyama/IkaLog.git",
    "clone_url": "https://github.com/itoyama/IkaLog.git",
    "svn_url": "https://github.com/itoyama/IkaLog",
    "homepage": "https://github.com/hasegaw/IkaLog/blob/master/doc/IkaUI.md",
    "size": 6495,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "master"
  },
  {
    "id": 51502217,
    "name": "IkaLog",
    "full_name": "yamotonalds/IkaLog",
    "owner": {
      "login": "yamotonalds",
      "id": 536961,
      "avatar_url": "https://avatars.githubusercontent.com/u/536961?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/yamotonalds",
      "html_url": "https://github.com/yamotonalds",
      "followers_url": "https://api.github.com/users/yamotonalds/followers",
      "following_url": "https://api.github.com/users/yamotonalds/following{/other_user}",
      "gists_url": "https://api.github.com/users/yamotonalds/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/yamotonalds/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/yamotonalds/subscriptions",
      "organizations_url": "https://api.github.com/users/yamotonalds/orgs",
      "repos_url": "https://api.github.com/users/yamotonalds/repos",
      "events_url": "https://api.github.com/users/yamotonalds/events{/privacy}",
      "received_events_url": "https://api.github.com/users/yamotonalds/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/yamotonalds/IkaLog",
    "description": "Enjoy Splatoon!",
    "fork": true,
    "url": "https://api.github.com/repos/yamotonalds/IkaLog",
    "forks_url": "https://api.github.com/repos/yamotonalds/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/yamotonalds/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/yamotonalds/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/yamotonalds/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/yamotonalds/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/yamotonalds/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/yamotonalds/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/yamotonalds/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/yamotonalds/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/yamotonalds/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/yamotonalds/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/yamotonalds/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/yamotonalds/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/yamotonalds/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/yamotonalds/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/yamotonalds/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/yamotonalds/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/yamotonalds/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/yamotonalds/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/yamotonalds/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/yamotonalds/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/yamotonalds/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/yamotonalds/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/yamotonalds/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/yamotonalds/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/yamotonalds/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/yamotonalds/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/yamotonalds/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/yamotonalds/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/yamotonalds/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/yamotonalds/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/yamotonalds/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/yamotonalds/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/yamotonalds/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/yamotonalds/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/yamotonalds/IkaLog/deployments",
    "created_at": "2016-02-11T08:24:55Z",
    "updated_at": "2016-02-11T08:24:56Z",
    "pushed_at": "2016-02-11T03:20:35Z",
    "git_url": "git://github.com/yamotonalds/IkaLog.git",
    "ssh_url": "git@github.com:yamotonalds/IkaLog.git",
    "clone_url": "https://github.com/yamotonalds/IkaLog.git",
    "svn_url": "https://github.com/yamotonalds/IkaLog",
    "homepage": "https://github.com/hasegaw/IkaLog/blob/master/doc/IkaUI.md",
    "size": 7391,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "master"
  },
  {
    "id": 51244283,
    "name": "IkaLog",
    "full_name": "ymmtmdk/IkaLog",
    "owner": {
      "login": "ymmtmdk",
      "id": 1563960,
      "avatar_url": "https://avatars.githubusercontent.com/u/1563960?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/ymmtmdk",
      "html_url": "https://github.com/ymmtmdk",
      "followers_url": "https://api.github.com/users/ymmtmdk/followers",
      "following_url": "https://api.github.com/users/ymmtmdk/following{/other_user}",
      "gists_url": "https://api.github.com/users/ymmtmdk/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/ymmtmdk/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/ymmtmdk/subscriptions",
      "organizations_url": "https://api.github.com/users/ymmtmdk/orgs",
      "repos_url": "https://api.github.com/users/ymmtmdk/repos",
      "events_url": "https://api.github.com/users/ymmtmdk/events{/privacy}",
      "received_events_url": "https://api.github.com/users/ymmtmdk/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/ymmtmdk/IkaLog",
    "description": "Enjoy Splatoon!",
    "fork": true,
    "url": "https://api.github.com/repos/ymmtmdk/IkaLog",
    "forks_url": "https://api.github.com/repos/ymmtmdk/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/ymmtmdk/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/ymmtmdk/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/ymmtmdk/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/ymmtmdk/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/ymmtmdk/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/ymmtmdk/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/ymmtmdk/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/ymmtmdk/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/ymmtmdk/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/ymmtmdk/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/ymmtmdk/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/ymmtmdk/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/ymmtmdk/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/ymmtmdk/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/ymmtmdk/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/ymmtmdk/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/ymmtmdk/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/ymmtmdk/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/ymmtmdk/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/ymmtmdk/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/ymmtmdk/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/ymmtmdk/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/ymmtmdk/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/ymmtmdk/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/ymmtmdk/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/ymmtmdk/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/ymmtmdk/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/ymmtmdk/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/ymmtmdk/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/ymmtmdk/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/ymmtmdk/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/ymmtmdk/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/ymmtmdk/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/ymmtmdk/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/ymmtmdk/IkaLog/deployments",
    "created_at": "2016-02-07T10:52:43Z",
    "updated_at": "2016-02-07T10:52:44Z",
    "pushed_at": "2016-02-07T08:41:09Z",
    "git_url": "git://github.com/ymmtmdk/IkaLog.git",
    "ssh_url": "git@github.com:ymmtmdk/IkaLog.git",
    "clone_url": "https://github.com/ymmtmdk/IkaLog.git",
    "svn_url": "https://github.com/ymmtmdk/IkaLog",
    "homepage": "https://github.com/hasegaw/IkaLog/blob/master/doc/IkaUI.md",
    "size": 7360,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "master"
  },
  {
    "id": 51238231,
    "name": "IkaLog",
    "full_name": "skxeve/IkaLog",
    "owner": {
      "login": "skxeve",
      "id": 9760295,
      "avatar_url": "https://avatars.githubusercontent.com/u/9760295?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/skxeve",
      "html_url": "https://github.com/skxeve",
      "followers_url": "https://api.github.com/users/skxeve/followers",
      "following_url": "https://api.github.com/users/skxeve/following{/other_user}",
      "gists_url": "https://api.github.com/users/skxeve/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/skxeve/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/skxeve/subscriptions",
      "organizations_url": "https://api.github.com/users/skxeve/orgs",
      "repos_url": "https://api.github.com/users/skxeve/repos",
      "events_url": "https://api.github.com/users/skxeve/events{/privacy}",
      "received_events_url": "https://api.github.com/users/skxeve/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/skxeve/IkaLog",
    "description": "Enjoy Splatoon!",
    "fork": true,
    "url": "https://api.github.com/repos/skxeve/IkaLog",
    "forks_url": "https://api.github.com/repos/skxeve/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/skxeve/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/skxeve/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/skxeve/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/skxeve/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/skxeve/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/skxeve/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/skxeve/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/skxeve/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/skxeve/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/skxeve/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/skxeve/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/skxeve/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/skxeve/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/skxeve/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/skxeve/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/skxeve/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/skxeve/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/skxeve/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/skxeve/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/skxeve/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/skxeve/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/skxeve/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/skxeve/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/skxeve/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/skxeve/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/skxeve/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/skxeve/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/skxeve/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/skxeve/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/skxeve/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/skxeve/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/skxeve/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/skxeve/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/skxeve/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/skxeve/IkaLog/deployments",
    "created_at": "2016-02-07T06:33:02Z",
    "updated_at": "2016-02-07T06:33:04Z",
    "pushed_at": "2016-02-07T06:40:38Z",
    "git_url": "git://github.com/skxeve/IkaLog.git",
    "ssh_url": "git@github.com:skxeve/IkaLog.git",
    "clone_url": "https://github.com/skxeve/IkaLog.git",
    "svn_url": "https://github.com/skxeve/IkaLog",
    "homepage": "https://github.com/hasegaw/IkaLog/blob/master/doc/IkaUI.md",
    "size": 6429,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "master"
  },
  {
    "id": 50158021,
    "name": "IkaLog",
    "full_name": "Legend28469/IkaLog",
    "owner": {
      "login": "Legend28469",
      "id": 1295971,
      "avatar_url": "https://avatars.githubusercontent.com/u/1295971?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/Legend28469",
      "html_url": "https://github.com/Legend28469",
      "followers_url": "https://api.github.com/users/Legend28469/followers",
      "following_url": "https://api.github.com/users/Legend28469/following{/other_user}",
      "gists_url": "https://api.github.com/users/Legend28469/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/Legend28469/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/Legend28469/subscriptions",
      "organizations_url": "https://api.github.com/users/Legend28469/orgs",
      "repos_url": "https://api.github.com/users/Legend28469/repos",
      "events_url": "https://api.github.com/users/Legend28469/events{/privacy}",
      "received_events_url": "https://api.github.com/users/Legend28469/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/Legend28469/IkaLog",
    "description": "Enjoy Splatoon!",
    "fork": true,
    "url": "https://api.github.com/repos/Legend28469/IkaLog",
    "forks_url": "https://api.github.com/repos/Legend28469/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/Legend28469/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/Legend28469/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/Legend28469/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/Legend28469/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/Legend28469/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/Legend28469/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/Legend28469/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/Legend28469/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/Legend28469/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/Legend28469/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/Legend28469/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/Legend28469/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/Legend28469/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/Legend28469/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/Legend28469/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/Legend28469/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/Legend28469/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/Legend28469/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/Legend28469/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/Legend28469/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/Legend28469/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/Legend28469/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/Legend28469/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/Legend28469/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/Legend28469/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/Legend28469/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/Legend28469/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/Legend28469/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/Legend28469/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/Legend28469/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/Legend28469/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/Legend28469/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/Legend28469/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/Legend28469/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/Legend28469/IkaLog/deployments",
    "created_at": "2016-01-22T04:40:33Z",
    "updated_at": "2016-01-22T04:40:35Z",
    "pushed_at": "2016-01-22T04:57:25Z",
    "git_url": "git://github.com/Legend28469/IkaLog.git",
    "ssh_url": "git@github.com:Legend28469/IkaLog.git",
    "clone_url": "https://github.com/Legend28469/IkaLog.git",
    "svn_url": "https://github.com/Legend28469/IkaLog",
    "homepage": "https://github.com/hasegaw/IkaLog/blob/master/doc/IkaUI.md",
    "size": 6273,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "master"
  },
  {
    "id": 50067505,
    "name": "IkaLog",
    "full_name": "clovervidia/IkaLog",
    "owner": {
      "login": "clovervidia",
      "id": 2402937,
      "avatar_url": "https://avatars.githubusercontent.com/u/2402937?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/clovervidia",
      "html_url": "https://github.com/clovervidia",
      "followers_url": "https://api.github.com/users/clovervidia/followers",
      "following_url": "https://api.github.com/users/clovervidia/following{/other_user}",
      "gists_url": "https://api.github.com/users/clovervidia/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/clovervidia/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/clovervidia/subscriptions",
      "organizations_url": "https://api.github.com/users/clovervidia/orgs",
      "repos_url": "https://api.github.com/users/clovervidia/repos",
      "events_url": "https://api.github.com/users/clovervidia/events{/privacy}",
      "received_events_url": "https://api.github.com/users/clovervidia/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/clovervidia/IkaLog",
    "description": "Enjoy Splatoon!",
    "fork": true,
    "url": "https://api.github.com/repos/clovervidia/IkaLog",
    "forks_url": "https://api.github.com/repos/clovervidia/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/clovervidia/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/clovervidia/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/clovervidia/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/clovervidia/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/clovervidia/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/clovervidia/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/clovervidia/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/clovervidia/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/clovervidia/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/clovervidia/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/clovervidia/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/clovervidia/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/clovervidia/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/clovervidia/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/clovervidia/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/clovervidia/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/clovervidia/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/clovervidia/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/clovervidia/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/clovervidia/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/clovervidia/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/clovervidia/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/clovervidia/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/clovervidia/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/clovervidia/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/clovervidia/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/clovervidia/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/clovervidia/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/clovervidia/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/clovervidia/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/clovervidia/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/clovervidia/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/clovervidia/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/clovervidia/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/clovervidia/IkaLog/deployments",
    "created_at": "2016-01-20T23:19:32Z",
    "updated_at": "2016-01-20T23:19:33Z",
    "pushed_at": "2016-06-13T05:09:32Z",
    "git_url": "git://github.com/clovervidia/IkaLog.git",
    "ssh_url": "git@github.com:clovervidia/IkaLog.git",
    "clone_url": "https://github.com/clovervidia/IkaLog.git",
    "svn_url": "https://github.com/clovervidia/IkaLog",
    "homepage": "https://github.com/hasegaw/IkaLog/blob/master/doc/IkaUI.md",
    "size": 8087,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "master"
  },
  {
    "id": 50057915,
    "name": "IkaLog",
    "full_name": "Klazen108/IkaLog",
    "owner": {
      "login": "Klazen108",
      "id": 742684,
      "avatar_url": "https://avatars.githubusercontent.com/u/742684?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/Klazen108",
      "html_url": "https://github.com/Klazen108",
      "followers_url": "https://api.github.com/users/Klazen108/followers",
      "following_url": "https://api.github.com/users/Klazen108/following{/other_user}",
      "gists_url": "https://api.github.com/users/Klazen108/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/Klazen108/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/Klazen108/subscriptions",
      "organizations_url": "https://api.github.com/users/Klazen108/orgs",
      "repos_url": "https://api.github.com/users/Klazen108/repos",
      "events_url": "https://api.github.com/users/Klazen108/events{/privacy}",
      "received_events_url": "https://api.github.com/users/Klazen108/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/Klazen108/IkaLog",
    "description": "Enjoy Splatoon!",
    "fork": true,
    "url": "https://api.github.com/repos/Klazen108/IkaLog",
    "forks_url": "https://api.github.com/repos/Klazen108/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/Klazen108/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/Klazen108/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/Klazen108/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/Klazen108/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/Klazen108/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/Klazen108/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/Klazen108/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/Klazen108/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/Klazen108/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/Klazen108/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/Klazen108/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/Klazen108/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/Klazen108/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/Klazen108/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/Klazen108/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/Klazen108/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/Klazen108/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/Klazen108/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/Klazen108/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/Klazen108/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/Klazen108/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/Klazen108/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/Klazen108/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/Klazen108/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/Klazen108/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/Klazen108/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/Klazen108/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/Klazen108/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/Klazen108/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/Klazen108/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/Klazen108/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/Klazen108/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/Klazen108/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/Klazen108/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/Klazen108/IkaLog/deployments",
    "created_at": "2016-01-20T20:25:22Z",
    "updated_at": "2016-01-20T20:25:23Z",
    "pushed_at": "2016-01-20T13:02:25Z",
    "git_url": "git://github.com/Klazen108/IkaLog.git",
    "ssh_url": "git@github.com:Klazen108/IkaLog.git",
    "clone_url": "https://github.com/Klazen108/IkaLog.git",
    "svn_url": "https://github.com/Klazen108/IkaLog",
    "homepage": "https://github.com/hasegaw/IkaLog/blob/master/doc/IkaUI.md",
    "size": 6759,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "master"
  },
  {
    "id": 49642892,
    "name": "IkaLog",
    "full_name": "vvakame/IkaLog",
    "owner": {
      "login": "vvakame",
      "id": 125332,
      "avatar_url": "https://avatars.githubusercontent.com/u/125332?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/vvakame",
      "html_url": "https://github.com/vvakame",
      "followers_url": "https://api.github.com/users/vvakame/followers",
      "following_url": "https://api.github.com/users/vvakame/following{/other_user}",
      "gists_url": "https://api.github.com/users/vvakame/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/vvakame/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/vvakame/subscriptions",
      "organizations_url": "https://api.github.com/users/vvakame/orgs",
      "repos_url": "https://api.github.com/users/vvakame/repos",
      "events_url": "https://api.github.com/users/vvakame/events{/privacy}",
      "received_events_url": "https://api.github.com/users/vvakame/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/vvakame/IkaLog",
    "description": "Enjoy Splatoon!",
    "fork": true,
    "url": "https://api.github.com/repos/vvakame/IkaLog",
    "forks_url": "https://api.github.com/repos/vvakame/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/vvakame/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/vvakame/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/vvakame/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/vvakame/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/vvakame/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/vvakame/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/vvakame/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/vvakame/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/vvakame/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/vvakame/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/vvakame/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/vvakame/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/vvakame/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/vvakame/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/vvakame/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/vvakame/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/vvakame/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/vvakame/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/vvakame/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/vvakame/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/vvakame/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/vvakame/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/vvakame/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/vvakame/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/vvakame/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/vvakame/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/vvakame/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/vvakame/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/vvakame/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/vvakame/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/vvakame/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/vvakame/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/vvakame/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/vvakame/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/vvakame/IkaLog/deployments",
    "created_at": "2016-01-14T11:22:20Z",
    "updated_at": "2016-01-14T11:22:21Z",
    "pushed_at": "2016-01-18T00:49:16Z",
    "git_url": "git://github.com/vvakame/IkaLog.git",
    "ssh_url": "git@github.com:vvakame/IkaLog.git",
    "clone_url": "https://github.com/vvakame/IkaLog.git",
    "svn_url": "https://github.com/vvakame/IkaLog",
    "homepage": "https://github.com/hasegaw/IkaLog/blob/master/doc/IkaUI.md",
    "size": 5226,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "master"
  },
  {
    "id": 49173945,
    "name": "IkaLog",
    "full_name": "frozenpandaman/IkaLog",
    "owner": {
      "login": "frozenpandaman",
      "id": 7245874,
      "avatar_url": "https://avatars.githubusercontent.com/u/7245874?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/frozenpandaman",
      "html_url": "https://github.com/frozenpandaman",
      "followers_url": "https://api.github.com/users/frozenpandaman/followers",
      "following_url": "https://api.github.com/users/frozenpandaman/following{/other_user}",
      "gists_url": "https://api.github.com/users/frozenpandaman/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/frozenpandaman/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/frozenpandaman/subscriptions",
      "organizations_url": "https://api.github.com/users/frozenpandaman/orgs",
      "repos_url": "https://api.github.com/users/frozenpandaman/repos",
      "events_url": "https://api.github.com/users/frozenpandaman/events{/privacy}",
      "received_events_url": "https://api.github.com/users/frozenpandaman/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/frozenpandaman/IkaLog",
    "description": "Enjoy Splatoon!",
    "fork": true,
    "url": "https://api.github.com/repos/frozenpandaman/IkaLog",
    "forks_url": "https://api.github.com/repos/frozenpandaman/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/frozenpandaman/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/frozenpandaman/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/frozenpandaman/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/frozenpandaman/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/frozenpandaman/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/frozenpandaman/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/frozenpandaman/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/frozenpandaman/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/frozenpandaman/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/frozenpandaman/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/frozenpandaman/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/frozenpandaman/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/frozenpandaman/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/frozenpandaman/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/frozenpandaman/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/frozenpandaman/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/frozenpandaman/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/frozenpandaman/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/frozenpandaman/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/frozenpandaman/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/frozenpandaman/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/frozenpandaman/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/frozenpandaman/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/frozenpandaman/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/frozenpandaman/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/frozenpandaman/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/frozenpandaman/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/frozenpandaman/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/frozenpandaman/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/frozenpandaman/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/frozenpandaman/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/frozenpandaman/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/frozenpandaman/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/frozenpandaman/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/frozenpandaman/IkaLog/deployments",
    "created_at": "2016-01-07T01:52:44Z",
    "updated_at": "2016-01-07T11:57:08Z",
    "pushed_at": "2016-03-04T09:01:34Z",
    "git_url": "git://github.com/frozenpandaman/IkaLog.git",
    "ssh_url": "git@github.com:frozenpandaman/IkaLog.git",
    "clone_url": "https://github.com/frozenpandaman/IkaLog.git",
    "svn_url": "https://github.com/frozenpandaman/IkaLog",
    "homepage": "https://github.com/hasegaw/IkaLog/blob/master/doc/IkaUI.md",
    "size": 6475,
    "stargazers_count": 1,
    "watchers_count": 1,
    "language": "Python",
    "has_issues": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 1,
    "default_branch": "master"
  },
  {
    "id": 47901599,
    "name": "IkaLog",
    "full_name": "hrhtspr/IkaLog",
    "owner": {
      "login": "hrhtspr",
      "id": 11452616,
      "avatar_url": "https://avatars.githubusercontent.com/u/11452616?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/hrhtspr",
      "html_url": "https://github.com/hrhtspr",
      "followers_url": "https://api.github.com/users/hrhtspr/followers",
      "following_url": "https://api.github.com/users/hrhtspr/following{/other_user}",
      "gists_url": "https://api.github.com/users/hrhtspr/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/hrhtspr/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/hrhtspr/subscriptions",
      "organizations_url": "https://api.github.com/users/hrhtspr/orgs",
      "repos_url": "https://api.github.com/users/hrhtspr/repos",
      "events_url": "https://api.github.com/users/hrhtspr/events{/privacy}",
      "received_events_url": "https://api.github.com/users/hrhtspr/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/hrhtspr/IkaLog",
    "description": "Enjoy Splatoon!",
    "fork": true,
    "url": "https://api.github.com/repos/hrhtspr/IkaLog",
    "forks_url": "https://api.github.com/repos/hrhtspr/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/hrhtspr/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/hrhtspr/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/hrhtspr/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/hrhtspr/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/hrhtspr/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/hrhtspr/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/hrhtspr/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/hrhtspr/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/hrhtspr/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/hrhtspr/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/hrhtspr/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/hrhtspr/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/hrhtspr/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/hrhtspr/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/hrhtspr/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/hrhtspr/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/hrhtspr/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/hrhtspr/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/hrhtspr/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/hrhtspr/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/hrhtspr/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/hrhtspr/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/hrhtspr/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/hrhtspr/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/hrhtspr/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/hrhtspr/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/hrhtspr/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/hrhtspr/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/hrhtspr/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/hrhtspr/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/hrhtspr/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/hrhtspr/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/hrhtspr/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/hrhtspr/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/hrhtspr/IkaLog/deployments",
    "created_at": "2015-12-13T01:30:30Z",
    "updated_at": "2015-12-13T01:30:31Z",
    "pushed_at": "2015-12-23T11:11:05Z",
    "git_url": "git://github.com/hrhtspr/IkaLog.git",
    "ssh_url": "git@github.com:hrhtspr/IkaLog.git",
    "clone_url": "https://github.com/hrhtspr/IkaLog.git",
    "svn_url": "https://github.com/hrhtspr/IkaLog",
    "homepage": "https://github.com/hasegaw/IkaLog/blob/master/doc/IkaUI.md",
    "size": 3683,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "master"
  },
  {
    "id": 47775828,
    "name": "IkaLog",
    "full_name": "Bochozkar/IkaLog",
    "owner": {
      "login": "Bochozkar",
      "id": 5924948,
      "avatar_url": "https://avatars.githubusercontent.com/u/5924948?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/Bochozkar",
      "html_url": "https://github.com/Bochozkar",
      "followers_url": "https://api.github.com/users/Bochozkar/followers",
      "following_url": "https://api.github.com/users/Bochozkar/following{/other_user}",
      "gists_url": "https://api.github.com/users/Bochozkar/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/Bochozkar/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/Bochozkar/subscriptions",
      "organizations_url": "https://api.github.com/users/Bochozkar/orgs",
      "repos_url": "https://api.github.com/users/Bochozkar/repos",
      "events_url": "https://api.github.com/users/Bochozkar/events{/privacy}",
      "received_events_url": "https://api.github.com/users/Bochozkar/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/Bochozkar/IkaLog",
    "description": "Enjoy Splatoon!",
    "fork": true,
    "url": "https://api.github.com/repos/Bochozkar/IkaLog",
    "forks_url": "https://api.github.com/repos/Bochozkar/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/Bochozkar/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/Bochozkar/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/Bochozkar/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/Bochozkar/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/Bochozkar/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/Bochozkar/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/Bochozkar/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/Bochozkar/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/Bochozkar/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/Bochozkar/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/Bochozkar/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/Bochozkar/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/Bochozkar/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/Bochozkar/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/Bochozkar/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/Bochozkar/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/Bochozkar/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/Bochozkar/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/Bochozkar/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/Bochozkar/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/Bochozkar/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/Bochozkar/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/Bochozkar/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/Bochozkar/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/Bochozkar/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/Bochozkar/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/Bochozkar/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/Bochozkar/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/Bochozkar/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/Bochozkar/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/Bochozkar/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/Bochozkar/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/Bochozkar/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/Bochozkar/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/Bochozkar/IkaLog/deployments",
    "created_at": "2015-12-10T17:04:57Z",
    "updated_at": "2015-12-10T17:04:58Z",
    "pushed_at": "2015-12-10T13:06:47Z",
    "git_url": "git://github.com/Bochozkar/IkaLog.git",
    "ssh_url": "git@github.com:Bochozkar/IkaLog.git",
    "clone_url": "https://github.com/Bochozkar/IkaLog.git",
    "svn_url": "https://github.com/Bochozkar/IkaLog",
    "homepage": "https://github.com/hasegaw/IkaLog/blob/master/doc/IkaUI.md",
    "size": 4322,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "master"
  },
  {
    "id": 46700745,
    "name": "IkaLog",
    "full_name": "shinh/IkaLog",
    "owner": {
      "login": "shinh",
      "id": 29770,
      "avatar_url": "https://avatars.githubusercontent.com/u/29770?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/shinh",
      "html_url": "https://github.com/shinh",
      "followers_url": "https://api.github.com/users/shinh/followers",
      "following_url": "https://api.github.com/users/shinh/following{/other_user}",
      "gists_url": "https://api.github.com/users/shinh/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/shinh/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/shinh/subscriptions",
      "organizations_url": "https://api.github.com/users/shinh/orgs",
      "repos_url": "https://api.github.com/users/shinh/repos",
      "events_url": "https://api.github.com/users/shinh/events{/privacy}",
      "received_events_url": "https://api.github.com/users/shinh/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/shinh/IkaLog",
    "description": "Enjoy Splatoon!",
    "fork": true,
    "url": "https://api.github.com/repos/shinh/IkaLog",
    "forks_url": "https://api.github.com/repos/shinh/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/shinh/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/shinh/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/shinh/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/shinh/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/shinh/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/shinh/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/shinh/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/shinh/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/shinh/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/shinh/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/shinh/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/shinh/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/shinh/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/shinh/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/shinh/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/shinh/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/shinh/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/shinh/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/shinh/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/shinh/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/shinh/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/shinh/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/shinh/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/shinh/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/shinh/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/shinh/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/shinh/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/shinh/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/shinh/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/shinh/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/shinh/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/shinh/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/shinh/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/shinh/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/shinh/IkaLog/deployments",
    "created_at": "2015-11-23T06:22:51Z",
    "updated_at": "2015-11-23T06:22:54Z",
    "pushed_at": "2015-11-25T15:55:57Z",
    "git_url": "git://github.com/shinh/IkaLog.git",
    "ssh_url": "git@github.com:shinh/IkaLog.git",
    "clone_url": "https://github.com/shinh/IkaLog.git",
    "svn_url": "https://github.com/shinh/IkaLog",
    "homepage": "https://github.com/hasegaw/IkaLog/blob/master/doc/IkaUI.md",
    "size": 3494,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "master"
  },
  {
    "id": 46465545,
    "name": "IkaLog",
    "full_name": "omegamega/IkaLog",
    "owner": {
      "login": "omegamega",
      "id": 359675,
      "avatar_url": "https://avatars.githubusercontent.com/u/359675?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/omegamega",
      "html_url": "https://github.com/omegamega",
      "followers_url": "https://api.github.com/users/omegamega/followers",
      "following_url": "https://api.github.com/users/omegamega/following{/other_user}",
      "gists_url": "https://api.github.com/users/omegamega/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/omegamega/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/omegamega/subscriptions",
      "organizations_url": "https://api.github.com/users/omegamega/orgs",
      "repos_url": "https://api.github.com/users/omegamega/repos",
      "events_url": "https://api.github.com/users/omegamega/events{/privacy}",
      "received_events_url": "https://api.github.com/users/omegamega/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/omegamega/IkaLog",
    "description": "Enjoy Splatoon!",
    "fork": true,
    "url": "https://api.github.com/repos/omegamega/IkaLog",
    "forks_url": "https://api.github.com/repos/omegamega/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/omegamega/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/omegamega/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/omegamega/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/omegamega/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/omegamega/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/omegamega/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/omegamega/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/omegamega/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/omegamega/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/omegamega/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/omegamega/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/omegamega/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/omegamega/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/omegamega/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/omegamega/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/omegamega/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/omegamega/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/omegamega/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/omegamega/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/omegamega/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/omegamega/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/omegamega/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/omegamega/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/omegamega/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/omegamega/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/omegamega/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/omegamega/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/omegamega/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/omegamega/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/omegamega/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/omegamega/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/omegamega/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/omegamega/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/omegamega/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/omegamega/IkaLog/deployments",
    "created_at": "2015-11-19T03:40:40Z",
    "updated_at": "2015-11-19T03:40:41Z",
    "pushed_at": "2015-11-16T21:45:03Z",
    "git_url": "git://github.com/omegamega/IkaLog.git",
    "ssh_url": "git@github.com:omegamega/IkaLog.git",
    "clone_url": "https://github.com/omegamega/IkaLog.git",
    "svn_url": "https://github.com/omegamega/IkaLog",
    "homepage": "https://github.com/hasegaw/IkaLog/blob/master/doc/IkaUI.md",
    "size": 4136,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "master"
  },
  {
    "id": 46402373,
    "name": "IkaLog",
    "full_name": "tkymsd/IkaLog",
    "owner": {
      "login": "tkymsd",
      "id": 15903578,
      "avatar_url": "https://avatars.githubusercontent.com/u/15903578?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/tkymsd",
      "html_url": "https://github.com/tkymsd",
      "followers_url": "https://api.github.com/users/tkymsd/followers",
      "following_url": "https://api.github.com/users/tkymsd/following{/other_user}",
      "gists_url": "https://api.github.com/users/tkymsd/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/tkymsd/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/tkymsd/subscriptions",
      "organizations_url": "https://api.github.com/users/tkymsd/orgs",
      "repos_url": "https://api.github.com/users/tkymsd/repos",
      "events_url": "https://api.github.com/users/tkymsd/events{/privacy}",
      "received_events_url": "https://api.github.com/users/tkymsd/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/tkymsd/IkaLog",
    "description": "Enjoy Splatoon!",
    "fork": true,
    "url": "https://api.github.com/repos/tkymsd/IkaLog",
    "forks_url": "https://api.github.com/repos/tkymsd/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/tkymsd/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/tkymsd/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/tkymsd/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/tkymsd/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/tkymsd/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/tkymsd/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/tkymsd/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/tkymsd/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/tkymsd/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/tkymsd/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/tkymsd/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/tkymsd/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/tkymsd/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/tkymsd/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/tkymsd/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/tkymsd/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/tkymsd/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/tkymsd/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/tkymsd/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/tkymsd/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/tkymsd/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/tkymsd/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/tkymsd/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/tkymsd/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/tkymsd/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/tkymsd/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/tkymsd/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/tkymsd/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/tkymsd/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/tkymsd/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/tkymsd/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/tkymsd/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/tkymsd/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/tkymsd/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/tkymsd/IkaLog/deployments",
    "created_at": "2015-11-18T07:23:26Z",
    "updated_at": "2015-11-18T07:55:15Z",
    "pushed_at": "2015-11-20T11:55:12Z",
    "git_url": "git://github.com/tkymsd/IkaLog.git",
    "ssh_url": "git@github.com:tkymsd/IkaLog.git",
    "clone_url": "https://github.com/tkymsd/IkaLog.git",
    "svn_url": "https://github.com/tkymsd/IkaLog",
    "homepage": "https://github.com/hasegaw/IkaLog/blob/master/doc/IkaUI.md",
    "size": 3414,
    "stargazers_count": 1,
    "watchers_count": 1,
    "language": "Python",
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 1,
    "default_branch": "master"
  },
  {
    "id": 45745143,
    "name": "IkaLog",
    "full_name": "deathmetalland/IkaLog",
    "owner": {
      "login": "deathmetalland",
      "id": 1370852,
      "avatar_url": "https://avatars.githubusercontent.com/u/1370852?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/deathmetalland",
      "html_url": "https://github.com/deathmetalland",
      "followers_url": "https://api.github.com/users/deathmetalland/followers",
      "following_url": "https://api.github.com/users/deathmetalland/following{/other_user}",
      "gists_url": "https://api.github.com/users/deathmetalland/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/deathmetalland/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/deathmetalland/subscriptions",
      "organizations_url": "https://api.github.com/users/deathmetalland/orgs",
      "repos_url": "https://api.github.com/users/deathmetalland/repos",
      "events_url": "https://api.github.com/users/deathmetalland/events{/privacy}",
      "received_events_url": "https://api.github.com/users/deathmetalland/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/deathmetalland/IkaLog",
    "description": "Enjoy Splatoon!",
    "fork": true,
    "url": "https://api.github.com/repos/deathmetalland/IkaLog",
    "forks_url": "https://api.github.com/repos/deathmetalland/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/deathmetalland/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/deathmetalland/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/deathmetalland/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/deathmetalland/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/deathmetalland/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/deathmetalland/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/deathmetalland/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/deathmetalland/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/deathmetalland/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/deathmetalland/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/deathmetalland/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/deathmetalland/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/deathmetalland/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/deathmetalland/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/deathmetalland/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/deathmetalland/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/deathmetalland/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/deathmetalland/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/deathmetalland/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/deathmetalland/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/deathmetalland/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/deathmetalland/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/deathmetalland/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/deathmetalland/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/deathmetalland/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/deathmetalland/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/deathmetalland/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/deathmetalland/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/deathmetalland/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/deathmetalland/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/deathmetalland/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/deathmetalland/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/deathmetalland/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/deathmetalland/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/deathmetalland/IkaLog/deployments",
    "created_at": "2015-11-07T16:51:05Z",
    "updated_at": "2016-01-11T16:19:47Z",
    "pushed_at": "2016-11-20T13:40:16Z",
    "git_url": "git://github.com/deathmetalland/IkaLog.git",
    "ssh_url": "git@github.com:deathmetalland/IkaLog.git",
    "clone_url": "https://github.com/deathmetalland/IkaLog.git",
    "svn_url": "https://github.com/deathmetalland/IkaLog",
    "homepage": "https://github.com/hasegaw/IkaLog/blob/master/doc/IkaUI.md",
    "size": 8574,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 12,
    "forks": 0,
    "open_issues": 12,
    "watchers": 0,
    "default_branch": "master"
  },
  {
    "id": 44856878,
    "name": "IkaLog",
    "full_name": "fetus-hina/IkaLog",
    "owner": {
      "login": "fetus-hina",
      "id": 848666,
      "avatar_url": "https://avatars.githubusercontent.com/u/848666?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/fetus-hina",
      "html_url": "https://github.com/fetus-hina",
      "followers_url": "https://api.github.com/users/fetus-hina/followers",
      "following_url": "https://api.github.com/users/fetus-hina/following{/other_user}",
      "gists_url": "https://api.github.com/users/fetus-hina/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/fetus-hina/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/fetus-hina/subscriptions",
      "organizations_url": "https://api.github.com/users/fetus-hina/orgs",
      "repos_url": "https://api.github.com/users/fetus-hina/repos",
      "events_url": "https://api.github.com/users/fetus-hina/events{/privacy}",
      "received_events_url": "https://api.github.com/users/fetus-hina/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/fetus-hina/IkaLog",
    "description": "Enjoy Splatoon!",
    "fork": true,
    "url": "https://api.github.com/repos/fetus-hina/IkaLog",
    "forks_url": "https://api.github.com/repos/fetus-hina/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/fetus-hina/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/fetus-hina/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/fetus-hina/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/fetus-hina/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/fetus-hina/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/fetus-hina/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/fetus-hina/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/fetus-hina/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/fetus-hina/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/fetus-hina/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/fetus-hina/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/fetus-hina/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/fetus-hina/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/fetus-hina/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/fetus-hina/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/fetus-hina/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/fetus-hina/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/fetus-hina/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/fetus-hina/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/fetus-hina/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/fetus-hina/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/fetus-hina/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/fetus-hina/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/fetus-hina/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/fetus-hina/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/fetus-hina/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/fetus-hina/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/fetus-hina/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/fetus-hina/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/fetus-hina/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/fetus-hina/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/fetus-hina/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/fetus-hina/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/fetus-hina/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/fetus-hina/IkaLog/deployments",
    "created_at": "2015-10-24T07:36:28Z",
    "updated_at": "2016-01-22T16:09:53Z",
    "pushed_at": "2016-11-19T17:06:49Z",
    "git_url": "git://github.com/fetus-hina/IkaLog.git",
    "ssh_url": "git@github.com:fetus-hina/IkaLog.git",
    "clone_url": "https://github.com/fetus-hina/IkaLog.git",
    "svn_url": "https://github.com/fetus-hina/IkaLog",
    "homepage": "https://github.com/hasegaw/IkaLog/blob/master/doc/IkaUI.md",
    "size": 15784,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "master"
  },
  {
    "id": 44828827,
    "name": "IkaLog",
    "full_name": "toushimi/IkaLog",
    "owner": {
      "login": "toushimi",
      "id": 391540,
      "avatar_url": "https://avatars.githubusercontent.com/u/391540?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/toushimi",
      "html_url": "https://github.com/toushimi",
      "followers_url": "https://api.github.com/users/toushimi/followers",
      "following_url": "https://api.github.com/users/toushimi/following{/other_user}",
      "gists_url": "https://api.github.com/users/toushimi/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/toushimi/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/toushimi/subscriptions",
      "organizations_url": "https://api.github.com/users/toushimi/orgs",
      "repos_url": "https://api.github.com/users/toushimi/repos",
      "events_url": "https://api.github.com/users/toushimi/events{/privacy}",
      "received_events_url": "https://api.github.com/users/toushimi/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/toushimi/IkaLog",
    "description": "Enjoy Splatoon!",
    "fork": true,
    "url": "https://api.github.com/repos/toushimi/IkaLog",
    "forks_url": "https://api.github.com/repos/toushimi/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/toushimi/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/toushimi/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/toushimi/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/toushimi/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/toushimi/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/toushimi/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/toushimi/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/toushimi/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/toushimi/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/toushimi/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/toushimi/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/toushimi/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/toushimi/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/toushimi/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/toushimi/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/toushimi/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/toushimi/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/toushimi/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/toushimi/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/toushimi/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/toushimi/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/toushimi/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/toushimi/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/toushimi/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/toushimi/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/toushimi/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/toushimi/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/toushimi/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/toushimi/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/toushimi/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/toushimi/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/toushimi/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/toushimi/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/toushimi/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/toushimi/IkaLog/deployments",
    "created_at": "2015-10-23T17:44:15Z",
    "updated_at": "2015-10-23T17:44:16Z",
    "pushed_at": "2015-10-22T19:52:25Z",
    "git_url": "git://github.com/toushimi/IkaLog.git",
    "ssh_url": "git@github.com:toushimi/IkaLog.git",
    "clone_url": "https://github.com/toushimi/IkaLog.git",
    "svn_url": "https://github.com/toushimi/IkaLog",
    "homepage": "https://github.com/hasegaw/IkaLog/blob/master/doc/IkaUI.md",
    "size": 3150,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "master"
  },
  {
    "id": 44691806,
    "name": "IkaLog",
    "full_name": "gleentea/IkaLog",
    "owner": {
      "login": "gleentea",
      "id": 1957907,
      "avatar_url": "https://avatars.githubusercontent.com/u/1957907?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/gleentea",
      "html_url": "https://github.com/gleentea",
      "followers_url": "https://api.github.com/users/gleentea/followers",
      "following_url": "https://api.github.com/users/gleentea/following{/other_user}",
      "gists_url": "https://api.github.com/users/gleentea/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/gleentea/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/gleentea/subscriptions",
      "organizations_url": "https://api.github.com/users/gleentea/orgs",
      "repos_url": "https://api.github.com/users/gleentea/repos",
      "events_url": "https://api.github.com/users/gleentea/events{/privacy}",
      "received_events_url": "https://api.github.com/users/gleentea/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/gleentea/IkaLog",
    "description": "Enjoy Splatoon!",
    "fork": true,
    "url": "https://api.github.com/repos/gleentea/IkaLog",
    "forks_url": "https://api.github.com/repos/gleentea/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/gleentea/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/gleentea/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/gleentea/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/gleentea/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/gleentea/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/gleentea/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/gleentea/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/gleentea/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/gleentea/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/gleentea/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/gleentea/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/gleentea/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/gleentea/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/gleentea/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/gleentea/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/gleentea/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/gleentea/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/gleentea/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/gleentea/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/gleentea/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/gleentea/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/gleentea/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/gleentea/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/gleentea/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/gleentea/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/gleentea/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/gleentea/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/gleentea/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/gleentea/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/gleentea/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/gleentea/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/gleentea/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/gleentea/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/gleentea/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/gleentea/IkaLog/deployments",
    "created_at": "2015-10-21T17:10:09Z",
    "updated_at": "2015-10-21T17:10:10Z",
    "pushed_at": "2016-01-08T16:34:20Z",
    "git_url": "git://github.com/gleentea/IkaLog.git",
    "ssh_url": "git@github.com:gleentea/IkaLog.git",
    "clone_url": "https://github.com/gleentea/IkaLog.git",
    "svn_url": "https://github.com/gleentea/IkaLog",
    "homepage": "https://github.com/hasegaw/IkaLog/blob/master/doc/IkaUI.md",
    "size": 3234,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "master"
  },
  {
    "id": 44662393,
    "name": "IkaLog",
    "full_name": "cvsync/IkaLog",
    "owner": {
      "login": "cvsync",
      "id": 4219799,
      "avatar_url": "https://avatars.githubusercontent.com/u/4219799?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/cvsync",
      "html_url": "https://github.com/cvsync",
      "followers_url": "https://api.github.com/users/cvsync/followers",
      "following_url": "https://api.github.com/users/cvsync/following{/other_user}",
      "gists_url": "https://api.github.com/users/cvsync/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/cvsync/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/cvsync/subscriptions",
      "organizations_url": "https://api.github.com/users/cvsync/orgs",
      "repos_url": "https://api.github.com/users/cvsync/repos",
      "events_url": "https://api.github.com/users/cvsync/events{/privacy}",
      "received_events_url": "https://api.github.com/users/cvsync/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/cvsync/IkaLog",
    "description": "Enjoy Splatoon!",
    "fork": true,
    "url": "https://api.github.com/repos/cvsync/IkaLog",
    "forks_url": "https://api.github.com/repos/cvsync/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/cvsync/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/cvsync/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/cvsync/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/cvsync/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/cvsync/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/cvsync/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/cvsync/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/cvsync/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/cvsync/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/cvsync/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/cvsync/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/cvsync/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/cvsync/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/cvsync/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/cvsync/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/cvsync/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/cvsync/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/cvsync/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/cvsync/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/cvsync/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/cvsync/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/cvsync/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/cvsync/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/cvsync/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/cvsync/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/cvsync/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/cvsync/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/cvsync/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/cvsync/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/cvsync/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/cvsync/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/cvsync/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/cvsync/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/cvsync/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/cvsync/IkaLog/deployments",
    "created_at": "2015-10-21T08:21:25Z",
    "updated_at": "2015-10-21T08:21:27Z",
    "pushed_at": "2015-10-21T08:17:33Z",
    "git_url": "git://github.com/cvsync/IkaLog.git",
    "ssh_url": "git@github.com:cvsync/IkaLog.git",
    "clone_url": "https://github.com/cvsync/IkaLog.git",
    "svn_url": "https://github.com/cvsync/IkaLog",
    "homepage": "https://github.com/hasegaw/IkaLog/blob/master/doc/IkaUI.md",
    "size": 3141,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "master"
  },
  {
    "id": 44660326,
    "name": "IkaLog",
    "full_name": "XenonAbe/IkaLog",
    "owner": {
      "login": "XenonAbe",
      "id": 2491727,
      "avatar_url": "https://avatars.githubusercontent.com/u/2491727?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/XenonAbe",
      "html_url": "https://github.com/XenonAbe",
      "followers_url": "https://api.github.com/users/XenonAbe/followers",
      "following_url": "https://api.github.com/users/XenonAbe/following{/other_user}",
      "gists_url": "https://api.github.com/users/XenonAbe/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/XenonAbe/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/XenonAbe/subscriptions",
      "organizations_url": "https://api.github.com/users/XenonAbe/orgs",
      "repos_url": "https://api.github.com/users/XenonAbe/repos",
      "events_url": "https://api.github.com/users/XenonAbe/events{/privacy}",
      "received_events_url": "https://api.github.com/users/XenonAbe/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/XenonAbe/IkaLog",
    "description": "Enjoy Splatoon!",
    "fork": true,
    "url": "https://api.github.com/repos/XenonAbe/IkaLog",
    "forks_url": "https://api.github.com/repos/XenonAbe/IkaLog/forks",
    "keys_url": "https://api.github.com/repos/XenonAbe/IkaLog/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/XenonAbe/IkaLog/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/XenonAbe/IkaLog/teams",
    "hooks_url": "https://api.github.com/repos/XenonAbe/IkaLog/hooks",
    "issue_events_url": "https://api.github.com/repos/XenonAbe/IkaLog/issues/events{/number}",
    "events_url": "https://api.github.com/repos/XenonAbe/IkaLog/events",
    "assignees_url": "https://api.github.com/repos/XenonAbe/IkaLog/assignees{/user}",
    "branches_url": "https://api.github.com/repos/XenonAbe/IkaLog/branches{/branch}",
    "tags_url": "https://api.github.com/repos/XenonAbe/IkaLog/tags",
    "blobs_url": "https://api.github.com/repos/XenonAbe/IkaLog/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/XenonAbe/IkaLog/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/XenonAbe/IkaLog/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/XenonAbe/IkaLog/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/XenonAbe/IkaLog/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/XenonAbe/IkaLog/languages",
    "stargazers_url": "https://api.github.com/repos/XenonAbe/IkaLog/stargazers",
    "contributors_url": "https://api.github.com/repos/XenonAbe/IkaLog/contributors",
    "subscribers_url": "https://api.github.com/repos/XenonAbe/IkaLog/subscribers",
    "subscription_url": "https://api.github.com/repos/XenonAbe/IkaLog/subscription",
    "commits_url": "https://api.github.com/repos/XenonAbe/IkaLog/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/XenonAbe/IkaLog/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/XenonAbe/IkaLog/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/XenonAbe/IkaLog/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/XenonAbe/IkaLog/contents/{+path}",
    "compare_url": "https://api.github.com/repos/XenonAbe/IkaLog/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/XenonAbe/IkaLog/merges",
    "archive_url": "https://api.github.com/repos/XenonAbe/IkaLog/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/XenonAbe/IkaLog/downloads",
    "issues_url": "https://api.github.com/repos/XenonAbe/IkaLog/issues{/number}",
    "pulls_url": "https://api.github.com/repos/XenonAbe/IkaLog/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/XenonAbe/IkaLog/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/XenonAbe/IkaLog/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/XenonAbe/IkaLog/labels{/name}",
    "releases_url": "https://api.github.com/repos/XenonAbe/IkaLog/releases{/id}",
    "deployments_url": "https://api.github.com/repos/XenonAbe/IkaLog/deployments",
    "created_at": "2015-10-21T07:41:00Z",
    "updated_at": "2015-10-21T07:41:01Z",
    "pushed_at": "2015-10-21T08:01:26Z",
    "git_url": "git://github.com/XenonAbe/IkaLog.git",
    "ssh_url": "git@github.com:XenonAbe/IkaLog.git",
    "clone_url": "https://github.com/XenonAbe/IkaLog.git",
    "svn_url": "https://github.com/XenonAbe/IkaLog",
    "homepage": "https://github.com/hasegaw/IkaLog/blob/master/doc/IkaUI.md",
    "size": 3163,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "master"
  }
]