API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1674/
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/58/",
        "https://djangopackages.org/api/v4/grids/309/"
    ],
    "id": 1674,
    "title": "django-enumfield",
    "slug": "django-enumfield",
    "last_updated": "2023-02-27T05:42:40-05:00",
    "last_fetched": "2026-02-15T17:15:06.167238-05:00",
    "repo_url": "https://github.com/5monkeys/django-enumfield",
    "pypi_version": "3.1",
    "created": "2013-02-20T05:21:15.373287-05:00",
    "modified": "2026-01-28T14:11:28.001212-05:00",
    "repo_forks": 46,
    "repo_description": "Custom Django field for using enumerations of named constants",
    "pypi_url": "http://pypi.python.org/pypi/django-enumfield",
    "documentation_url": null,
    "repo_watchers": 206,
    "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": [
        "Swamii",
        "hannseman",
        "andreif",
        "lundberg",
        "kjagiello",
        "fcurella",
        "nicolasgrasset",
        "lamby",
        "piotrpawlaczek",
        "vitaliyf",
        "twschiller",
        "timgates42",
        "flaeppe",
        "jschneier",
        "jessamynsmith",
        "dekkers",
        "bh",
        "antonagestam",
        "adamJLev"
    ]
}