API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/903/
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": 903,
    "title": "django-generate",
    "slug": "django-generate",
    "last_updated": "2015-08-27T05:05:39-04:00",
    "last_fetched": "2026-02-15T22:02:15.526545-05:00",
    "repo_url": "https://github.com/praekelt/django-generate",
    "pypi_version": "0.0.6",
    "created": "2011-08-11T06:18:11.030578-04:00",
    "modified": "2026-01-28T15:17:47.719564-05:00",
    "repo_forks": 5,
    "repo_description": "Django slightly smarter than fixtures content generation app.",
    "pypi_url": "http://pypi.python.org/pypi/django-generate",
    "documentation_url": null,
    "repo_watchers": 19,
    "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": [
        "hedleyroos"
    ]
}