API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3824/
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/11/",
        "https://djangopackages.org/api/v4/grids/89/"
    ],
    "id": 3824,
    "title": "dj_anonymizer",
    "slug": "dj_anonymizer",
    "last_updated": "2024-04-18T15:58:15-04:00",
    "last_fetched": "2026-02-15T19:09:48.600020-05:00",
    "repo_url": "https://github.com/preply/dj_anonymizer",
    "pypi_version": "0.6.1",
    "created": "2017-05-22T08:21:32.720233-04:00",
    "modified": "2026-01-28T14:48:22.075590-05:00",
    "repo_forks": 6,
    "repo_description": "Anonymize django database. Big-data anonymizer. Preply team.",
    "pypi_url": "http://pypi.python.org/pypi/dj_anonymizer",
    "documentation_url": "https://dj-anonymizer.readthedocs.io/en/latest/",
    "repo_watchers": 47,
    "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": [
        "chinskiy",
        "tim-preply",
        "pngnviko",
        "cubicova17",
        "VenturaFranklin",
        "marcostvz"
    ]
}