GET /github/user/:username/repos
Hangi loend konkreetse GitHubi kasutaja avalikest hoidlatest, sealhulgas hoidla nimed, kirjeldused, tärnide arvud, kahveldamiste arvud, peamine programmeerimiskeel ja viimase uuendamise kuupäevad. Kasulik arendaja portfooliolehtede ehitamiseks, kasutaja avatud lähtekoodi panuste analüüsimiseks ja projektide tutvustuste loomiseks. Andmed pärinevad GitHubi REST API-st.
username
kohustuslik
Username
| Nimi | Kohustuslik | Vaikeväärtus | Kirjeldus |
|---|---|---|---|
username |
Jah | - | 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": 63869,
"full_name": "torvalds/linux",
"is_fork": false,
"language": "C",
"name": "linux",
"open_issues": 3,
"stars": 242552,
"updated_at": "2026-08-12T07:23:02Z",
"url": "https://github.com/torvalds/linux"
},
{
"created_at": "2026-06-02T15:48:56Z",
"description": "Minimalist RP2350 magnetic sensor scroll wheel toy project",
"forks": 12,
"full_name": "torvalds/ScrollWheel",
"is_fork": false,
"language": "C",
"name": "ScrollWheel",
"open_issues": 6,
"stars": 364,
"updated_at": "2026-08-12T05:15:44Z",
"url": "https://github.com/torvalds/ScrollWheel"
},
{
"created_at": "2025-09-17T01:01:29Z",
"description": "Linus learns analog circuits",
"forks": 99,
"full_name": "torvalds/GuitarPedal",
"is_fork": false,
"language": "C",
"name": "GuitarPedal",
"open_issues": 3,
"stars": 2233,
"updated_at": "2026-08-12T04:29:59Z",
"url": "https://github.com/torvalds/GuitarPedal"
},
{
"created_at": "2026-01-09T02:33:29Z",
"description": "Random digital audio effects",
"forks": 215,
"full_name": "torvalds/AudioNoise",
"is_fork": false,
"language": "C",
"name": "AudioNoise",
"open_issues": 32,
"stars": 4455,
"updated_at": "2026-08-12T04:29:43Z",
"url": "https://github.com/torvalds/AudioNoise"
},
{
"created_at": "2018-01-17T22:32:21Z",
"description": "Random version of microemacs with my private modificatons",
"forks": 317,
"full_name": "torvalds/uemacs",
"is_fork": false,
"language": "C",
"name": "uemacs",
"open_issues": 15,
"stars": 2100,
"updated_at": "2026-08-12T02:24:05Z",
"url": "https://github.com/torvalds/uemacs"
},
{
"created_at": "2017-03-24T20:06:37Z",
"description": "Stupid memory latency and TLB tester",
"forks": 220,
"full_name": "torvalds/test-tlb",
"is_fork": false,
"language": "C",
"name": "test-tlb",
"open_issues": 13,
"stars": 1041,
"updated_at": "2026-08-10T06:44:53Z",
"url": "https://github.com/torvalds/test-tlb"
},
{
"created_at": "2026-01-18T19:57:03Z",
"description": "Wrapper around 'less' to colorize spelling mistakes using Hunspell",
"forks": 17,
"full_name": "torvalds/HunspellColorize",
"is_fork": false,
"language": "C",
"name": "HunspellColorize",
"open_issues": 3,
"stars": 360,
"updated_at": "2026-08-10T01:34:36Z",
"url": "https://github.com/torvalds/HunspellColorize"
},
{
"created_at": "2022-07-30T03:30:56Z",
"description": "A cross-platform, linkable library implementation of Git that you can use in your application.",
"forks": 30,
"full_name": "torvalds/libgit2",
"is_fork": true,
"language": "C",
"name": "libgit2",
"open_issues": 1,
"stars": 377,
"updated_at": "2026-08-09T14:28:12Z",
"url": "https://github.com/torvalds/libgit2"
},
{
"created_at": "2017-12-04T21:58:56Z",
"description": "Brother PES file converter",
"forks": 75,
"full_name": "torvalds/pesconvert",
"is_fork": false,
"language": "C",
"name": "pesconvert",
"open_issues": 6,
"stars": 566,
"updated_at": "2026-08-09T01:28:09Z",
"url": "https://github.com/torvalds/pesconvert"
},
{
"created_at": "2017-01-11T18:03:01Z",
"description": "Do not use - the real upstream is Subsurface-divelog/subsurface",
"forks": 66,
"full_name": "torvalds/subsurface-for-dirk",
"is_fork": true,
"language": "C++",
"name": "subsurface-for-dirk",
"open_issues": 2,
"stars": 467,
"updated_at": "2026-08-05T11:29:49Z",
"url": "https://github.com/torvalds/subsurface-for-dirk"
}
],
"success": true
}