API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5795/?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/58/?format=api"
    ],
    "id": 5795,
    "title": "django-secured-fields",
    "slug": "django-secured-fields",
    "last_updated": "2024-11-01T17:35:07-04:00",
    "last_fetched": "2026-02-15T19:01:25.843364-05:00",
    "repo_url": "https://github.com/C0D1UM/django-secured-fields",
    "pypi_version": "0.4.4",
    "created": "2023-11-19T14:03:12.706751-05:00",
    "modified": "2026-01-28T14:37:47.057467-05:00",
    "repo_forks": 5,
    "repo_description": "Django encrypted fields with search enabled.",
    "pypi_url": "https://pypi.org/project/django-secured-fields",
    "documentation_url": "",
    "repo_watchers": 27,
    "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": [
        "earthpyy",
        "dependabot[bot]",
        "nerdoc",
        "IBA20"
    ]
}