API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/507/
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/33/",
        "https://djangopackages.org/api/v4/grids/7/"
    ],
    "id": 507,
    "title": "django-facebook",
    "slug": "djangofacebook",
    "last_updated": "2011-09-04T05:03:36-04:00",
    "last_fetched": "2026-02-15T11:02:03.697027-05:00",
    "repo_url": "https://github.com/aidanlister/django-facebook",
    "pypi_version": null,
    "created": "2010-11-20T19:47:19.514215-05:00",
    "modified": "2026-01-28T13:04:34.444846-05:00",
    "repo_forks": 28,
    "repo_description": "Integrate Facebook into your Django application.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 95,
    "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": [
        "aidanlister",
        "ash211"
    ]
}