API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3323/
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/288/"
    ],
    "id": 3323,
    "title": "django-buddy",
    "slug": "django-buddy",
    "last_updated": "2014-02-27T06:40:12-05:00",
    "last_fetched": "2026-02-15T09:08:06.595559-05:00",
    "repo_url": "https://github.com/encorehu/django-buddy",
    "pypi_version": null,
    "created": "2016-06-10T07:50:01.496844-04:00",
    "modified": "2026-01-29T12:59:04.302507-05:00",
    "repo_forks": 10,
    "repo_description": "django buddy, a chat bot use django as server, python aiml as backend.",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 20,
    "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": [
        "encorehu"
    ]
}