GET /github/user/:username/repos
Hent en liste over offentlige repositorier for en spesifikk GitHub-bruker, inkludert reponavn, beskrivelser, stjerneantall, fork-antall, primærspråk og siste oppdateringsdatoer. Nyttig for å bygge utviklerporteføljesider, analysere en brukers bidrag til åpen kildekode og lage prosjektutstillinger. Data fra GitHub REST API.
username
påkrevd
Username
| Navn | Påkrevd | Standard | Beskrivelse |
|---|---|---|---|
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": 62716,
"full_name": "torvalds/linux",
"is_fork": false,
"language": "C",
"name": "linux",
"open_issues": 3,
"stars": 236481,
"updated_at": "2026-06-15T12:05:49Z",
"url": "https://github.com/torvalds/linux"
},
{
"created_at": "2026-06-02T15:48:56Z",
"description": "Minimalist RP2350 magnetic sensor scroll wheel toy project",
"forks": 10,
"full_name": "torvalds/ScrollWheel",
"is_fork": false,
"language": "C",
"name": "ScrollWheel",
"open_issues": 7,
"stars": 305,
"updated_at": "2026-06-15T07:54:10Z",
"url": "https://github.com/torvalds/ScrollWheel"
},
{
"created_at": "2018-01-17T22:32:21Z",
"description": "Random version of microemacs with my private modificatons",
"forks": 308,
"full_name": "torvalds/uemacs",
"is_fork": false,
"language": "C",
"name": "uemacs",
"open_issues": 14,
"stars": 2049,
"updated_at": "2026-06-15T07:48:08Z",
"url": "https://github.com/torvalds/uemacs"
},
{
"created_at": "2025-09-17T01:01:29Z",
"description": "Linus learns analog circuits",
"forks": 77,
"full_name": "torvalds/GuitarPedal",
"is_fork": false,
"language": "C",
"name": "GuitarPedal",
"open_issues": 2,
"stars": 2016,
"updated_at": "2026-06-15T07:18:35Z",
"url": "https://github.com/torvalds/GuitarPedal"
},
{
"created_at": "2026-01-09T02:33:29Z",
"description": "Random digital audio effects",
"forks": 207,
"full_name": "torvalds/AudioNoise",
"is_fork": false,
"language": "C",
"name": "AudioNoise",
"open_issues": 30,
"stars": 4383,
"updated_at": "2026-06-14T20:05:41Z",
"url": "https://github.com/torvalds/AudioNoise"
},
{
"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": 567,
"updated_at": "2026-06-13T16:29:12Z",
"url": "https://github.com/torvalds/1590A"
},
{
"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": 390,
"updated_at": "2026-06-13T14:06:59Z",
"url": "https://github.com/torvalds/libdc-for-dirk"
},
{
"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": 459,
"updated_at": "2026-06-13T14:06:57Z",
"url": "https://github.com/torvalds/subsurface-for-dirk"
},
{
"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": 1009,
"updated_at": "2026-06-13T14:06:56Z",
"url": "https://github.com/torvalds/test-tlb"
},
{
"created_at": "2022-07-30T03:30:56Z",
"description": "A cross-platform, linkable library implementation of Git that you can use in your application.",
"forks": 28,
"full_name": "torvalds/libgit2",
"is_fork": true,
"language": "C",
"name": "libgit2",
"open_issues": 1,
"stars": 363,
"updated_at": "2026-06-13T14:06:55Z",
"url": "https://github.com/torvalds/libgit2"
}
],
"success": true
}