API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3852/
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/68/",
        "https://djangopackages.org/api/v4/grids/69/"
    ],
    "id": 3852,
    "title": "django-antispam",
    "slug": "django-antispam",
    "last_updated": "2020-05-25T15:52:28-04:00",
    "last_fetched": "2026-02-15T20:02:37.002202-05:00",
    "repo_url": "https://github.com/mixkorshun/django-antispam",
    "pypi_version": "1.0.3",
    "created": "2017-06-13T07:15:42.924286-04:00",
    "modified": "2026-01-28T14:53:15.279339-05:00",
    "repo_forks": 8,
    "repo_description": "Spam protection tools for django applications.",
    "pypi_url": "http://pypi.python.org/pypi/django-antispam",
    "documentation_url": "https://django-antispam.readthedocs.io/en/latest/",
    "repo_watchers": 51,
    "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": [
        "mixkorshun",
        "dspechnikov",
        "ErwinJunge",
        "jclgoodwin",
        "stanislavshabalin"
    ]
}