API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4577/?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/117/?format=api"
    ],
    "id": 4577,
    "title": "django-kp-html-meta",
    "slug": "django-kp-html-meta",
    "last_updated": "2020-04-23T14:52:18-04:00",
    "last_fetched": "2026-02-16T04:04:36.159427-05:00",
    "repo_url": "https://github.com/KernelPan1k/django-kp-html-meta",
    "pypi_version": "0.1",
    "created": "2020-04-23T15:00:44.420311-04:00",
    "modified": "2026-01-28T16:24:37.890496-05:00",
    "repo_forks": 0,
    "repo_description": "kp_html_meta is a Django app to generate html meta tags for improve SEO.",
    "pypi_url": "http://pypi.python.org/pypi/django-kp-html-meta",
    "documentation_url": "",
    "repo_watchers": 1,
    "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": [
        "KernelPan1k"
    ]
}