API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/545/
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": 545,
    "title": "django-anonymizer",
    "slug": "django-anonymizer",
    "last_updated": "2015-09-14T15:29:03-04:00",
    "last_fetched": "2026-02-16T00:04:40.875507-05:00",
    "repo_url": "https://bitbucket.org/spookylukey/django-anonymizer",
    "pypi_version": "0.5.1",
    "created": "2010-12-24T10:18:53.320451-05:00",
    "modified": "2026-01-28T15:43:36.399413-05:00",
    "repo_forks": 3,
    "repo_description": "Anonymize data in a database copied from production to development.\r\n\r\nDownloads: http://pypi.python.org/pypi/django-anonymizer\r\n",
    "pypi_url": "http://pypi.python.org/pypi/django-anonymizer",
    "documentation_url": "https://pythonhosted.org/django-anonymizer/",
    "repo_watchers": 10,
    "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": [
        "spookylukey"
    ]
}