GitHub Packages API

The GitHub Packages API lets you manage packages and package versions in GitHub Packages, a software package hosting service that supports npm, Maven, Gradle, RubyGems, NuGet, Docker, and other package formats. The API provides endpoints to list, get, delete, and restore packages and their versions at the user, organization, and repository level.

Documentation

API entry from apis.yml

apis.yml Raw ↑
aid: github:github-packages-api
name: GitHub Packages API
tags:
- Packages
- Registry
baseURL: https://api.github.com
humanURL: https://docs.github.com/en/rest/packages?apiVersion=2022-11-28
properties:
- url: https://docs.github.com/en/rest/packages
  type: Documentation
description: The GitHub Packages API lets you manage packages and package versions in GitHub Packages,
  a software package hosting service that supports npm, Maven, Gradle, RubyGems, NuGet, Docker, and other
  package formats. The API provides endpoints to list, get, delete, and restore packages and their versions
  at the user, organization, and repository level.