搜索接口
开发中
POST
/info/search
请求参数
Query 参数
keyword
string
可选
示例值:
hello
pagesize
string
可选
示例值:
2
curpage
string
可选
示例值:
1
Body 参数application/json
target_language
string
必需
techs
array [object {2}]
必需
confidence
string
必需
tech
string
必需
示例
{
"target_language": "",
"nation": "China",
"techs": [
{
"confidence": "60",
"tech": "后端开发"
}
]
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:9000/info/search?keyword=hello&pagesize=2&curpage=1' \
--header 'Content-Type: application/json' \
--data-raw '{
"target_language": "",
"nation": "China",
"techs": [
{
"confidence": "60",
"tech": "后端开发"
}
]
}'
返回响应
🟢200成功
application/json
Body
totalPage
string
必需
pageSize
string
必需
curPage
string
必需
items
array [object {11}]
必需
id
string
必需
name
string
必需
login
string
必需
avatar
string
必需
country
string
必需
bio
string
必需
mainLanguage
string
必需
totalStars
string
必需
totalForks
string
必需
totalIssues
string
必需
score
string
必需
示例
{
"result": [
{
"user_info": {
"avatar_url": "https://avatars.githubusercontent.com/u/8773846?v=4",
"bio": null,
"blog": "http://www.noteliu.com/",
"company": null,
"created_at": "2014-09-15T04:26:08Z",
"email": "liukaijv@foxmail.com",
"events_url": "https://api.github.com/users/liukaijv/events{/privacy}",
"followers": 54,
"followers_url": "https://api.github.com/users/liukaijv/followers",
"following": 96,
"following_url": "https://api.github.com/users/liukaijv/following{/other_user}",
"gists_url": "https://api.github.com/users/liukaijv/gists{/gist_id}",
"gravatar_id": "",
"hireable": true,
"html_url": "https://github.com/liukaijv",
"id": 8773846,
"location": "Asia/Chengdu",
"login": "liukaijv",
"name": "abc",
"node_id": "MDQ6VXNlcjg3NzM4NDY=",
"organizations_url": "https://api.github.com/users/liukaijv/orgs",
"public_gists": 0,
"public_repos": 567,
"received_events_url": "https://api.github.com/users/liukaijv/received_events",
"repos_url": "https://api.github.com/users/liukaijv/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/liukaijv/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/liukaijv/subscriptions",
"twitter_username": null,
"type": "User",
"updated_at": "2024-10-08T11:25:34Z",
"url": "https://api.github.com/users/liukaijv",
"user_view_type": "public"
}
},
{
"user_info": {
"avatar_url": "https://avatars.githubusercontent.com/u/79597906?v=4",
"bio": null,
"blog": "",
"company": null,
"created_at": "2021-02-24T17:35:44Z",
"email": null,
"events_url": "https://api.github.com/users/ABCxFF/events{/privacy}",
"followers": 56,
"followers_url": "https://api.github.com/users/ABCxFF/followers",
"following": 56,
"following_url": "https://api.github.com/users/ABCxFF/following{/other_user}",
"gists_url": "https://api.github.com/users/ABCxFF/gists{/gist_id}",
"gravatar_id": "",
"hireable": null,
"html_url": "https://github.com/ABCxFF",
"id": 79597906,
"location": null,
"login": "ABCxFF",
"name": "ABC",
"node_id": "MDQ6VXNlcjc5NTk3OTA2",
"organizations_url": "https://api.github.com/users/ABCxFF/orgs",
"public_gists": 1,
"public_repos": 11,
"received_events_url": "https://api.github.com/users/ABCxFF/received_events",
"repos_url": "https://api.github.com/users/ABCxFF/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ABCxFF/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ABCxFF/subscriptions",
"twitter_username": null,
"type": "User",
"updated_at": "2024-08-29T22:34:23Z",
"url": "https://api.github.com/users/ABCxFF",
"user_view_type": "public"
}
},
{
"user_info": {
"avatar_url": "https://avatars.githubusercontent.com/u/8020726?v=4",
"bio": null,
"blog": "",
"company": null,
"created_at": "2014-06-29T21:09:24Z",
"email": "guohl1990@126.com",
"events_url": "https://api.github.com/users/liuhuapiaoyuan/events{/privacy}",
"followers": 17,
"followers_url": "https://api.github.com/users/liuhuapiaoyuan/followers",
"following": 53,
"following_url": "https://api.github.com/users/liuhuapiaoyuan/following{/other_user}",
"gists_url": "https://api.github.com/users/liuhuapiaoyuan/gists{/gist_id}",
"gravatar_id": "",
"hireable": null,
"html_url": "https://github.com/liuhuapiaoyuan",
"id": 8020726,
"location": "HK",
"login": "liuhuapiaoyuan",
"name": "abc",
"node_id": "MDQ6VXNlcjgwMjA3MjY=",
"organizations_url": "https://api.github.com/users/liuhuapiaoyuan/orgs",
"public_gists": 0,
"public_repos": 118,
"received_events_url": "https://api.github.com/users/liuhuapiaoyuan/received_events",
"repos_url": "https://api.github.com/users/liuhuapiaoyuan/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/liuhuapiaoyuan/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/liuhuapiaoyuan/subscriptions",
"twitter_username": null,
"type": "User",
"updated_at": "2024-11-06T02:42:47Z",
"url": "https://api.github.com/users/liuhuapiaoyuan",
"user_view_type": "public"
}
},
{
"user_info": {
"avatar_url": "https://avatars.githubusercontent.com/u/18526439?v=4",
"bio": "abc",
"blog": "",
"company": null,
"created_at": "2016-04-18T08:07:03Z",
"email": "chenhaomingbob@163.com",
"events_url": "https://api.github.com/users/chenhaomingbob/events{/privacy}",
"followers": 24,
"followers_url": "https://api.github.com/users/chenhaomingbob/followers",
"following": 112,
"following_url": "https://api.github.com/users/chenhaomingbob/following{/other_user}",
"gists_url": "https://api.github.com/users/chenhaomingbob/gists{/gist_id}",
"gravatar_id": "",
"hireable": null,
"html_url": "https://github.com/chenhaomingbob",
"id": 18526439,
"location": null,
"login": "chenhaomingbob",
"name": "chenhaomingbob",
"node_id": "MDQ6VXNlcjE4NTI2NDM5",
"organizations_url": "https://api.github.com/users/chenhaomingbob/orgs",
"public_gists": 0,
"public_repos": 88,
"received_events_url": "https://api.github.com/users/chenhaomingbob/received_events",
"repos_url": "https://api.github.com/users/chenhaomingbob/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/chenhaomingbob/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/chenhaomingbob/subscriptions",
"twitter_username": null,
"type": "User",
"updated_at": "2024-10-30T11:39:39Z",
"url": "https://api.github.com/users/chenhaomingbob",
"user_view_type": "public"
}
},
{
"user_info": {
"avatar_url": "https://avatars.githubusercontent.com/u/9651515?v=4",
"bio": "Australian Broadcasting Corporation",
"blog": "http://www.abc.net.au/news/",
"company": null,
"created_at": "2014-11-10T05:22:47Z",
"email": null,
"events_url": "https://api.github.com/users/abcnews/events{/privacy}",
"followers": 48,
"followers_url": "https://api.github.com/users/abcnews/followers",
"following": 0,
"following_url": "https://api.github.com/users/abcnews/following{/other_user}",
"gists_url": "https://api.github.com/users/abcnews/gists{/gist_id}",
"gravatar_id": "",
"hireable": null,
"html_url": "https://github.com/abcnews",
"id": 9651515,
"location": "Australia",
"login": "abcnews",
"name": "ABC News",
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk2NTE1MTU=",
"organizations_url": "https://api.github.com/users/abcnews/orgs",
"public_gists": 0,
"public_repos": 197,
"received_events_url": "https://api.github.com/users/abcnews/received_events",
"repos_url": "https://api.github.com/users/abcnews/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/abcnews/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/abcnews/subscriptions",
"twitter_username": null,
"type": "Organization",
"updated_at": "2022-08-26T07:49:44Z",
"url": "https://api.github.com/users/abcnews",
"user_view_type": "public"
}
},
{
"user_info": {
"avatar_url": "https://avatars.githubusercontent.com/u/28278242?v=4",
"bio": "Editor at Week in Ethereum News",
"blog": "weekinethereumnews.com",
"company": "@BlockHorses",
"created_at": "2017-05-01T23:20:11Z",
"email": null,
"events_url": "https://api.github.com/users/abcoathup/events{/privacy}",
"followers": 219,
"followers_url": "https://api.github.com/users/abcoathup/followers",
"following": 41,
"following_url": "https://api.github.com/users/abcoathup/following{/other_user}",
"gists_url": "https://api.github.com/users/abcoathup/gists{/gist_id}",
"gravatar_id": "",
"hireable": null,
"html_url": "https://github.com/abcoathup",
"id": 28278242,
"location": "Melbourne, Australia",
"login": "abcoathup",
"name": "Andrew B Coathup",
"node_id": "MDQ6VXNlcjI4Mjc4MjQy",
"organizations_url": "https://api.github.com/users/abcoathup/orgs",
"public_gists": 11,
"public_repos": 94,
"received_events_url": "https://api.github.com/users/abcoathup/received_events",
"repos_url": "https://api.github.com/users/abcoathup/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/abcoathup/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/abcoathup/subscriptions",
"twitter_username": "abcoathup",
"type": "User",
"updated_at": "2024-10-23T00:54:25Z",
"url": "https://api.github.com/users/abcoathup",
"user_view_type": "public"
}
},
{
"user_info": {
"avatar_url": "https://avatars.githubusercontent.com/u/8255532?v=4",
"bio": null,
"blog": "",
"company": null,
"created_at": "2014-07-24T09:43:39Z",
"email": null,
"events_url": "https://api.github.com/users/wanesta/events{/privacy}",
"followers": 8,
"followers_url": "https://api.github.com/users/wanesta/followers",
"following": 55,
"following_url": "https://api.github.com/users/wanesta/following{/other_user}",
"gists_url": "https://api.github.com/users/wanesta/gists{/gist_id}",
"gravatar_id": "",
"hireable": null,
"html_url": "https://github.com/wanesta",
"id": 8255532,
"location": null,
"login": "wanesta",
"name": "ABC",
"node_id": "MDQ6VXNlcjgyNTU1MzI=",
"organizations_url": "https://api.github.com/users/wanesta/orgs",
"public_gists": 0,
"public_repos": 148,
"received_events_url": "https://api.github.com/users/wanesta/received_events",
"repos_url": "https://api.github.com/users/wanesta/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wanesta/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wanesta/subscriptions",
"twitter_username": null,
"type": "User",
"updated_at": "2024-10-08T01:17:34Z",
"url": "https://api.github.com/users/wanesta",
"user_view_type": "public"
}
},
{
"user_info": {
"avatar_url": "https://avatars.githubusercontent.com/u/2694381?v=4",
"bio": "PhD candidate at the TUGraz, Austria.",
"blog": "abcsds.github.io",
"company": null,
"created_at": "2012-10-31T21:16:25Z",
"email": null,
"events_url": "https://api.github.com/users/abcsds/events{/privacy}",
"followers": 122,
"followers_url": "https://api.github.com/users/abcsds/followers",
"following": 402,
"following_url": "https://api.github.com/users/abcsds/following{/other_user}",
"gists_url": "https://api.github.com/users/abcsds/gists{/gist_id}",
"gravatar_id": "",
"hireable": true,
"html_url": "https://github.com/abcsds",
"id": 2694381,
"location": "Graz, AT",
"login": "abcsds",
"name": "Alberto Barradas",
"node_id": "MDQ6VXNlcjI2OTQzODE=",
"organizations_url": "https://api.github.com/users/abcsds/orgs",
"public_gists": 21,
"public_repos": 189,
"received_events_url": "https://api.github.com/users/abcsds/received_events",
"repos_url": "https://api.github.com/users/abcsds/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/abcsds/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/abcsds/subscriptions",
"twitter_username": null,
"type": "User",
"updated_at": "2024-10-21T15:47:26Z",
"url": "https://api.github.com/users/abcsds",
"user_view_type": "public"
}
},
{
"user_info": {
"avatar_url": "https://avatars.githubusercontent.com/u/79551442?v=4",
"bio": "ABC",
"blog": "https://owen.wiki",
"company": "Ava Labs",
"created_at": "2021-02-24T00:51:30Z",
"email": null,
"events_url": "https://api.github.com/users/owenwahlgren/events{/privacy}",
"followers": 23,
"followers_url": "https://api.github.com/users/owenwahlgren/followers",
"following": 14,
"following_url": "https://api.github.com/users/owenwahlgren/following{/other_user}",
"gists_url": "https://api.github.com/users/owenwahlgren/gists{/gist_id}",
"gravatar_id": "",
"hireable": true,
"html_url": "https://github.com/owenwahlgren",
"id": 79551442,
"location": "New York",
"login": "owenwahlgren",
"name": "Owen",
"node_id": "MDQ6VXNlcjc5NTUxNDQy",
"organizations_url": "https://api.github.com/users/owenwahlgren/orgs",
"public_gists": 0,
"public_repos": 28,
"received_events_url": "https://api.github.com/users/owenwahlgren/received_events",
"repos_url": "https://api.github.com/users/owenwahlgren/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/owenwahlgren/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/owenwahlgren/subscriptions",
"twitter_username": null,
"type": "User",
"updated_at": "2024-10-25T01:23:34Z",
"url": "https://api.github.com/users/owenwahlgren",
"user_view_type": "public"
}
},
{
"user_info": {
"avatar_url": "https://avatars.githubusercontent.com/u/5153690?v=4",
"bio": null,
"blog": "https://letranloc.com",
"company": null,
"created_at": "2013-08-03T09:17:55Z",
"email": "abc@letranloc.com",
"events_url": "https://api.github.com/users/letranloc/events{/privacy}",
"followers": 12,
"followers_url": "https://api.github.com/users/letranloc/followers",
"following": 0,
"following_url": "https://api.github.com/users/letranloc/following{/other_user}",
"gists_url": "https://api.github.com/users/letranloc/gists{/gist_id}",
"gravatar_id": "",
"hireable": null,
"html_url": "https://github.com/letranloc",
"id": 5153690,
"location": "Ho Chi Minh, Viet Nam",
"login": "letranloc",
"name": "Loc",
"node_id": "MDQ6VXNlcjUxNTM2OTA=",
"organizations_url": "https://api.github.com/users/letranloc/orgs",
"public_gists": 13,
"public_repos": 251,
"received_events_url": "https://api.github.com/users/letranloc/received_events",
"repos_url": "https://api.github.com/users/letranloc/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/letranloc/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/letranloc/subscriptions",
"twitter_username": "letranloc",
"type": "User",
"updated_at": "2024-10-11T08:34:29Z",
"url": "https://api.github.com/users/letranloc",
"user_view_type": "public"
}
},
{
"user_info": {
"avatar_url": "https://avatars.githubusercontent.com/u/818406?v=4",
"bio": "ABC => Always Be Coding :)",
"blog": "https://ozoli.io",
"company": null,
"created_at": "2011-05-30T09:53:16Z",
"email": "oli@ozoli.io",
"events_url": "https://api.github.com/users/ozoli/events{/privacy}",
"followers": 35,
"followers_url": "https://api.github.com/users/ozoli/followers",
"following": 95,
"following_url": "https://api.github.com/users/ozoli/following{/other_user}",
"gists_url": "https://api.github.com/users/ozoli/gists{/gist_id}",
"gravatar_id": "",
"hireable": null,
"html_url": "https://github.com/ozoli",
"id": 818406,
"location": "Netherlands",
"login": "ozoli",
"name": "Oliver Carr",
"node_id": "MDQ6VXNlcjgxODQwNg==",
"organizations_url": "https://api.github.com/users/ozoli/orgs",
"public_gists": 4,
"public_repos": 83,
"received_events_url": "https://api.github.com/users/ozoli/received_events",
"repos_url": "https://api.github.com/users/ozoli/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ozoli/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ozoli/subscriptions",
"twitter_username": "aussieollie",
"type": "User",
"updated_at": "2024-08-30T21:33:23Z",
"url": "https://api.github.com/users/ozoli",
"user_view_type": "public"
}
},
{
"user_info": {
"avatar_url": "https://avatars.githubusercontent.com/u/28255313?v=4",
"bio": null,
"blog": "https://www.bitcoinabc.org",
"company": null,
"created_at": "2017-05-01T09:57:07Z",
"email": null,
"events_url": "https://api.github.com/users/Bitcoin-ABC/events{/privacy}",
"followers": 91,
"followers_url": "https://api.github.com/users/Bitcoin-ABC/followers",
"following": 0,
"following_url": "https://api.github.com/users/Bitcoin-ABC/following{/other_user}",
"gists_url": "https://api.github.com/users/Bitcoin-ABC/gists{/gist_id}",
"gravatar_id": "",
"hireable": null,
"html_url": "https://github.com/Bitcoin-ABC",
"id": 28255313,
"location": null,
"login": "Bitcoin-ABC",
"name": "Bitcoin ABC",
"node_id": "MDEyOk9yZ2FuaXphdGlvbjI4MjU1MzEz",
"organizations_url": "https://api.github.com/users/Bitcoin-ABC/orgs",
"public_gists": 0,
"public_repos": 6,
"received_events_url": "https://api.github.com/users/Bitcoin-ABC/received_events",
"repos_url": "https://api.github.com/users/Bitcoin-ABC/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/Bitcoin-ABC/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Bitcoin-ABC/subscriptions",
"twitter_username": null,
"type": "Organization",
"updated_at": "2024-10-14T11:33:15Z",
"url": "https://api.github.com/users/Bitcoin-ABC",
"user_view_type": "public"
}
},
{
"user_info": {
"avatar_url": "https://avatars.githubusercontent.com/u/5327677?v=4",
"bio": null,
"blog": "https://blog.dteam.top/",
"company": "DTeam",
"created_at": "2013-08-28T06:49:07Z",
"email": null,
"events_url": "https://api.github.com/users/abcfy2/events{/privacy}",
"followers": 91,
"followers_url": "https://api.github.com/users/abcfy2/followers",
"following": 13,
"following_url": "https://api.github.com/users/abcfy2/following{/other_user}",
"gists_url": "https://api.github.com/users/abcfy2/gists{/gist_id}",
"gravatar_id": "",
"hireable": null,
"html_url": "https://github.com/abcfy2",
"id": 5327677,
"location": "China Shaanxi Xi'an",
"login": "abcfy2",
"name": "Feng Yu",
"node_id": "MDQ6VXNlcjUzMjc2Nzc=",
"organizations_url": "https://api.github.com/users/abcfy2/orgs",
"public_gists": 2,
"public_repos": 68,
"received_events_url": "https://api.github.com/users/abcfy2/received_events",
"repos_url": "https://api.github.com/users/abcfy2/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/abcfy2/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/abcfy2/subscriptions",
"twitter_username": "abcfy2",
"type": "User",
"updated_at": "2024-11-04T12:23:36Z",
"url": "https://api.github.com/users/abcfy2",
"user_view_type": "public"
}
},
{
"user_info": {
"avatar_url": "https://avatars.githubusercontent.com/u/25194819?v=4",
"bio": "Always be curious (ABC)",
"blog": "",
"company": null,
"created_at": "2017-01-18T07:35:22Z",
"email": "zihao.xu@rutgers.edu",
"events_url": "https://api.github.com/users/shsjxzh/events{/privacy}",
"followers": 43,
"followers_url": "https://api.github.com/users/shsjxzh/followers",
"following": 48,
"following_url": "https://api.github.com/users/shsjxzh/following{/other_user}",
"gists_url": "https://api.github.com/users/shsjxzh/gists{/gist_id}",
"gravatar_id": "",
"hireable": null,
"html_url": "https://github.com/shsjxzh",
"id": 25194819,
"location": "Shanghai, China",
"login": "shsjxzh",
"name": "Zihao Xu",
"node_id": "MDQ6VXNlcjI1MTk0ODE5",
"organizations_url": "https://api.github.com/users/shsjxzh/orgs",
"public_gists": 1,
"public_repos": 35,
"received_events_url": "https://api.github.com/users/shsjxzh/received_events",
"repos_url": "https://api.github.com/users/shsjxzh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/shsjxzh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/shsjxzh/subscriptions",
"twitter_username": null,
"type": "User",
"updated_at": "2024-11-01T03:51:05Z",
"url": "https://api.github.com/users/shsjxzh",
"user_view_type": "public"
}
},
{
"user_info": {
"avatar_url": "https://avatars.githubusercontent.com/u/15196250?v=4",
"bio": null,
"blog": "",
"company": null,
"created_at": "2015-10-19T13:16:32Z",
"email": "abc873693@gmail.com",
"events_url": "https://api.github.com/users/abc873693/events{/privacy}",
"followers": 74,
"followers_url": "https://api.github.com/users/abc873693/followers",
"following": 40,
"following_url": "https://api.github.com/users/abc873693/following{/other_user}",
"gists_url": "https://api.github.com/users/abc873693/gists{/gist_id}",
"gravatar_id": "",
"hireable": null,
"html_url": "https://github.com/abc873693",
"id": 15196250,
"location": "Taiwan, Taipei",
"login": "abc873693",
"name": "RainVisitor",
"node_id": "MDQ6VXNlcjE1MTk2MjUw",
"organizations_url": "https://api.github.com/users/abc873693/orgs",
"public_gists": 15,
"public_repos": 113,
"received_events_url": "https://api.github.com/users/abc873693/received_events",
"repos_url": "https://api.github.com/users/abc873693/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/abc873693/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/abc873693/subscriptions",
"twitter_username": null,
"type": "User",
"updated_at": "2024-10-23T11:29:13Z",
"url": "https://api.github.com/users/abc873693",
"user_view_type": "public"
}
},
{
"user_info": {
"avatar_url": "https://avatars.githubusercontent.com/u/7236257?v=4",
"bio": "It's not who I am... but what I code, that defines me...\r\n\r\n",
"blog": "https://stackoverflow.com/users/3209112/abcdexter",
"company": "हिमालय",
"created_at": "2014-04-09T08:49:21Z",
"email": null,
"events_url": "https://api.github.com/users/ABcDexter/events{/privacy}",
"followers": 47,
"followers_url": "https://api.github.com/users/ABcDexter/followers",
"following": 73,
"following_url": "https://api.github.com/users/ABcDexter/following{/other_user}",
"gists_url": "https://api.github.com/users/ABcDexter/gists{/gist_id}",
"gravatar_id": "",
"hireable": null,
"html_url": "https://github.com/ABcDexter",
"id": 7236257,
"location": "WFH : H = हिमालय",
"login": "ABcDexter",
"name": "AnubhavB",
"node_id": "MDQ6VXNlcjcyMzYyNTc=",
"organizations_url": "https://api.github.com/users/ABcDexter/orgs",
"public_gists": 7,
"public_repos": 131,
"received_events_url": "https://api.github.com/users/ABcDexter/received_events",
"repos_url": "https://api.github.com/users/ABcDexter/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ABcDexter/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ABcDexter/subscriptions",
"twitter_username": null,
"type": "User",
"updated_at": "2024-10-23T04:38:58Z",
"url": "https://api.github.com/users/ABcDexter",
"user_view_type": "public"
}
},
{
"user_info": {
"avatar_url": "https://avatars.githubusercontent.com/u/6107272?v=4",
"bio": "Compilers and education",
"blog": "http://abchatra.github.io",
"company": "Microsoft",
"created_at": "2013-12-04T17:38:39Z",
"email": "abchatra@microsoft.com",
"events_url": "https://api.github.com/users/abchatra/events{/privacy}",
"followers": 53,
"followers_url": "https://api.github.com/users/abchatra/followers",
"following": 9,
"following_url": "https://api.github.com/users/abchatra/following{/other_user}",
"gists_url": "https://api.github.com/users/abchatra/gists{/gist_id}",
"gravatar_id": "",
"hireable": null,
"html_url": "https://github.com/abchatra",
"id": 6107272,
"location": "Redmond WA",
"login": "abchatra",
"name": "Abhijith Chatra",
"node_id": "MDQ6VXNlcjYxMDcyNzI=",
"organizations_url": "https://api.github.com/users/abchatra/orgs",
"public_gists": 0,
"public_repos": 103,
"received_events_url": "https://api.github.com/users/abchatra/received_events",
"repos_url": "https://api.github.com/users/abchatra/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/abchatra/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/abchatra/subscriptions",
"twitter_username": null,
"type": "User",
"updated_at": "2024-10-29T18:36:39Z",
"url": "https://api.github.com/users/abchatra",
"user_view_type": "public"
}
},
{
"user_info": {
"avatar_url": "https://avatars.githubusercontent.com/u/110215279?v=4",
"bio": "Just a chronic coder :)",
"blog": "",
"company": null,
"created_at": "2022-07-29T04:05:40Z",
"email": null,
"events_url": "https://api.github.com/users/abc-is-here/events{/privacy}",
"followers": 6,
"followers_url": "https://api.github.com/users/abc-is-here/followers",
"following": 12,
"following_url": "https://api.github.com/users/abc-is-here/following{/other_user}",
"gists_url": "https://api.github.com/users/abc-is-here/gists{/gist_id}",
"gravatar_id": "",
"hireable": true,
"html_url": "https://github.com/abc-is-here",
"id": 110215279,
"location": null,
"login": "abc-is-here",
"name": "abc",
"node_id": "U_kgDOBpHAbw",
"organizations_url": "https://api.github.com/users/abc-is-here/orgs",
"public_gists": 0,
"public_repos": 76,
"received_events_url": "https://api.github.com/users/abc-is-here/received_events",
"repos_url": "https://api.github.com/users/abc-is-here/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/abc-is-here/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/abc-is-here/subscriptions",
"twitter_username": null,
"type": "User",
"updated_at": "2024-11-04T12:38:22Z",
"url": "https://api.github.com/users/abc-is-here",
"user_view_type": "public"
}
},
{
"user_info": {
"avatar_url": "https://avatars.githubusercontent.com/u/28452511?v=4",
"bio": null,
"blog": "",
"company": null,
"created_at": "2017-05-05T17:03:56Z",
"email": null,
"events_url": "https://api.github.com/users/abcd567a/events{/privacy}",
"followers": 79,
"followers_url": "https://api.github.com/users/abcd567a/followers",
"following": 2,
"following_url": "https://api.github.com/users/abcd567a/following{/other_user}",
"gists_url": "https://api.github.com/users/abcd567a/gists{/gist_id}",
"gravatar_id": "",
"hireable": null,
"html_url": "https://github.com/abcd567a",
"id": 28452511,
"location": null,
"login": "abcd567a",
"name": null,
"node_id": "MDQ6VXNlcjI4NDUyNTEx",
"organizations_url": "https://api.github.com/users/abcd567a/orgs",
"public_gists": 0,
"public_repos": 45,
"received_events_url": "https://api.github.com/users/abcd567a/received_events",
"repos_url": "https://api.github.com/users/abcd567a/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/abcd567a/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/abcd567a/subscriptions",
"twitter_username": null,
"type": "User",
"updated_at": "2024-08-16T14:59:27Z",
"url": "https://api.github.com/users/abcd567a",
"user_view_type": "public"
}
},
{
"user_info": {
"avatar_url": "https://avatars.githubusercontent.com/u/4199439?v=4",
"bio": "JavaScript, Ruby",
"blog": "https://abcang.net/",
"company": null,
"created_at": "2013-04-19T08:16:37Z",
"email": "abcang1015@gmail.com",
"events_url": "https://api.github.com/users/abcang/events{/privacy}",
"followers": 78,
"followers_url": "https://api.github.com/users/abcang/followers",
"following": 29,
"following_url": "https://api.github.com/users/abcang/following{/other_user}",
"gists_url": "https://api.github.com/users/abcang/gists{/gist_id}",
"gravatar_id": "",
"hireable": null,
"html_url": "https://github.com/abcang",
"id": 4199439,
"location": "Japan",
"login": "abcang",
"name": "abcang",
"node_id": "MDQ6VXNlcjQxOTk0Mzk=",
"organizations_url": "https://api.github.com/users/abcang/orgs",
"public_gists": 37,
"public_repos": 41,
"received_events_url": "https://api.github.com/users/abcang/received_events",
"repos_url": "https://api.github.com/users/abcang/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/abcang/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/abcang/subscriptions",
"twitter_username": "abcang1015",
"type": "User",
"updated_at": "2024-06-14T11:14:59Z",
"url": "https://api.github.com/users/abcang",
"user_view_type": "public"
}
}
]
}
修改于 2024-11-07 10:49:15