GET /github/user/:username/repos
Rufen Sie eine Liste öffentlicher Repositories für einen bestimmten GitHub-Nutzer ab, einschließlich Repo-Namen, Beschreibungen, Sternanzahl, Fork-Anzahl, Hauptsprache und letzten Aktualisierungsdaten. Nützlich zum Erstellen von Entwickler-Portfolio-Seiten, zur Analyse der Open-Source-Beiträge eines Nutzers und zur Erstellung von Projekt-Showcases. Daten von der GitHub REST API.
username
erforderlich
Username
| Name | Erforderlich | Standard | Beschreibung |
|---|---|---|---|
username |
Ja | - | Username |
curl https://nordapi.ee/api/v1/github/user/torvalds/repos
curl https://nordapi.ee/api/v1/github/user/torvalds/repos
curl https://nordapi.ee/api/v1/github/user/josevalim/repos
{
"count": 10,
"data": [
{
"created_at": "2011-09-04T22:48:12Z",
"description": "Linux kernel source tree",
"forks": 63138,
"full_name": "torvalds/linux",
"is_fork": false,
"language": "C",
"name": "linux",
"open_issues": 3,
"stars": 238495,
"updated_at": "2026-07-05T22:13:41Z",
"url": "https://github.com/torvalds/linux"
},
{
"created_at": "2018-01-17T22:32:21Z",
"description": "Random version of microemacs with my private modificatons",
"forks": 312,
"full_name": "torvalds/uemacs",
"is_fork": false,
"language": "C",
"name": "uemacs",
"open_issues": 16,
"stars": 2075,
"updated_at": "2026-07-05T17:16:41Z",
"url": "https://github.com/torvalds/uemacs"
},
{
"created_at": "2026-01-09T02:33:29Z",
"description": "Random digital audio effects",
"forks": 205,
"full_name": "torvalds/AudioNoise",
"is_fork": false,
"language": "C",
"name": "AudioNoise",
"open_issues": 33,
"stars": 4422,
"updated_at": "2026-07-05T14:48:34Z",
"url": "https://github.com/torvalds/AudioNoise"
},
{
"created_at": "2017-12-04T21:58:56Z",
"description": "Brother PES file converter",
"forks": 74,
"full_name": "torvalds/pesconvert",
"is_fork": false,
"language": "C",
"name": "pesconvert",
"open_issues": 6,
"stars": 568,
"updated_at": "2026-07-04T22:36:59Z",
"url": "https://github.com/torvalds/pesconvert"
},
{
"created_at": "2017-03-24T20:06:37Z",
"description": "Stupid memory latency and TLB tester",
"forks": 218,
"full_name": "torvalds/test-tlb",
"is_fork": false,
"language": "C",
"name": "test-tlb",
"open_issues": 13,
"stars": 1027,
"updated_at": "2026-07-04T22:36:56Z",
"url": "https://github.com/torvalds/test-tlb"
},
{
"created_at": "2017-01-11T18:03:01Z",
"description": "Do not use - the real upstream is Subsurface-divelog/subsurface",
"forks": 67,
"full_name": "torvalds/subsurface-for-dirk",
"is_fork": true,
"language": "C++",
"name": "subsurface-for-dirk",
"open_issues": 2,
"stars": 466,
"updated_at": "2026-07-04T22:36:56Z",
"url": "https://github.com/torvalds/subsurface-for-dirk"
},
{
"created_at": "2017-01-17T00:25:49Z",
"description": "Only use for syncing with Dirk, don't use for anything else",
"forks": 51,
"full_name": "torvalds/libdc-for-dirk",
"is_fork": true,
"language": "C",
"name": "libdc-for-dirk",
"open_issues": 1,
"stars": 395,
"updated_at": "2026-07-04T22:36:55Z",
"url": "https://github.com/torvalds/libdc-for-dirk"
},
{
"created_at": "2025-03-01T04:36:29Z",
"description": "Random odd guitar pedal design in kicad",
"forks": 21,
"full_name": "torvalds/1590A",
"is_fork": false,
"language": "OpenSCAD",
"name": "1590A",
"open_issues": 0,
"stars": 569,
"updated_at": "2026-07-04T22:36:53Z",
"url": "https://github.com/torvalds/1590A"
},
{
"created_at": "2026-01-18T19:57:03Z",
"description": "Wrapper around 'less' to colorize spelling mistakes using Hunspell",
"forks": 15,
"full_name": "torvalds/HunspellColorize",
"is_fork": false,
"language": "C",
"name": "HunspellColorize",
"open_issues": 2,
"stars": 351,
"updated_at": "2026-07-04T22:36:52Z",
"url": "https://github.com/torvalds/HunspellColorize"
},
{
"created_at": "2026-06-02T15:48:56Z",
"description": "Minimalist RP2350 magnetic sensor scroll wheel toy project",
"forks": 13,
"full_name": "torvalds/ScrollWheel",
"is_fork": false,
"language": "C",
"name": "ScrollWheel",
"open_issues": 8,
"stars": 360,
"updated_at": "2026-07-04T22:36:49Z",
"url": "https://github.com/torvalds/ScrollWheel"
}
],
"success": true
}