API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/200/?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/35/?format=api",
        "https://djangopackages.org/api/v4/grids/163/?format=api"
    ],
    "id": 200,
    "title": "django-frontendadmin",
    "slug": "django-frontendadmin",
    "last_updated": "2016-11-27T05:47:04-05:00",
    "last_fetched": "2026-02-15T11:02:34.262516-05:00",
    "repo_url": "https://github.com/bartTC/django-frontendadmin",
    "pypi_version": "0.5",
    "created": "2010-09-06T06:58:41.809014-04:00",
    "modified": "2026-01-28T13:05:37.040723-05:00",
    "repo_forks": 29,
    "repo_description": "Not in active development; see README -- django-frontendadmin is a set of templatetags to allow an easy and unobstrusive way to edit model-data in the frontend of your page. See wiki for screencast!",
    "pypi_url": "http://pypi.python.org/pypi/django-frontendadmin",
    "documentation_url": null,
    "repo_watchers": 185,
    "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": [
        "bartTC",
        "justquick",
        "rahal",
        "chrisdev",
        "issackelly",
        "rolo",
        "artscoop"
    ]
}