API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5192/?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": 5192,
    "title": "django-encrypted-model-fields",
    "slug": "django-encrypted-model-fields",
    "last_updated": "2022-07-12T09:28:12-04:00",
    "last_fetched": "2026-02-15T17:06:07.696197-05:00",
    "repo_url": "https://gitlab.com/lansharkconsulting/django/django-encrypted-model-fields",
    "pypi_version": "0.6.5",
    "created": "2021-11-07T10:14:59.232634-05:00",
    "modified": "2026-01-28T14:02:44.198248-05:00",
    "repo_forks": 26,
    "repo_description": "A set of fields that wrap standard Django fields with encryption provided by the python cryptography library.",
    "pypi_url": "http://pypi.python.org/pypi/django-encrypted-model-fields",
    "documentation_url": "",
    "repo_watchers": 33,
    "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": [
        "Pavel Žák",
        "Jonathan DEKHTIAR",
        "Manuel Kaufmann",
        "Will Gordon",
        "Yoseph Radding",
        "Dylan Gregersen",
        "Matt Lewellyn",
        "Lucas Roesler",
        "nasief",
        "waseem-omar",
        "Josh Wright",
        "ghalebkhaled",
        "Dana Spiegel",
        "Dana Spiegel",
        "Scott Sharkey"
    ]
}