Sample - GitHub REST API
GET/orgs/{org}/packages/{package_type}/{package_name}

Get a package for an organization

Gets a specific package in an organization.

OAuth app tokens and personal access tokens (classic) need the read:packages scope to use this endpoint. For more information, see "About permissions for GitHub Packages."

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

3 parameters
package_typestringrequired
The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry (`ghcr.io`) have the type `container`. You can use the type `docker` to find images that were pushed to GitHub's Docker registry (`docker.pkg.github.com`), even if these have now been migrated to the Container registry.
Allowed:npmmavenrubygemsdockernugetcontainer
package_namestringrequired
The name of the package.
orgstringrequired
The organization name. The name is not case sensitive.

1 status code
200Response
idintegerrequired
Unique identifier of the package.
namestringrequired
The name of the package.
package_typestringrequired
Allowed:npmmavenrubygemsdockernugetcontainer
urlstringrequired
html_urlstringrequired
version_countintegerrequired
The number of versions of the package.
visibilitystringrequired
Allowed:privatepublic
ownerobjectoptional
A GitHub user.
repositoryobjectoptional
Minimal Repository
created_atstringrequired
updated_atstringrequired