API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/636/
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/42/"
    ],
    "id": 636,
    "title": "django-fabtastic",
    "slug": "django-fabtastic",
    "last_updated": "2017-09-25T13:37:39-04:00",
    "last_fetched": "2026-02-15T11:02:02.855533-05:00",
    "repo_url": "https://github.com/duointeractive/django-fabtastic",
    "pypi_version": null,
    "created": "2011-02-13T09:50:17.384119-05:00",
    "modified": "2026-01-28T13:04:32.415750-05:00",
    "repo_forks": 9,
    "repo_description": "A set of Fabric and Django management commands DUO uses.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 106,
    "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": [
        "gtaylor",
        "bradreardon"
    ]
}