API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2610/
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/35/"
    ],
    "id": 2610,
    "title": "django-smart-autoregister",
    "slug": "django-smart-autoregister",
    "last_updated": "2024-07-26T11:05:43-04:00",
    "last_fetched": "2026-02-16T02:02:43.050111-05:00",
    "repo_url": "https://github.com/paulocheque/django-smart-autoregister",
    "pypi_version": "0.0.5",
    "created": "2014-10-04T14:00:53.745783-04:00",
    "modified": "2026-01-28T16:01:12.168033-05:00",
    "repo_forks": 2,
    "repo_description": "It is a Django tool that automatically configure the ModelAdmin classes of your application using some good patterns",
    "pypi_url": "http://pypi.python.org/pypi/django-smart-autoregister",
    "documentation_url": "",
    "repo_watchers": 27,
    "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": [
        "paulocheque"
    ]
}