API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3719/?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/234/?format=api"
    ],
    "id": 3719,
    "title": "django-permanent-helpers",
    "slug": "django-permanent-helpers",
    "last_updated": "2021-11-29T02:05:31-05:00",
    "last_fetched": "2026-02-15T13:02:43.271987-05:00",
    "repo_url": "https://github.com/bashu/django-permanent-helpers",
    "pypi_version": "1.0.1",
    "created": "2017-02-14T22:18:58.434871-05:00",
    "modified": "2026-01-28T13:17:49.381124-05:00",
    "repo_forks": 0,
    "repo_description": "🧟‍♂️ django admin helper classes for django-permanent models",
    "pypi_url": "http://pypi.python.org/pypi/django-permanent-helpers",
    "documentation_url": "https://github.com/bashu/django-permanent-helpers/blob/develop/README.rst",
    "repo_watchers": 3,
    "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": [
        "bashu"
    ]
}