API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3323/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/288/?format=api"
    ],
    "id": 3323,
    "title": "django-buddy",
    "slug": "django-buddy",
    "last_updated": "2014-02-27T06:40:12-05:00",
    "last_fetched": "2026-05-26T06:02:17.702700-04: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"
    ]
}