API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4224/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/220/?format=api"
    ],
    "id": 4224,
    "title": "Django Music Publisher",
    "slug": "django-music-publisher",
    "last_updated": "2026-05-11T12:03:15-04:00",
    "last_fetched": "2026-05-26T16:14:58.020598-04:00",
    "repo_url": "https://github.com/matijakolaric-com/django-music-publisher",
    "pypi_version": "24.12.1",
    "created": "2018-09-23T10:19:44.104560-04:00",
    "modified": "2026-01-28T14:58:43.655486-05:00",
    "repo_forks": 55,
    "repo_description": "Software for managing music metadata, registration/licencing of musical works and royalty processing.",
    "pypi_url": "http://pypi.python.org/pypi/django-music-publisher",
    "documentation_url": "https://django-music-publisher.readthedocs.io/",
    "repo_watchers": 89,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        5,
        0,
        0,
        0,
        2,
        0,
        0
    ],
    "participants": [
        "matijakolaric",
        "jakosexy",
        "dependabot[bot]",
        "MagnusReichel"
    ]
}