API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5316/?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/424/?format=api"
    ],
    "id": 5316,
    "title": "djfernet",
    "slug": "djfernet",
    "last_updated": "2024-04-28T08:56:50-04:00",
    "last_fetched": "2026-02-15T17:17:07.472394-05:00",
    "repo_url": "https://github.com/yourlabs/djfernet",
    "pypi_version": "0.8.1",
    "created": "2022-02-28T16:05:25.528598-05:00",
    "modified": "2026-01-28T14:13:33.089275-05:00",
    "repo_forks": 3,
    "repo_description": "Fernet symmetric encryption for Django model fields",
    "pypi_url": "http://pypi.python.org/pypi/djfernet",
    "documentation_url": "https://djfernet.readthedocs.io/en/latest/",
    "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": [
        "carljm",
        "brad",
        "jpic",
        "AlexRiina",
        "grokcode",
        "stefan6419846",
        "vtemian",
        "brianhelba",
        "cburza",
        "hockeybuggy",
        "fjsj",
        "owen-applico",
        "irtazaakram"
    ]
}