API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4234/
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/161/"
    ],
    "id": 4234,
    "title": "django-pgcrypto-fields",
    "slug": "django-pgcrypto-fields",
    "last_updated": "2023-10-23T10:25:24-04:00",
    "last_fetched": "2026-02-15T17:19:23.200204-05:00",
    "repo_url": "https://github.com/incuna/django-pgcrypto-fields",
    "pypi_version": "2.6.0",
    "created": "2018-10-09T23:14:19.775822-04:00",
    "modified": "2026-01-28T14:15:54.580319-05:00",
    "repo_forks": 55,
    "repo_description": "Transparent field level encryption for Django using the pgcrypto postgresql extension.",
    "pypi_url": "http://pypi.python.org/pypi/django-pgcrypto-fields",
    "documentation_url": "https://github.com/incuna/django-pgcrypto-fields/blob/master/README.md",
    "repo_watchers": 234,
    "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": [
        "pyup-bot",
        "peterfarrell",
        "meshy",
        "adam-thomas",
        "kevinetienne",
        "maxpeterson",
        "joojis",
        "Minglee01",
        "ShepTheDog63",
        "U039b"
    ]
}