API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/275/",
        "https://djangopackages.org/api/v4/grids/61/",
        "https://djangopackages.org/api/v4/grids/42/",
        "https://djangopackages.org/api/v4/grids/35/"
    ],
    "id": 5623,
    "title": "django-admin-commands2",
    "slug": "django-admin-commands",
    "last_updated": "2023-07-21T08:16:00-04:00",
    "last_fetched": "2026-02-15T21:01:48.307953-05:00",
    "repo_url": "https://github.com/KUWAITNET/django-admin-commands",
    "pypi_version": "1.1.3",
    "created": "2023-02-15T02:30:38.636599-05:00",
    "modified": "2026-01-28T15:05:00.467989-05:00",
    "repo_forks": 5,
    "repo_description": "Tool to execute management commands from admin with ease and control.",
    "pypi_url": "https://pypi.org/project/django-admin-commands2",
    "documentation_url": "",
    "repo_watchers": 17,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "RamezIssac"
    ]
}