API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1136/
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/22/",
        "https://djangopackages.org/api/v4/grids/98/"
    ],
    "id": 1136,
    "title": "django-versioning",
    "slug": "django-versioning",
    "last_updated": "2014-04-15T16:42:17-04:00",
    "last_fetched": "2026-02-15T07:02:29.032760-05:00",
    "repo_url": "https://bitbucket.org/emacsway/django-versioning",
    "pypi_version": "0.7.5.0",
    "created": "2012-01-30T14:41:16.094772-05:00",
    "modified": "2026-01-29T12:42:18.425271-05:00",
    "repo_forks": 0,
    "repo_description": "Django-versioning allows you to version the data stored in django models, and stores only diff, not content copy.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 9,
    "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": [
        "emacsway"
    ]
}