API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5193/
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/424/"
    ],
    "id": 5193,
    "title": "django-fernet-fields",
    "slug": "django-fernet-fields",
    "last_updated": "2019-05-10T12:41:45-04:00",
    "last_fetched": "2026-02-15T17:16:18.877766-05:00",
    "repo_url": "https://github.com/orcasgit/django-fernet-fields",
    "pypi_version": "0.6",
    "created": "2021-11-07T10:17:42.641365-05:00",
    "modified": "2026-01-28T14:12:56.466767-05:00",
    "repo_forks": 88,
    "repo_description": "Fernet symmetric encryption for Django model fields",
    "pypi_url": "http://pypi.python.org/pypi/django-fernet-fields",
    "documentation_url": "",
    "repo_watchers": 202,
    "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": [
        "carljm",
        "brad",
        "AlexRiina",
        "grokcode",
        "cburza",
        "hockeybuggy",
        "fjsj",
        "owen-applico"
    ]
}