获取项目标签列表
GET
/api/v1/{owner}/{repo}/tags.json最后修改时间: 1 年前
请求参数
Path 参数
owner
string
必需
repo
string
必需
Query 参数
page
string
页码
limit
string
每页个数
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
total_count
integer
标签总数
tags
array [object {9}]
必需
name
string
标签名称
id
string
标签ID
zipball_url
string
标签zip下载地址
tarball_url
string
标签tar下载地址
tagger
object
创建标签者
time_ago
string
创建标签时间(距离现在)
created_at_unix
integer
创建标签时间戳
message
string
标签内容
commit
object
必需
示例成功示例
{
"total_count": 361,
"tags": [
{
"name": "1.10.4",
"id": "3aca3d4a64f72282f00d3f3edbfe509a95022ffa",
"zipball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.10.4.zip",
"tarball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.10.4.tar.gz",
"tagger": {
"id": null,
"login": "Tim Graham",
"name": "Tim Graham",
"type": null,
"image_url": "system/lets/letter_avatars/2/T/119_153_120/120.png"
},
"time_ago": "6年前",
"created_at_unix": 1480635302,
"message": "Tag 1.10.4",
"commit": {
"sha": "4c047e90b62529681dc691bc935036108d6b0324",
"message": "[1.10.x] Bumped version for 1.10.4 release.\n",
"time_ago": "6年前",
"created_at_unix": 1480634341,
"committer": {
"id": null,
"login": "Tim Graham",
"name": "Tim Graham",
"type": null,
"image_url": "system/lets/letter_avatars/2/T/119_153_120/120.png"
},
"author": {
"id": null,
"login": "Tim Graham",
"name": "Tim Graham",
"type": null,
"image_url": "system/lets/letter_avatars/2/T/119_153_120/120.png"
}
}
},
{
"name": "1.10.3",
"id": "575bcacd4e277ec10a7a2700fbb3a7ed95928bca",
"zipball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.10.3.zip",
"tarball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.10.3.tar.gz",
"tagger": {
"id": null,
"login": "Tim Graham",
"name": "Tim Graham",
"type": null,
"image_url": "system/lets/letter_avatars/2/T/119_153_120/120.png"
},
"time_ago": "6年前",
"created_at_unix": 1478008233,
"message": "Tag 1.10.3",
"commit": {
"sha": "46b40274dd44921f72a59771ecb3d2b2c7b3aa0b",
"message": "[1.10.x] Bumped version for 1.10.3 release.\n",
"time_ago": "6年前",
"created_at_unix": 1478007404,
"committer": {
"id": null,
"login": "Tim Graham",
"name": "Tim Graham",
"type": null,
"image_url": "system/lets/letter_avatars/2/T/119_153_120/120.png"
},
"author": {
"id": null,
"login": "Tim Graham",
"name": "Tim Graham",
"type": null,
"image_url": "system/lets/letter_avatars/2/T/119_153_120/120.png"
}
}
},
{
"name": "1.10.2",
"id": "ff5362962f59d8961339dbb63d5330aa2d49f35b",
"zipball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.10.2.zip",
"tarball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.10.2.tar.gz",
"tagger": {
"id": null,
"login": "Tim Graham",
"name": "Tim Graham",
"type": null,
"image_url": "system/lets/letter_avatars/2/T/119_153_120/120.png"
},
"time_ago": "6年前",
"created_at_unix": 1475352009,
"message": "Tag 1.10.2",
"commit": {
"sha": "e99ebfcc140a5f794e259994f9252cb440459143",
"message": "[1.10.x] Bumped version for 1.10.2 release.\n",
"time_ago": "6年前",
"created_at_unix": 1475351860,
"committer": {
"id": null,
"login": "Tim Graham",
"name": "Tim Graham",
"type": null,
"image_url": "system/lets/letter_avatars/2/T/119_153_120/120.png"
},
"author": {
"id": null,
"login": "Tim Graham",
"name": "Tim Graham",
"type": null,
"image_url": "system/lets/letter_avatars/2/T/119_153_120/120.png"
}
}
},
{
"name": "1.10.1",
"id": "c157c6b24c56b15ecf469d9c53ca951ef85970d5",
"zipball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.10.1.zip",
"tarball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.10.1.tar.gz",
"tagger": {
"id": null,
"login": "Tim Graham",
"name": "Tim Graham",
"type": null,
"image_url": "system/lets/letter_avatars/2/T/119_153_120/120.png"
},
"time_ago": "6年前",
"created_at_unix": 1472772073,
"message": "Tag 1.10.1",
"commit": {
"sha": "2389ae7f2daee8e7b10b6d675c999392876144fa",
"message": "[1.10.x] Bumped version for 1.10.1 release\n",
"time_ago": "6年前",
"created_at_unix": 1472770412,
"committer": {
"id": null,
"login": "Tim Graham",
"name": "Tim Graham",
"type": null,
"image_url": "system/lets/letter_avatars/2/T/119_153_120/120.png"
},
"author": {
"id": null,
"login": "Tim Graham",
"name": "Tim Graham",
"type": null,
"image_url": "system/lets/letter_avatars/2/T/119_153_120/120.png"
}
}
},
{
"name": "1.10",
"id": "68ce8092ff792124002ba423989a4e69ff7f99a5",
"zipball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.10.zip",
"tarball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.10.tar.gz",
"tagger": {
"id": null,
"login": "Tim Graham",
"name": "Tim Graham",
"type": null,
"image_url": "system/lets/letter_avatars/2/T/119_153_120/120.png"
},
"time_ago": "6年前",
"created_at_unix": 1470076118,
"message": "Tag 1.10",
"commit": {
"sha": "e18ddd07f08a9e42d1acee5cb1d48793f5c43884",
"message": "[1.10.x] Bumped version for 1.10 release.\n",
"time_ago": "6年前",
"created_at_unix": 1470075770,
"committer": {
"id": null,
"login": "Tim Graham",
"name": "Tim Graham",
"type": null,
"image_url": "system/lets/letter_avatars/2/T/119_153_120/120.png"
},
"author": {
"id": null,
"login": "Tim Graham",
"name": "Tim Graham",
"type": null,
"image_url": "system/lets/letter_avatars/2/T/119_153_120/120.png"
}
}
},
{
"name": "1.0",
"id": "abd14962c88883b397ff9608ccc19ffa4dfd7419",
"zipball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.0.zip",
"tarball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.0.tar.gz",
"tagger": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
},
"time_ago": "10年前",
"created_at_unix": 1336441198,
"message": "Tag 1.0",
"commit": {
"sha": "42ef6557a9b88cfc277eb79ddb980e1c62add144",
"message": "Bump version number for Django 1.0 release\n\n\ngit-svn-id: http://code.djangoproject.com/svn/django/trunk@8960 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n",
"time_ago": "14年前",
"created_at_unix": 1220485125,
"committer": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
},
"author": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
}
}
},
{
"name": "1.0.1",
"id": "6df1fa16a0cb0100815db149eafa15d89ee72cb9",
"zipball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.0.1.zip",
"tarball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.0.1.tar.gz",
"tagger": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
},
"time_ago": "10年前",
"created_at_unix": 1336441187,
"message": "Tag 1.0.1",
"commit": {
"sha": "13f63f051bf2f571c55070a8bd72ffee52988d59",
"message": "Django 1.0.1.\n\n\ngit-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9459 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n",
"time_ago": "14年前",
"created_at_unix": 1226728826,
"committer": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
},
"author": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
}
}
},
{
"name": "1.0.2",
"id": "03eacbd3143b001556be1eaa5986d15962c446e5",
"zipball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.0.2.zip",
"tarball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.0.2.tar.gz",
"tagger": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
},
"time_ago": "10年前",
"created_at_unix": 1336441174,
"message": "Tag 1.0.2",
"commit": {
"sha": "ef784f94d8bc3c194f15cd05f36cf96699cbf6e6",
"message": "[1.0.X] Django 1.0.2.\n\n\ngit-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9499 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n",
"time_ago": "14年前",
"created_at_unix": 1227072445,
"committer": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
},
"author": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
}
}
},
{
"name": "1.0.3",
"id": "400bef1f6a902d24b58a0003bece7a6ebf0011f7",
"zipball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.0.3.zip",
"tarball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.0.3.tar.gz",
"tagger": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
},
"time_ago": "10年前",
"created_at_unix": 1336441164,
"message": "Tag 1.0.3",
"commit": {
"sha": "f602e2bad4a95acc8859e2c1d573a4ec57b08ac4",
"message": "[1.0.X] Update packaging information for impending 1.0.3 security/bugfix release.\n\ngit-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11360 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n",
"time_ago": "13年前",
"created_at_unix": 1248840959,
"committer": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
},
"author": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
}
}
},
{
"name": "1.0.4",
"id": "1abf1e00c38c60586f0bc6e3b3d6346805a31ed4",
"zipball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.0.4.zip",
"tarball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.0.4.tar.gz",
"tagger": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
},
"time_ago": "10年前",
"created_at_unix": 1336441149,
"message": "Tag 1.0.4",
"commit": {
"sha": "c03090716af013147660f98152cdb21b0851f429",
"message": "[1.0.X] Bump version number for security release.\n\ngit-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11607 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n",
"time_ago": "13年前",
"created_at_unix": 1255122407,
"committer": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
},
"author": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
}
}
},
{
"name": "1.1",
"id": "17aea8fa295be7bf6096fbc7c616c3b4e2c7c1ff",
"zipball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.1.zip",
"tarball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.1.tar.gz",
"tagger": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
},
"time_ago": "10年前",
"created_at_unix": 1336441059,
"message": "Tag 1.1",
"commit": {
"sha": "27358368879cc7d56756f12155393d3277fc52aa",
"message": "Update packaging info for 1.1 release.\n\ngit-svn-id: http://code.djangoproject.com/svn/django/trunk@11364 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n",
"time_ago": "13年前",
"created_at_unix": 1248846663,
"committer": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
},
"author": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
}
}
},
{
"name": "1.1.1",
"id": "ea09c23887c2569c0a29797929f1fc2e57be23e8",
"zipball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.1.1.zip",
"tarball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.1.1.tar.gz",
"tagger": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
},
"time_ago": "10年前",
"created_at_unix": 1336441047,
"message": "Tag 1.1.1",
"commit": {
"sha": "347346159be81a603bd0b74c73f96e99edf16c52",
"message": "[1.1.X] Bump version number for security release.\n\ngit-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11606 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n",
"time_ago": "13年前",
"created_at_unix": 1255122369,
"committer": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
},
"author": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
}
}
},
{
"name": "1.1.2",
"id": "f70e82da232c709dc27e753d24793b409bdc8b28",
"zipball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.1.2.zip",
"tarball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.1.2.tar.gz",
"tagger": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
},
"time_ago": "10年前",
"created_at_unix": 1336441032,
"message": "Tag 1.1.2",
"commit": {
"sha": "4333ca52fb3978f79d7b03304b5c8195fbb57359",
"message": "[1.1.X] Bump to 1.1.2.\n\ngit-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13256 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n",
"time_ago": "12年前",
"created_at_unix": 1273815912,
"committer": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
},
"author": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
}
}
},
{
"name": "1.1.3",
"id": "6adb5659ed37a0c896e2578fbf3fabc1af4090c2",
"zipball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.1.3.zip",
"tarball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.1.3.tar.gz",
"tagger": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
},
"time_ago": "10年前",
"created_at_unix": 1336441022,
"message": "Tag 1.1.3",
"commit": {
"sha": "334654fdf1d4f660ce9bb2a4aa65859f6441f24d",
"message": "[1.1.X] Bump to 1.1.3 for security release.\n\ngit-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15037 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n",
"time_ago": "12年前",
"created_at_unix": 1293076297,
"committer": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
},
"author": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
}
}
},
{
"name": "1.1.4",
"id": "1fe0e3d18df080db2a044622d2781ff5f63b29c1",
"zipball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.1.4.zip",
"tarball_url": "https://testforgeplus.trustie.net/api/yystopf123/django/archive/1.1.4.tar.gz",
"tagger": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
},
"time_ago": "10年前",
"created_at_unix": 1336441010,
"message": "Tag 1.1.4",
"commit": {
"sha": "24f2898b76480c626633bd0dd0c3bb7d2068e6d8",
"message": "[1.1.X] Bump version number for impending security release.\n\ngit-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15474 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n",
"time_ago": "12年前",
"created_at_unix": 1297220797,
"committer": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
},
"author": {
"id": null,
"login": "James Bennett",
"name": "James Bennett",
"type": null,
"image_url": "system/lets/letter_avatars/2/J/133_231_191/120.png"
}
}
}
]
}
最后修改时间: 1 年前