API Document
get /api/trendingParameters
| Name | Type | In | Description |
|---|---|---|---|
language | string | path | Programming language |
since | string | query | Can be one of |
spoken_language_code | string | query | Spoken language |
Code samples
Shell
curl \
https://www.imarkr.com/api/trendingDefault response
Status: 200 OK[
{
"owner": {
"login": "KeygraphHQ",
"avatar_url": "https://github.com/KeygraphHQ.png"
},
"name": "shannon",
"description": "Shannon Lite is a fully autonomous AI pentester for web apps and APIs. 96.15% (100/104 exploits) on a hint-free, source-aware variant of the XBOW benchmark.",
"language": "TypeScript",
"stargazers_count": "31,207",
"stargazers_today": "854"
}
]get /api/githubParameters
| Name | Type | In | Description |
|---|---|---|---|
user | string | query | GitHub username |
tz | string | query | Time zone |
Code samples
Shell
curl \
https://www.imarkr.com/api/github\?user\=HonyeDefault response
Status: 200 OK{
"total": 3110,
"contributions": [
{
"date": "2026-03-05",
"count": 0,
"level": 0,
"color": "#ebedf0"
}
],
"contribution_colors": [
"#9be9a8",
"#40c463",
"#30a14e",
"#216e39"
],
"followers": 73,
"total_stargazer_count": 464
}get /api/github/download/{owner}/{repo}/{file_path}.zipParameters
| Name | Type | In | Description |
|---|---|---|---|
owner | string | path | Repository owner or organization |
repo | string | path | Repository name |
file_path | string | path | Path to the folder within the repository you want to download (e.g., |