List repository tags
GET
/repos/{owner}/{repo}/tags- Source
github-v3-rest.json- Revision
f5f067c1e6f6- Active snapshot
85e53e3d0d65
Request
Path Parameters
- owner stringrequired
- repo stringrequired
Query Parameters
- per_page integeroptional
Results per page (max 100)
- page integeroptional
Page number of the results to fetch.
Responses
application/json array[Tag object]
Response
Headers
Link string
Example:
<https://api.github.com/resource?page=2>; rel="next", <https://api.github.com/resource?page=5>; rel="last" items Tag objectTag
items Tag object
Tag
commit objectrequired
commit object
requiredsha string
requiredurl string<uri>
requiredname string
requiredExample: v0.1
node_id string
requiredtarball_url string<uri>
requiredExample: https://github.com/octocat/Hello-World/tarball/v0.1
zipball_url string<uri>
requiredExample: https://github.com/octocat/Hello-World/zipball/v0.1