API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/650/
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/51/"
    ],
    "id": 650,
    "title": "django-qbe",
    "slug": "django-qbe",
    "last_updated": "2016-05-13T12:07:20-04:00",
    "last_fetched": "2026-02-16T00:06:17.531634-05:00",
    "repo_url": "https://github.com/versae/qbe",
    "pypi_version": "0.3.0",
    "created": "2011-02-19T22:09:39.260129-05:00",
    "modified": "2026-01-28T15:46:27.186631-05:00",
    "repo_forks": 44,
    "repo_description": "Django implementantion for Query By Example (QBE)",
    "pypi_url": "http://pypi.python.org/pypi/django_qbe",
    "documentation_url": null,
    "repo_watchers": 143,
    "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": [
        "versae",
        "jezdez",
        "tuffnatty",
        "MikeVelazcoMtz",
        "mmcardle",
        "lorenzogil",
        "laiyonghao",
        "williamrexhardin",
        "jgeskens",
        "mattrobenolt",
        "sebasmagri"
    ]
}