API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/322/
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/67/"
    ],
    "id": 322,
    "title": "django-facebookconnect",
    "slug": "django-facebookconnect",
    "last_updated": "2011-08-28T14:12:56-04:00",
    "last_fetched": "2026-02-15T11:02:04.590808-05:00",
    "repo_url": "https://github.com/ryanmark/django-facebookconnect",
    "pypi_version": null,
    "created": "2010-09-13T03:20:59.366552-04:00",
    "modified": "2026-01-28T13:04:36.436731-05:00",
    "repo_forks": 24,
    "repo_description": "Use facebook connect in your Django project",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 91,
    "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": [
        "ryanmark",
        "statico"
    ]
}