API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/672/
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/89/"
    ],
    "id": 672,
    "title": "django-mockups",
    "slug": "django-mockups",
    "last_updated": "2011-05-12T16:37:44-04:00",
    "last_fetched": "2026-02-15T22:02:39.563392-05:00",
    "repo_url": "https://github.com/sorl/django-mockups",
    "pypi_version": "0.4.8",
    "created": "2011-03-04T07:47:24.598322-05:00",
    "modified": "2026-01-28T15:18:22.864168-05:00",
    "repo_forks": 12,
    "repo_description": "Can create auto-generated test data.",
    "pypi_url": "http://pypi.python.org/pypi/django-mockups",
    "documentation_url": null,
    "repo_watchers": 74,
    "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": [
        "gregmuellegger",
        "sorl",
        "sirex"
    ]
}