API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2262/
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/236/"
    ],
    "id": 2262,
    "title": "django-domande",
    "slug": "django-domande",
    "last_updated": "2014-06-04T20:44:42-04:00",
    "last_fetched": "2026-02-16T02:02:30.100915-05:00",
    "repo_url": "https://github.com/bulkan/django-domande",
    "pypi_version": "0.1.4",
    "created": "2014-03-08T02:54:14.891602-05:00",
    "modified": "2026-01-28T16:00:46.158926-05:00",
    "repo_forks": 4,
    "repo_description": "[UNMAINTAINED] A plugable Django app to represent generic questions on forms.",
    "pypi_url": "http://pypi.python.org/pypi/django-domande",
    "documentation_url": "",
    "repo_watchers": 15,
    "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": [
        "bulkan"
    ]
}