Difference between revisions of "Github API examples"
From SCECpedia
Jump to navigationJump to search (Created page with "SCEC hosts several open-source codes on github. Below are examples of using the github REST api to get information about these codes. These give examples of the owner and repo...") |
|||
Line 1: | Line 1: | ||
SCEC hosts several open-source codes on github. Below are examples of using the github REST api to get information about these codes. These give examples of the owner and repo values that work in the github API. | SCEC hosts several open-source codes on github. Below are examples of using the github REST api to get information about these codes. These give examples of the owner and repo values that work in the github API. | ||
+ | |||
+ | curl -i https://api.github.com/repos/SCECcode/bbp/events | ||
== Info about BBP repo == | == Info about BBP repo == |
Latest revision as of 02:24, 14 May 2019
SCEC hosts several open-source codes on github. Below are examples of using the github REST api to get information about these codes. These give examples of the owner and repo values that work in the github API.
curl -i https://api.github.com/repos/SCECcode/bbp/events
Info about BBP repo
maechlin ~$ curl https://api.github.com/repos/SCECcode/bbp/releases [ { "url": "https://api.github.com/repos/SCECcode/bbp/releases/6341326", "assets_url": "https://api.github.com/repos/SCECcode/bbp/releases/6341326/assets", "upload_url": "https://uploads.github.com/repos/SCECcode/bbp/releases/6341326/assets{?name,label}", "html_url": "https://github.com/SCECcode/bbp/releases/tag/17.3.0", "id": 6341326, "tag_name": "17.3.0", "target_commitish": "master", "name": "17.3.0", "draft": false, "author": { "login": "fabiolsilva", "id": 14130034, "avatar_url": "https://avatars0.githubusercontent.com/u/14130034?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fabiolsilva", "html_url": "https://github.com/fabiolsilva", "followers_url": "https://api.github.com/users/fabiolsilva/followers", "following_url": "https://api.github.com/users/fabiolsilva/following{/other_user}", "gists_url": "https://api.github.com/users/fabiolsilva/gists{/gist_id}", "starred_url": "https://api.github.com/users/fabiolsilva/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/fabiolsilva/subscriptions", "organizations_url": "https://api.github.com/users/fabiolsilva/orgs", "repos_url": "https://api.github.com/users/fabiolsilva/repos", "events_url": "https://api.github.com/users/fabiolsilva/events{/privacy}", "received_events_url": "https://api.github.com/users/fabiolsilva/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-06-16T22:31:47Z", "published_at": "2017-06-16T22:32:20Z", "assets": [ ], "tarball_url": "https://api.github.com/repos/SCECcode/bbp/tarball/17.3.0", "zipball_url": "https://api.github.com/repos/SCECcode/bbp/zipball/17.3.0", "body": "### Broadband Platform 17.3.0\r\n\r\nThis full release of the Broadband Platform includes the following features and bug fixes. Below is a summary of the improvements and modifications includes in this release of the Broadband Platform.\r\n\r\n#### Method Updates\r\n\r\n* Added the Irikura Recipe Method 1 simulation method to the Broadband Platform. It includes a new rupture generator module developed by Arben Pitarka to generate a SRF file. Then, it uses the GP method wave propagation codes to generate low- and high-frequency seismograms.\r\n\r\n* Updated GP rupture generator code to genslip-5.2.2. This new version of genslip accepts three new parameters used for the simulation of multi-segment ruptures, where time series can be generated segment by segment and then added together before post-processing is done.\r\n\r\n* Updated GP match.py module to improve the merging of low- and high-frequency seismograms.\r\n\r\n#### General Improvements\r\n\r\n* Added a FAS calculation module to the Platform. Work contributed by Jeff Bayless using David Boore's 'smc2fs2' and 'asc2smc' codes. The FAS module produces per-station plots with both N/S and E/W components, along with the smoothed EAS (effective amplitude spectrum) of the two horizontal components.\r\n\r\n* Included the calculation of zeta parameter in the RZZ2015 module.\r\n\r\n* Added the Central United States simulation region, contributed by Mehrdad Hosseini and Paul Somerville. This includes a new set of Green's functions, calculated up to 1800km.\r\n\r\n* Fixed issue in the Anderson GoF and RZZ2015 codes that was causing time series to not align correctly. Thanks to Kim Olsen and Rumi Takedatsu for reporting this bug.\r\n\r\n* Added two new scripts: 'merge_multisegment_validation.py' and 'merge_multisegment_scenario.py' to the utils/misc directory. These scripts can be used to combine time series from a number of separately-calculated segments, allowing for a multi-segment rupture to be simulated.\r\n\r\n#### Cluster Improvements\r\n\r\n* bbp_hpcc_validation.py and bbp_hpcc_scenario.py include option for user to override default walltime. This allows users to specify a short walltime if they know a job will run quickly, allowing the job to be potentially quickly scheduled by PBS.\r\n\r\n* Added a '-s' option to both bbp_hpcc_validation.py and bbp_hpcc_scenario.py to enable the use of the site response module. Currently only the GP site response module is supported (it is used for all methods).\r\n\r\n* Several modifications to the cluster scripts to enable multi-segment ruptures to be simulated. Added a '--segment' option to specify the segment number, a '--variation' option to enable the use of different sets of random seeds in the cluster. Also added a '--firstsegment' option to enable the scripts to find the first segment of a multi-segment run so that common seeds can be used for certain parameters across multiple segments (used by the GP method).\r\n\r\n* Cluster scripts now save metadata file on top-level simulation directory including all command-line options used to generate the cluster simulation. This is useful to track simulation parameters.\r\n\r\n* Added two scripts, 'bbp_merge_multisegment_validation.py' and 'bbp_merge_multisegment_scenario.py' to the utils/batch directory. These scripts work similarly to the ones in utils/misc but can be used to calculate multi-segment runs using segments calculated on the cluster." } ]
All SCECcode repos
maechlin ~$ curl https://api.github.com/users/SCECcode/repos [ { "id": 61656861, "name": "bbp", "full_name": "SCECcode/bbp", "owner": { "login": "SCECcode", "id": 8519819, "avatar_url": "https://avatars1.githubusercontent.com/u/8519819?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SCECcode", "html_url": "https://github.com/SCECcode", "followers_url": "https://api.github.com/users/SCECcode/followers", "following_url": "https://api.github.com/users/SCECcode/following{/other_user}", "gists_url": "https://api.github.com/users/SCECcode/gists{/gist_id}", "starred_url": "https://api.github.com/users/SCECcode/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SCECcode/subscriptions", "organizations_url": "https://api.github.com/users/SCECcode/orgs", "repos_url": "https://api.github.com/users/SCECcode/repos", "events_url": "https://api.github.com/users/SCECcode/events{/privacy}", "received_events_url": "https://api.github.com/users/SCECcode/received_events", "type": "Organization", "site_admin": false }, "private": false, "html_url": "https://github.com/SCECcode/bbp", "description": "SCEC Broadband Platform", "fork": false, "url": "https://api.github.com/repos/SCECcode/bbp", "forks_url": "https://api.github.com/repos/SCECcode/bbp/forks", "keys_url": "https://api.github.com/repos/SCECcode/bbp/keys{/key_id}", "collaborators_url": "https://api.github.com/repos/SCECcode/bbp/collaborators{/collaborator}", "teams_url": "https://api.github.com/repos/SCECcode/bbp/teams", "hooks_url": "https://api.github.com/repos/SCECcode/bbp/hooks", "issue_events_url": "https://api.github.com/repos/SCECcode/bbp/issues/events{/number}", "events_url": "https://api.github.com/repos/SCECcode/bbp/events", "assignees_url": "https://api.github.com/repos/SCECcode/bbp/assignees{/user}", "branches_url": "https://api.github.com/repos/SCECcode/bbp/branches{/branch}", "tags_url": "https://api.github.com/repos/SCECcode/bbp/tags", "blobs_url": "https://api.github.com/repos/SCECcode/bbp/git/blobs{/sha}", "git_tags_url": "https://api.github.com/repos/SCECcode/bbp/git/tags{/sha}", "git_refs_url": "https://api.github.com/repos/SCECcode/bbp/git/refs{/sha}", "trees_url": "https://api.github.com/repos/SCECcode/bbp/git/trees{/sha}", "statuses_url": "https://api.github.com/repos/SCECcode/bbp/statuses/{sha}", "languages_url": "https://api.github.com/repos/SCECcode/bbp/languages", "stargazers_url": "https://api.github.com/repos/SCECcode/bbp/stargazers", "contributors_url": "https://api.github.com/repos/SCECcode/bbp/contributors", "subscribers_url": "https://api.github.com/repos/SCECcode/bbp/subscribers", "subscription_url": "https://api.github.com/repos/SCECcode/bbp/subscription", "commits_url": "https://api.github.com/repos/SCECcode/bbp/commits{/sha}", "git_commits_url": "https://api.github.com/repos/SCECcode/bbp/git/commits{/sha}", "comments_url": "https://api.github.com/repos/SCECcode/bbp/comments{/number}", "issue_comment_url": "https://api.github.com/repos/SCECcode/bbp/issues/comments{/number}", "contents_url": "https://api.github.com/repos/SCECcode/bbp/contents/{+path}", "compare_url": "https://api.github.com/repos/SCECcode/bbp/compare/{base}...{head}", "merges_url": "https://api.github.com/repos/SCECcode/bbp/merges", "archive_url": "https://api.github.com/repos/SCECcode/bbp/{archive_format}{/ref}", "downloads_url": "https://api.github.com/repos/SCECcode/bbp/downloads", "issues_url": "https://api.github.com/repos/SCECcode/bbp/issues{/number}", "pulls_url": "https://api.github.com/repos/SCECcode/bbp/pulls{/number}", "milestones_url": "https://api.github.com/repos/SCECcode/bbp/milestones{/number}", "notifications_url": "https://api.github.com/repos/SCECcode/bbp/notifications{?since,all,participating}", "labels_url": "https://api.github.com/repos/SCECcode/bbp/labels{/name}", "releases_url": "https://api.github.com/repos/SCECcode/bbp/releases{/id}", "deployments_url": "https://api.github.com/repos/SCECcode/bbp/deployments", "created_at": "2016-06-21T18:22:56Z", "updated_at": "2017-10-31T09:16:30Z", "pushed_at": "2018-03-03T17:40:24Z", "git_url": "git://github.com/SCECcode/bbp.git", "ssh_url": "git@github.com:SCECcode/bbp.git", "clone_url": "https://github.com/SCECcode/bbp.git", "svn_url": "https://github.com/SCECcode/bbp", "homepage": null, "size": 45262, "stargazers_count": 2, "watchers_count": 2, "language": "Fortran", "has_issues": true, "has_projects": true, "has_downloads": true, "has_wiki": true, "has_pages": false, "forks_count": 3, "mirror_url": null, "archived": false, "open_issues_count": 23, "license": { "key": "apache-2.0", "name": "Apache License 2.0", "spdx_id": "Apache-2.0", "url": "https://api.github.com/licenses/apache-2.0" }, "forks": 3, "open_issues": 23, "watchers": 2, "default_branch": "master" }, { "id": 58238498, "name": "CCA", "full_name": "SCECcode/CCA", "owner": { "login": "SCECcode", "id": 8519819, "avatar_url": "https://avatars1.githubusercontent.com/u/8519819?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SCECcode", "html_url": "https://github.com/SCECcode", "followers_url": "https://api.github.com/users/SCECcode/followers", "following_url": "https://api.github.com/users/SCECcode/following{/other_user}", "gists_url": "https://api.github.com/users/SCECcode/gists{/gist_id}", "starred_url": "https://api.github.com/users/SCECcode/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SCECcode/subscriptions", "organizations_url": "https://api.github.com/users/SCECcode/orgs", "repos_url": "https://api.github.com/users/SCECcode/repos", "events_url": "https://api.github.com/users/SCECcode/events{/privacy}", "received_events_url": "https://api.github.com/users/SCECcode/received_events", "type": "Organization", "site_admin": false }, "private": false, "html_url": "https://github.com/SCECcode/CCA", "description": "Central California Area (CCA) Velocity Model", "fork": false, "url": "https://api.github.com/repos/SCECcode/CCA", "forks_url": "https://api.github.com/repos/SCECcode/CCA/forks", "keys_url": "https://api.github.com/repos/SCECcode/CCA/keys{/key_id}", "collaborators_url": "https://api.github.com/repos/SCECcode/CCA/collaborators{/collaborator}", "teams_url": "https://api.github.com/repos/SCECcode/CCA/teams", "hooks_url": "https://api.github.com/repos/SCECcode/CCA/hooks", "issue_events_url": "https://api.github.com/repos/SCECcode/CCA/issues/events{/number}", "events_url": "https://api.github.com/repos/SCECcode/CCA/events", "assignees_url": "https://api.github.com/repos/SCECcode/CCA/assignees{/user}", "branches_url": "https://api.github.com/repos/SCECcode/CCA/branches{/branch}", "tags_url": "https://api.github.com/repos/SCECcode/CCA/tags", "blobs_url": "https://api.github.com/repos/SCECcode/CCA/git/blobs{/sha}", "git_tags_url": "https://api.github.com/repos/SCECcode/CCA/git/tags{/sha}", "git_refs_url": "https://api.github.com/repos/SCECcode/CCA/git/refs{/sha}", "trees_url": "https://api.github.com/repos/SCECcode/CCA/git/trees{/sha}", "statuses_url": "https://api.github.com/repos/SCECcode/CCA/statuses/{sha}", "languages_url": "https://api.github.com/repos/SCECcode/CCA/languages", "stargazers_url": "https://api.github.com/repos/SCECcode/CCA/stargazers", "contributors_url": "https://api.github.com/repos/SCECcode/CCA/contributors", "subscribers_url": "https://api.github.com/repos/SCECcode/CCA/subscribers", "subscription_url": "https://api.github.com/repos/SCECcode/CCA/subscription", "commits_url": "https://api.github.com/repos/SCECcode/CCA/commits{/sha}", "git_commits_url": "https://api.github.com/repos/SCECcode/CCA/git/commits{/sha}", "comments_url": "https://api.github.com/repos/SCECcode/CCA/comments{/number}", "issue_comment_url": "https://api.github.com/repos/SCECcode/CCA/issues/comments{/number}", "contents_url": "https://api.github.com/repos/SCECcode/CCA/contents/{+path}", "compare_url": "https://api.github.com/repos/SCECcode/CCA/compare/{base}...{head}", "merges_url": "https://api.github.com/repos/SCECcode/CCA/merges", "archive_url": "https://api.github.com/repos/SCECcode/CCA/{archive_format}{/ref}", "downloads_url": "https://api.github.com/repos/SCECcode/CCA/downloads", "issues_url": "https://api.github.com/repos/SCECcode/CCA/issues{/number}", "pulls_url": "https://api.github.com/repos/SCECcode/CCA/pulls{/number}", "milestones_url": "https://api.github.com/repos/SCECcode/CCA/milestones{/number}", "notifications_url": "https://api.github.com/repos/SCECcode/CCA/notifications{?since,all,participating}", "labels_url": "https://api.github.com/repos/SCECcode/CCA/labels{/name}", "releases_url": "https://api.github.com/repos/SCECcode/CCA/releases{/id}", "deployments_url": "https://api.github.com/repos/SCECcode/CCA/deployments", "created_at": "2016-05-06T22:38:52Z", "updated_at": "2016-06-14T23:48:11Z", "pushed_at": "2016-09-02T17:34:02Z", "git_url": "git://github.com/SCECcode/CCA.git", "ssh_url": "git@github.com:SCECcode/CCA.git", "clone_url": "https://github.com/SCECcode/CCA.git", "svn_url": "https://github.com/SCECcode/CCA", "homepage": "", "size": 22, "stargazers_count": 0, "watchers_count": 0, "language": "C", "has_issues": true, "has_projects": true, "has_downloads": true, "has_wiki": true, "has_pages": false, "forks_count": 1, "mirror_url": null, "archived": false, "open_issues_count": 0, "license": { "key": "other", "name": "Other", "spdx_id": null, "url": null }, "forks": 1, "open_issues": 0, "watchers": 0, "default_branch": "master" }, { "id": 111720184, "name": "CSEPcode", "full_name": "SCECcode/CSEPcode", "owner": { "login": "SCECcode", "id": 8519819, "avatar_url": "https://avatars1.githubusercontent.com/u/8519819?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SCECcode", "html_url": "https://github.com/SCECcode", "followers_url": "https://api.github.com/users/SCECcode/followers", "following_url": "https://api.github.com/users/SCECcode/following{/other_user}", "gists_url": "https://api.github.com/users/SCECcode/gists{/gist_id}", "starred_url": "https://api.github.com/users/SCECcode/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SCECcode/subscriptions", "organizations_url": "https://api.github.com/users/SCECcode/orgs", "repos_url": "https://api.github.com/users/SCECcode/repos", "events_url": "https://api.github.com/users/SCECcode/events{/privacy}", "received_events_url": "https://api.github.com/users/SCECcode/received_events", "type": "Organization", "site_admin": false }, "private": false, "html_url": "https://github.com/SCECcode/CSEPcode", "description": "CSEP utility codes and scripts", "fork": false, "url": "https://api.github.com/repos/SCECcode/CSEPcode", "forks_url": "https://api.github.com/repos/SCECcode/CSEPcode/forks", "keys_url": "https://api.github.com/repos/SCECcode/CSEPcode/keys{/key_id}", "collaborators_url": "https://api.github.com/repos/SCECcode/CSEPcode/collaborators{/collaborator}", "teams_url": "https://api.github.com/repos/SCECcode/CSEPcode/teams", "hooks_url": "https://api.github.com/repos/SCECcode/CSEPcode/hooks", "issue_events_url": "https://api.github.com/repos/SCECcode/CSEPcode/issues/events{/number}", "events_url": "https://api.github.com/repos/SCECcode/CSEPcode/events", "assignees_url": "https://api.github.com/repos/SCECcode/CSEPcode/assignees{/user}", "branches_url": "https://api.github.com/repos/SCECcode/CSEPcode/branches{/branch}", "tags_url": "https://api.github.com/repos/SCECcode/CSEPcode/tags", "blobs_url": "https://api.github.com/repos/SCECcode/CSEPcode/git/blobs{/sha}", "git_tags_url": "https://api.github.com/repos/SCECcode/CSEPcode/git/tags{/sha}", "git_refs_url": "https://api.github.com/repos/SCECcode/CSEPcode/git/refs{/sha}", "trees_url": "https://api.github.com/repos/SCECcode/CSEPcode/git/trees{/sha}", "statuses_url": "https://api.github.com/repos/SCECcode/CSEPcode/statuses/{sha}", "languages_url": "https://api.github.com/repos/SCECcode/CSEPcode/languages", "stargazers_url": "https://api.github.com/repos/SCECcode/CSEPcode/stargazers", "contributors_url": "https://api.github.com/repos/SCECcode/CSEPcode/contributors", "subscribers_url": "https://api.github.com/repos/SCECcode/CSEPcode/subscribers", "subscription_url": "https://api.github.com/repos/SCECcode/CSEPcode/subscription", "commits_url": "https://api.github.com/repos/SCECcode/CSEPcode/commits{/sha}", "git_commits_url": "https://api.github.com/repos/SCECcode/CSEPcode/git/commits{/sha}", "comments_url": "https://api.github.com/repos/SCECcode/CSEPcode/comments{/number}", "issue_comment_url": "https://api.github.com/repos/SCECcode/CSEPcode/issues/comments{/number}", "contents_url": "https://api.github.com/repos/SCECcode/CSEPcode/contents/{+path}", "compare_url": "https://api.github.com/repos/SCECcode/CSEPcode/compare/{base}...{head}", "merges_url": "https://api.github.com/repos/SCECcode/CSEPcode/merges", "archive_url": "https://api.github.com/repos/SCECcode/CSEPcode/{archive_format}{/ref}", "downloads_url": "https://api.github.com/repos/SCECcode/CSEPcode/downloads", "issues_url": "https://api.github.com/repos/SCECcode/CSEPcode/issues{/number}", "pulls_url": "https://api.github.com/repos/SCECcode/CSEPcode/pulls{/number}", "milestones_url": "https://api.github.com/repos/SCECcode/CSEPcode/milestones{/number}", "notifications_url": "https://api.github.com/repos/SCECcode/CSEPcode/notifications{?since,all,participating}", "labels_url": "https://api.github.com/repos/SCECcode/CSEPcode/labels{/name}", "releases_url": "https://api.github.com/repos/SCECcode/CSEPcode/releases{/id}", "deployments_url": "https://api.github.com/repos/SCECcode/CSEPcode/deployments", "created_at": "2017-11-22T18:40:30Z", "updated_at": "2017-11-22T18:47:16Z", "pushed_at": "2017-11-30T17:58:56Z", "git_url": "git://github.com/SCECcode/CSEPcode.git", "ssh_url": "git@github.com:SCECcode/CSEPcode.git", "clone_url": "https://github.com/SCECcode/CSEPcode.git", "svn_url": "https://github.com/SCECcode/CSEPcode", "homepage": null, "size": 13813, "stargazers_count": 0, "watchers_count": 0, "language": "Roff", "has_issues": true, "has_projects": true, "has_downloads": true, "has_wiki": true, "has_pages": false, "forks_count": 0, "mirror_url": null, "archived": false, "open_issues_count": 0, "license": { "key": "bsd-3-clause", "name": "BSD 3-Clause \"New\" or \"Revised\" License", "spdx_id": "BSD-3-Clause", "url": "https://api.github.com/licenses/bsd-3-clause" }, "forks": 0, "open_issues": 0, "watchers": 0, "default_branch": "master" }, { "id": 60200810, "name": "HighF", "full_name": "SCECcode/HighF", "owner": { "login": "SCECcode", "id": 8519819, "avatar_url": "https://avatars1.githubusercontent.com/u/8519819?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SCECcode", "html_url": "https://github.com/SCECcode", "followers_url": "https://api.github.com/users/SCECcode/followers", "following_url": "https://api.github.com/users/SCECcode/following{/other_user}", "gists_url": "https://api.github.com/users/SCECcode/gists{/gist_id}", "starred_url": "https://api.github.com/users/SCECcode/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SCECcode/subscriptions", "organizations_url": "https://api.github.com/users/SCECcode/orgs", "repos_url": "https://api.github.com/users/SCECcode/repos", "events_url": "https://api.github.com/users/SCECcode/events{/privacy}", "received_events_url": "https://api.github.com/users/SCECcode/received_events", "type": "Organization", "site_admin": false }, "private": false, "html_url": "https://github.com/SCECcode/HighF", "description": "HighF seismogram processing codes", "fork": false, "url": "https://api.github.com/repos/SCECcode/HighF", "forks_url": "https://api.github.com/repos/SCECcode/HighF/forks", "keys_url": "https://api.github.com/repos/SCECcode/HighF/keys{/key_id}", "collaborators_url": "https://api.github.com/repos/SCECcode/HighF/collaborators{/collaborator}", "teams_url": "https://api.github.com/repos/SCECcode/HighF/teams", "hooks_url": "https://api.github.com/repos/SCECcode/HighF/hooks", "issue_events_url": "https://api.github.com/repos/SCECcode/HighF/issues/events{/number}", "events_url": "https://api.github.com/repos/SCECcode/HighF/events", "assignees_url": "https://api.github.com/repos/SCECcode/HighF/assignees{/user}", "branches_url": "https://api.github.com/repos/SCECcode/HighF/branches{/branch}", "tags_url": "https://api.github.com/repos/SCECcode/HighF/tags", "blobs_url": "https://api.github.com/repos/SCECcode/HighF/git/blobs{/sha}", "git_tags_url": "https://api.github.com/repos/SCECcode/HighF/git/tags{/sha}", "git_refs_url": "https://api.github.com/repos/SCECcode/HighF/git/refs{/sha}", "trees_url": "https://api.github.com/repos/SCECcode/HighF/git/trees{/sha}", "statuses_url": "https://api.github.com/repos/SCECcode/HighF/statuses/{sha}", "languages_url": "https://api.github.com/repos/SCECcode/HighF/languages", "stargazers_url": "https://api.github.com/repos/SCECcode/HighF/stargazers", "contributors_url": "https://api.github.com/repos/SCECcode/HighF/contributors", "subscribers_url": "https://api.github.com/repos/SCECcode/HighF/subscribers", "subscription_url": "https://api.github.com/repos/SCECcode/HighF/subscription", "commits_url": "https://api.github.com/repos/SCECcode/HighF/commits{/sha}", "git_commits_url": "https://api.github.com/repos/SCECcode/HighF/git/commits{/sha}", "comments_url": "https://api.github.com/repos/SCECcode/HighF/comments{/number}", "issue_comment_url": "https://api.github.com/repos/SCECcode/HighF/issues/comments{/number}", "contents_url": "https://api.github.com/repos/SCECcode/HighF/contents/{+path}", "compare_url": "https://api.github.com/repos/SCECcode/HighF/compare/{base}...{head}", "merges_url": "https://api.github.com/repos/SCECcode/HighF/merges", "archive_url": "https://api.github.com/repos/SCECcode/HighF/{archive_format}{/ref}", "downloads_url": "https://api.github.com/repos/SCECcode/HighF/downloads", "issues_url": "https://api.github.com/repos/SCECcode/HighF/issues{/number}", "pulls_url": "https://api.github.com/repos/SCECcode/HighF/pulls{/number}", "milestones_url": "https://api.github.com/repos/SCECcode/HighF/milestones{/number}", "notifications_url": "https://api.github.com/repos/SCECcode/HighF/notifications{?since,all,participating}", "labels_url": "https://api.github.com/repos/SCECcode/HighF/labels{/name}", "releases_url": "https://api.github.com/repos/SCECcode/HighF/releases{/id}", "deployments_url": "https://api.github.com/repos/SCECcode/HighF/deployments", "created_at": "2016-06-01T18:21:28Z", "updated_at": "2016-06-01T18:28:15Z", "pushed_at": "2016-06-02T00:07:09Z", "git_url": "git://github.com/SCECcode/HighF.git", "ssh_url": "git@github.com:SCECcode/HighF.git", "clone_url": "https://github.com/SCECcode/HighF.git", "svn_url": "https://github.com/SCECcode/HighF", "homepage": null, "size": 36, "stargazers_count": 0, "watchers_count": 0, "language": "Python", "has_issues": true, "has_projects": true, "has_downloads": true, "has_wiki": true, "has_pages": false, "forks_count": 2, "mirror_url": null, "archived": false, "open_issues_count": 0, "license": null, "forks": 2, "open_issues": 0, "watchers": 0, "default_branch": "master" }, { "id": 61655914, "name": "seismtools", "full_name": "SCECcode/seismtools", "owner": { "login": "SCECcode", "id": 8519819, "avatar_url": "https://avatars1.githubusercontent.com/u/8519819?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SCECcode", "html_url": "https://github.com/SCECcode", "followers_url": "https://api.github.com/users/SCECcode/followers", "following_url": "https://api.github.com/users/SCECcode/following{/other_user}", "gists_url": "https://api.github.com/users/SCECcode/gists{/gist_id}", "starred_url": "https://api.github.com/users/SCECcode/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SCECcode/subscriptions", "organizations_url": "https://api.github.com/users/SCECcode/orgs", "repos_url": "https://api.github.com/users/SCECcode/repos", "events_url": "https://api.github.com/users/SCECcode/events{/privacy}", "received_events_url": "https://api.github.com/users/SCECcode/received_events", "type": "Organization", "site_admin": false }, "private": false, "html_url": "https://github.com/SCECcode/seismtools", "description": "The ASEIS group seismic ground motion python tools", "fork": true, "url": "https://api.github.com/repos/SCECcode/seismtools", "forks_url": "https://api.github.com/repos/SCECcode/seismtools/forks", "keys_url": "https://api.github.com/repos/SCECcode/seismtools/keys{/key_id}", "collaborators_url": "https://api.github.com/repos/SCECcode/seismtools/collaborators{/collaborator}", "teams_url": "https://api.github.com/repos/SCECcode/seismtools/teams", "hooks_url": "https://api.github.com/repos/SCECcode/seismtools/hooks", "issue_events_url": "https://api.github.com/repos/SCECcode/seismtools/issues/events{/number}", "events_url": "https://api.github.com/repos/SCECcode/seismtools/events", "assignees_url": "https://api.github.com/repos/SCECcode/seismtools/assignees{/user}", "branches_url": "https://api.github.com/repos/SCECcode/seismtools/branches{/branch}", "tags_url": "https://api.github.com/repos/SCECcode/seismtools/tags", "blobs_url": "https://api.github.com/repos/SCECcode/seismtools/git/blobs{/sha}", "git_tags_url": "https://api.github.com/repos/SCECcode/seismtools/git/tags{/sha}", "git_refs_url": "https://api.github.com/repos/SCECcode/seismtools/git/refs{/sha}", "trees_url": "https://api.github.com/repos/SCECcode/seismtools/git/trees{/sha}", "statuses_url": "https://api.github.com/repos/SCECcode/seismtools/statuses/{sha}", "languages_url": "https://api.github.com/repos/SCECcode/seismtools/languages", "stargazers_url": "https://api.github.com/repos/SCECcode/seismtools/stargazers", "contributors_url": "https://api.github.com/repos/SCECcode/seismtools/contributors", "subscribers_url": "https://api.github.com/repos/SCECcode/seismtools/subscribers", "subscription_url": "https://api.github.com/repos/SCECcode/seismtools/subscription", "commits_url": "https://api.github.com/repos/SCECcode/seismtools/commits{/sha}", "git_commits_url": "https://api.github.com/repos/SCECcode/seismtools/git/commits{/sha}", "comments_url": "https://api.github.com/repos/SCECcode/seismtools/comments{/number}", "issue_comment_url": "https://api.github.com/repos/SCECcode/seismtools/issues/comments{/number}", "contents_url": "https://api.github.com/repos/SCECcode/seismtools/contents/{+path}", "compare_url": "https://api.github.com/repos/SCECcode/seismtools/compare/{base}...{head}", "merges_url": "https://api.github.com/repos/SCECcode/seismtools/merges", "archive_url": "https://api.github.com/repos/SCECcode/seismtools/{archive_format}{/ref}", "downloads_url": "https://api.github.com/repos/SCECcode/seismtools/downloads", "issues_url": "https://api.github.com/repos/SCECcode/seismtools/issues{/number}", "pulls_url": "https://api.github.com/repos/SCECcode/seismtools/pulls{/number}", "milestones_url": "https://api.github.com/repos/SCECcode/seismtools/milestones{/number}", "notifications_url": "https://api.github.com/repos/SCECcode/seismtools/notifications{?since,all,participating}", "labels_url": "https://api.github.com/repos/SCECcode/seismtools/labels{/name}", "releases_url": "https://api.github.com/repos/SCECcode/seismtools/releases{/id}", "deployments_url": "https://api.github.com/repos/SCECcode/seismtools/deployments", "created_at": "2016-06-21T18:08:51Z", "updated_at": "2018-03-22T18:19:07Z", "pushed_at": "2018-03-22T18:19:05Z", "git_url": "git://github.com/SCECcode/seismtools.git", "ssh_url": "git@github.com:SCECcode/seismtools.git", "clone_url": "https://github.com/SCECcode/seismtools.git", "svn_url": "https://github.com/SCECcode/seismtools", "homepage": null, "size": 105214, "stargazers_count": 0, "watchers_count": 0, "language": "Python", "has_issues": true, "has_projects": true, "has_downloads": true, "has_wiki": true, "has_pages": false, "forks_count": 2, "mirror_url": null, "archived": false, "open_issues_count": 0, "license": null, "forks": 2, "open_issues": 0, "watchers": 0, "default_branch": "master" }, { "id": 125764942, "name": "ts-process", "full_name": "SCECcode/ts-process", "owner": { "login": "SCECcode", "id": 8519819, "avatar_url": "https://avatars1.githubusercontent.com/u/8519819?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SCECcode", "html_url": "https://github.com/SCECcode", "followers_url": "https://api.github.com/users/SCECcode/followers", "following_url": "https://api.github.com/users/SCECcode/following{/other_user}", "gists_url": "https://api.github.com/users/SCECcode/gists{/gist_id}", "starred_url": "https://api.github.com/users/SCECcode/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SCECcode/subscriptions", "organizations_url": "https://api.github.com/users/SCECcode/orgs", "repos_url": "https://api.github.com/users/SCECcode/repos", "events_url": "https://api.github.com/users/SCECcode/events{/privacy}", "received_events_url": "https://api.github.com/users/SCECcode/received_events", "type": "Organization", "site_admin": false }, "private": false, "html_url": "https://github.com/SCECcode/ts-process", "description": "Ground motion time series processing tools", "fork": false, "url": "https://api.github.com/repos/SCECcode/ts-process", "forks_url": "https://api.github.com/repos/SCECcode/ts-process/forks", "keys_url": "https://api.github.com/repos/SCECcode/ts-process/keys{/key_id}", "collaborators_url": "https://api.github.com/repos/SCECcode/ts-process/collaborators{/collaborator}", "teams_url": "https://api.github.com/repos/SCECcode/ts-process/teams", "hooks_url": "https://api.github.com/repos/SCECcode/ts-process/hooks", "issue_events_url": "https://api.github.com/repos/SCECcode/ts-process/issues/events{/number}", "events_url": "https://api.github.com/repos/SCECcode/ts-process/events", "assignees_url": "https://api.github.com/repos/SCECcode/ts-process/assignees{/user}", "branches_url": "https://api.github.com/repos/SCECcode/ts-process/branches{/branch}", "tags_url": "https://api.github.com/repos/SCECcode/ts-process/tags", "blobs_url": "https://api.github.com/repos/SCECcode/ts-process/git/blobs{/sha}", "git_tags_url": "https://api.github.com/repos/SCECcode/ts-process/git/tags{/sha}", "git_refs_url": "https://api.github.com/repos/SCECcode/ts-process/git/refs{/sha}", "trees_url": "https://api.github.com/repos/SCECcode/ts-process/git/trees{/sha}", "statuses_url": "https://api.github.com/repos/SCECcode/ts-process/statuses/{sha}", "languages_url": "https://api.github.com/repos/SCECcode/ts-process/languages", "stargazers_url": "https://api.github.com/repos/SCECcode/ts-process/stargazers", "contributors_url": "https://api.github.com/repos/SCECcode/ts-process/contributors", "subscribers_url": "https://api.github.com/repos/SCECcode/ts-process/subscribers", "subscription_url": "https://api.github.com/repos/SCECcode/ts-process/subscription", "commits_url": "https://api.github.com/repos/SCECcode/ts-process/commits{/sha}", "git_commits_url": "https://api.github.com/repos/SCECcode/ts-process/git/commits{/sha}", "comments_url": "https://api.github.com/repos/SCECcode/ts-process/comments{/number}", "issue_comment_url": "https://api.github.com/repos/SCECcode/ts-process/issues/comments{/number}", "contents_url": "https://api.github.com/repos/SCECcode/ts-process/contents/{+path}", "compare_url": "https://api.github.com/repos/SCECcode/ts-process/compare/{base}...{head}", "merges_url": "https://api.github.com/repos/SCECcode/ts-process/merges", "archive_url": "https://api.github.com/repos/SCECcode/ts-process/{archive_format}{/ref}", "downloads_url": "https://api.github.com/repos/SCECcode/ts-process/downloads", "issues_url": "https://api.github.com/repos/SCECcode/ts-process/issues{/number}", "pulls_url": "https://api.github.com/repos/SCECcode/ts-process/pulls{/number}", "milestones_url": "https://api.github.com/repos/SCECcode/ts-process/milestones{/number}", "notifications_url": "https://api.github.com/repos/SCECcode/ts-process/notifications{?since,all,participating}", "labels_url": "https://api.github.com/repos/SCECcode/ts-process/labels{/name}", "releases_url": "https://api.github.com/repos/SCECcode/ts-process/releases{/id}", "deployments_url": "https://api.github.com/repos/SCECcode/ts-process/deployments", "created_at": "2018-03-18T20:31:03Z", "updated_at": "2018-03-18T20:31:59Z", "pushed_at": "2018-03-18T20:31:04Z", "git_url": "git://github.com/SCECcode/ts-process.git", "ssh_url": "git@github.com:SCECcode/ts-process.git", "clone_url": "https://github.com/SCECcode/ts-process.git", "svn_url": "https://github.com/SCECcode/ts-process", "homepage": null, "size": 2, "stargazers_count": 0, "watchers_count": 0, "language": null, "has_issues": true, "has_projects": true, "has_downloads": true, "has_wiki": true, "has_pages": false, "forks_count": 1, "mirror_url": null, "archived": false, "open_issues_count": 0, "license": { "key": "bsd-3-clause", "name": "BSD 3-Clause \"New\" or \"Revised\" License", "spdx_id": "BSD-3-Clause", "url": "https://api.github.com/licenses/bsd-3-clause" }, "forks": 1, "open_issues": 0, "watchers": 0, "default_branch": "master" }, { "id": 56876042, "name": "UCVM", "full_name": "SCECcode/UCVM", "owner": { "login": "SCECcode", "id": 8519819, "avatar_url": "https://avatars1.githubusercontent.com/u/8519819?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SCECcode", "html_url": "https://github.com/SCECcode", "followers_url": "https://api.github.com/users/SCECcode/followers", "following_url": "https://api.github.com/users/SCECcode/following{/other_user}", "gists_url": "https://api.github.com/users/SCECcode/gists{/gist_id}", "starred_url": "https://api.github.com/users/SCECcode/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SCECcode/subscriptions", "organizations_url": "https://api.github.com/users/SCECcode/orgs", "repos_url": "https://api.github.com/users/SCECcode/repos", "events_url": "https://api.github.com/users/SCECcode/events{/privacy}", "received_events_url": "https://api.github.com/users/SCECcode/received_events", "type": "Organization", "site_admin": false }, "private": false, "html_url": "https://github.com/SCECcode/UCVM", "description": "Unified Community Velocity Model (UCVM)", "fork": false, "url": "https://api.github.com/repos/SCECcode/UCVM", "forks_url": "https://api.github.com/repos/SCECcode/UCVM/forks", "keys_url": "https://api.github.com/repos/SCECcode/UCVM/keys{/key_id}", "collaborators_url": "https://api.github.com/repos/SCECcode/UCVM/collaborators{/collaborator}", "teams_url": "https://api.github.com/repos/SCECcode/UCVM/teams", "hooks_url": "https://api.github.com/repos/SCECcode/UCVM/hooks", "issue_events_url": "https://api.github.com/repos/SCECcode/UCVM/issues/events{/number}", "events_url": "https://api.github.com/repos/SCECcode/UCVM/events", "assignees_url": "https://api.github.com/repos/SCECcode/UCVM/assignees{/user}", "branches_url": "https://api.github.com/repos/SCECcode/UCVM/branches{/branch}", "tags_url": "https://api.github.com/repos/SCECcode/UCVM/tags", "blobs_url": "https://api.github.com/repos/SCECcode/UCVM/git/blobs{/sha}", "git_tags_url": "https://api.github.com/repos/SCECcode/UCVM/git/tags{/sha}", "git_refs_url": "https://api.github.com/repos/SCECcode/UCVM/git/refs{/sha}", "trees_url": "https://api.github.com/repos/SCECcode/UCVM/git/trees{/sha}", "statuses_url": "https://api.github.com/repos/SCECcode/UCVM/statuses/{sha}", "languages_url": "https://api.github.com/repos/SCECcode/UCVM/languages", "stargazers_url": "https://api.github.com/repos/SCECcode/UCVM/stargazers", "contributors_url": "https://api.github.com/repos/SCECcode/UCVM/contributors", "subscribers_url": "https://api.github.com/repos/SCECcode/UCVM/subscribers", "subscription_url": "https://api.github.com/repos/SCECcode/UCVM/subscription", "commits_url": "https://api.github.com/repos/SCECcode/UCVM/commits{/sha}", "git_commits_url": "https://api.github.com/repos/SCECcode/UCVM/git/commits{/sha}", "comments_url": "https://api.github.com/repos/SCECcode/UCVM/comments{/number}", "issue_comment_url": "https://api.github.com/repos/SCECcode/UCVM/issues/comments{/number}", "contents_url": "https://api.github.com/repos/SCECcode/UCVM/contents/{+path}", "compare_url": "https://api.github.com/repos/SCECcode/UCVM/compare/{base}...{head}", "merges_url": "https://api.github.com/repos/SCECcode/UCVM/merges", "archive_url": "https://api.github.com/repos/SCECcode/UCVM/{archive_format}{/ref}", "downloads_url": "https://api.github.com/repos/SCECcode/UCVM/downloads", "issues_url": "https://api.github.com/repos/SCECcode/UCVM/issues{/number}", "pulls_url": "https://api.github.com/repos/SCECcode/UCVM/pulls{/number}", "milestones_url": "https://api.github.com/repos/SCECcode/UCVM/milestones{/number}", "notifications_url": "https://api.github.com/repos/SCECcode/UCVM/notifications{?since,all,participating}", "labels_url": "https://api.github.com/repos/SCECcode/UCVM/labels{/name}", "releases_url": "https://api.github.com/repos/SCECcode/UCVM/releases{/id}", "deployments_url": "https://api.github.com/repos/SCECcode/UCVM/deployments", "created_at": "2016-04-22T18:11:51Z", "updated_at": "2017-09-13T16:29:00Z", "pushed_at": "2017-05-10T03:28:15Z", "git_url": "git://github.com/SCECcode/UCVM.git", "ssh_url": "git@github.com:SCECcode/UCVM.git", "clone_url": "https://github.com/SCECcode/UCVM.git", "svn_url": "https://github.com/SCECcode/UCVM", "homepage": null, "size": 206410, "stargazers_count": 4, "watchers_count": 4, "language": "Makefile", "has_issues": true, "has_projects": true, "has_downloads": true, "has_wiki": true, "has_pages": false, "forks_count": 1, "mirror_url": null, "archived": false, "open_issues_count": 24, "license": { "key": "other", "name": "Other", "spdx_id": null, "url": null }, "forks": 1, "open_issues": 24, "watchers": 4, "default_branch": "master" }, { "id": 76295706, "name": "UCVMC", "full_name": "SCECcode/UCVMC", "owner": { "login": "SCECcode", "id": 8519819, "avatar_url": "https://avatars1.githubusercontent.com/u/8519819?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SCECcode", "html_url": "https://github.com/SCECcode", "followers_url": "https://api.github.com/users/SCECcode/followers", "following_url": "https://api.github.com/users/SCECcode/following{/other_user}", "gists_url": "https://api.github.com/users/SCECcode/gists{/gist_id}", "starred_url": "https://api.github.com/users/SCECcode/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SCECcode/subscriptions", "organizations_url": "https://api.github.com/users/SCECcode/orgs", "repos_url": "https://api.github.com/users/SCECcode/repos", "events_url": "https://api.github.com/users/SCECcode/events{/privacy}", "received_events_url": "https://api.github.com/users/SCECcode/received_events", "type": "Organization", "site_admin": false }, "private": false, "html_url": "https://github.com/SCECcode/UCVMC", "description": "SCEC Unified Community Velocity Model C-language (UCVMC) software framework", "fork": false, "url": "https://api.github.com/repos/SCECcode/UCVMC", "forks_url": "https://api.github.com/repos/SCECcode/UCVMC/forks", "keys_url": "https://api.github.com/repos/SCECcode/UCVMC/keys{/key_id}", "collaborators_url": "https://api.github.com/repos/SCECcode/UCVMC/collaborators{/collaborator}", "teams_url": "https://api.github.com/repos/SCECcode/UCVMC/teams", "hooks_url": "https://api.github.com/repos/SCECcode/UCVMC/hooks", "issue_events_url": "https://api.github.com/repos/SCECcode/UCVMC/issues/events{/number}", "events_url": "https://api.github.com/repos/SCECcode/UCVMC/events", "assignees_url": "https://api.github.com/repos/SCECcode/UCVMC/assignees{/user}", "branches_url": "https://api.github.com/repos/SCECcode/UCVMC/branches{/branch}", "tags_url": "https://api.github.com/repos/SCECcode/UCVMC/tags", "blobs_url": "https://api.github.com/repos/SCECcode/UCVMC/git/blobs{/sha}", "git_tags_url": "https://api.github.com/repos/SCECcode/UCVMC/git/tags{/sha}", "git_refs_url": "https://api.github.com/repos/SCECcode/UCVMC/git/refs{/sha}", "trees_url": "https://api.github.com/repos/SCECcode/UCVMC/git/trees{/sha}", "statuses_url": "https://api.github.com/repos/SCECcode/UCVMC/statuses/{sha}", "languages_url": "https://api.github.com/repos/SCECcode/UCVMC/languages", "stargazers_url": "https://api.github.com/repos/SCECcode/UCVMC/stargazers", "contributors_url": "https://api.github.com/repos/SCECcode/UCVMC/contributors", "subscribers_url": "https://api.github.com/repos/SCECcode/UCVMC/subscribers", "subscription_url": "https://api.github.com/repos/SCECcode/UCVMC/subscription", "commits_url": "https://api.github.com/repos/SCECcode/UCVMC/commits{/sha}", "git_commits_url": "https://api.github.com/repos/SCECcode/UCVMC/git/commits{/sha}", "comments_url": "https://api.github.com/repos/SCECcode/UCVMC/comments{/number}", "issue_comment_url": "https://api.github.com/repos/SCECcode/UCVMC/issues/comments{/number}", "contents_url": "https://api.github.com/repos/SCECcode/UCVMC/contents/{+path}", "compare_url": "https://api.github.com/repos/SCECcode/UCVMC/compare/{base}...{head}", "merges_url": "https://api.github.com/repos/SCECcode/UCVMC/merges", "archive_url": "https://api.github.com/repos/SCECcode/UCVMC/{archive_format}{/ref}", "downloads_url": "https://api.github.com/repos/SCECcode/UCVMC/downloads", "issues_url": "https://api.github.com/repos/SCECcode/UCVMC/issues{/number}", "pulls_url": "https://api.github.com/repos/SCECcode/UCVMC/pulls{/number}", "milestones_url": "https://api.github.com/repos/SCECcode/UCVMC/milestones{/number}", "notifications_url": "https://api.github.com/repos/SCECcode/UCVMC/notifications{?since,all,participating}", "labels_url": "https://api.github.com/repos/SCECcode/UCVMC/labels{/name}", "releases_url": "https://api.github.com/repos/SCECcode/UCVMC/releases{/id}", "deployments_url": "https://api.github.com/repos/SCECcode/UCVMC/deployments", "created_at": "2016-12-12T21:09:04Z", "updated_at": "2017-10-18T21:23:32Z", "pushed_at": "2017-03-06T22:04:19Z", "git_url": "git://github.com/SCECcode/UCVMC.git", "ssh_url": "git@github.com:SCECcode/UCVMC.git", "clone_url": "https://github.com/SCECcode/UCVMC.git", "svn_url": "https://github.com/SCECcode/UCVMC", "homepage": "https://github.com/SCECcode/UCVMC/wiki", "size": 17189, "stargazers_count": 2, "watchers_count": 2, "language": "C", "has_issues": true, "has_projects": true, "has_downloads": true, "has_wiki": true, "has_pages": false, "forks_count": 1, "mirror_url": null, "archived": false, "open_issues_count": 28, "license": { "key": "other", "name": "Other", "spdx_id": null, "url": null }, "forks": 1, "open_issues": 28, "watchers": 2, "default_branch": "master" } ] maechlin ~$ curl https://api.github.com/users/pjmaechling/repos [ { "id": 18126668, "name": "mmpi", "full_name": "pjmaechling/mmpi", "owner": { "login": "pjmaechling", "id": 6079560, "avatar_url": "https://avatars0.githubusercontent.com/u/6079560?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pjmaechling", "html_url": "https://github.com/pjmaechling", "followers_url": "https://api.github.com/users/pjmaechling/followers", "following_url": "https://api.github.com/users/pjmaechling/following{/other_user}", "gists_url": "https://api.github.com/users/pjmaechling/gists{/gist_id}", "starred_url": "https://api.github.com/users/pjmaechling/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/pjmaechling/subscriptions", "organizations_url": "https://api.github.com/users/pjmaechling/orgs", "repos_url": "https://api.github.com/users/pjmaechling/repos", "events_url": "https://api.github.com/users/pjmaechling/events{/privacy}", "received_events_url": "https://api.github.com/users/pjmaechling/received_events", "type": "User", "site_admin": false }, "private": false, "html_url": "https://github.com/pjmaechling/mmpi", "description": "Simple MPI Communications Time and Variability Measurements", "fork": false, "url": "https://api.github.com/repos/pjmaechling/mmpi", "forks_url": "https://api.github.com/repos/pjmaechling/mmpi/forks", "keys_url": "https://api.github.com/repos/pjmaechling/mmpi/keys{/key_id}", "collaborators_url": "https://api.github.com/repos/pjmaechling/mmpi/collaborators{/collaborator}", "teams_url": "https://api.github.com/repos/pjmaechling/mmpi/teams", "hooks_url": "https://api.github.com/repos/pjmaechling/mmpi/hooks", "issue_events_url": "https://api.github.com/repos/pjmaechling/mmpi/issues/events{/number}", "events_url": "https://api.github.com/repos/pjmaechling/mmpi/events", "assignees_url": "https://api.github.com/repos/pjmaechling/mmpi/assignees{/user}", "branches_url": "https://api.github.com/repos/pjmaechling/mmpi/branches{/branch}", "tags_url": "https://api.github.com/repos/pjmaechling/mmpi/tags", "blobs_url": "https://api.github.com/repos/pjmaechling/mmpi/git/blobs{/sha}", "git_tags_url": "https://api.github.com/repos/pjmaechling/mmpi/git/tags{/sha}", "git_refs_url": "https://api.github.com/repos/pjmaechling/mmpi/git/refs{/sha}", "trees_url": "https://api.github.com/repos/pjmaechling/mmpi/git/trees{/sha}", "statuses_url": "https://api.github.com/repos/pjmaechling/mmpi/statuses/{sha}", "languages_url": "https://api.github.com/repos/pjmaechling/mmpi/languages", "stargazers_url": "https://api.github.com/repos/pjmaechling/mmpi/stargazers", "contributors_url": "https://api.github.com/repos/pjmaechling/mmpi/contributors", "subscribers_url": "https://api.github.com/repos/pjmaechling/mmpi/subscribers", "subscription_url": "https://api.github.com/repos/pjmaechling/mmpi/subscription", "commits_url": "https://api.github.com/repos/pjmaechling/mmpi/commits{/sha}", "git_commits_url": "https://api.github.com/repos/pjmaechling/mmpi/git/commits{/sha}", "comments_url": "https://api.github.com/repos/pjmaechling/mmpi/comments{/number}", "issue_comment_url": "https://api.github.com/repos/pjmaechling/mmpi/issues/comments{/number}", "contents_url": "https://api.github.com/repos/pjmaechling/mmpi/contents/{+path}", "compare_url": "https://api.github.com/repos/pjmaechling/mmpi/compare/{base}...{head}", "merges_url": "https://api.github.com/repos/pjmaechling/mmpi/merges", "archive_url": "https://api.github.com/repos/pjmaechling/mmpi/{archive_format}{/ref}", "downloads_url": "https://api.github.com/repos/pjmaechling/mmpi/downloads", "issues_url": "https://api.github.com/repos/pjmaechling/mmpi/issues{/number}", "pulls_url": "https://api.github.com/repos/pjmaechling/mmpi/pulls{/number}", "milestones_url": "https://api.github.com/repos/pjmaechling/mmpi/milestones{/number}", "notifications_url": "https://api.github.com/repos/pjmaechling/mmpi/notifications{?since,all,participating}", "labels_url": "https://api.github.com/repos/pjmaechling/mmpi/labels{/name}", "releases_url": "https://api.github.com/repos/pjmaechling/mmpi/releases{/id}", "deployments_url": "https://api.github.com/repos/pjmaechling/mmpi/deployments", "created_at": "2014-03-26T04:18:37Z", "updated_at": "2017-09-07T23:40:23Z", "pushed_at": "2014-03-28T21:34:54Z", "git_url": "git://github.com/pjmaechling/mmpi.git", "ssh_url": "git@github.com:pjmaechling/mmpi.git", "clone_url": "https://github.com/pjmaechling/mmpi.git", "svn_url": "https://github.com/pjmaechling/mmpi", "homepage": null, "size": 18184, "stargazers_count": 0, "watchers_count": 0, "language": "Matlab", "has_issues": true, "has_projects": true, "has_downloads": true, "has_wiki": true, "has_pages": false, "forks_count": 0, "mirror_url": null, "archived": false, "open_issues_count": 0, "license": { "key": "mit", "name": "MIT License", "spdx_id": "MIT", "url": "https://api.github.com/licenses/mit" }, "forks": 0, "open_issues": 0, "watchers": 0, "default_branch": "master" } ]