API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1853/
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/7/",
        "https://djangopackages.org/api/v4/grids/75/"
    ],
    "id": 1853,
    "title": "django-qrauth",
    "slug": "django-qrauth",
    "last_updated": "2014-03-23T09:06:54-04:00",
    "last_fetched": "2026-02-16T02:06:11.552364-05:00",
    "repo_url": "https://github.com/aruseni/django-qrauth",
    "pypi_version": "0.1.2",
    "created": "2013-06-01T08:18:29.568877-04:00",
    "modified": "2026-01-28T16:07:39.951642-05:00",
    "repo_forks": 14,
    "repo_description": "Nice QR codes that allow the users to instantly sign in to the website on their mobile devices",
    "pypi_url": "http://pypi.python.org/pypi/django-qrauth",
    "documentation_url": null,
    "repo_watchers": 150,
    "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": [
        "aruseni",
        "dkdndes"
    ]
}