API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/873/?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/89/?format=api"
    ],
    "id": 873,
    "title": "django-fileflatpages",
    "slug": "django-fileflatpages",
    "last_updated": "2011-07-16T13:16:07-04:00",
    "last_fetched": "2026-02-16T04:04:09.285666-05:00",
    "repo_url": "https://bitbucket.org/keegan_csmith/django-fileflatpages",
    "pypi_version": "0.1",
    "created": "2011-07-16T08:26:19.946893-04:00",
    "modified": "2026-01-28T16:23:46.661354-05:00",
    "repo_forks": 0,
    "repo_description": "A Django app that makes fixtures for FlatPages more convenient.",
    "pypi_url": "http://pypi.python.org/pypi/django-fileflatpages",
    "documentation_url": null,
    "repo_watchers": 4,
    "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": [
        "keegan_csmith"
    ]
}