API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/319/?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/75/?format=api"
    ],
    "id": 319,
    "title": "django-mobileadmin",
    "slug": "django-mobileadmin",
    "last_updated": "2011-03-13T14:50:50-04:00",
    "last_fetched": "2026-02-15T07:03:22.259005-05:00",
    "repo_url": "https://github.com/jezdez/django-mobileadmin",
    "pypi_version": "0.5.2",
    "created": "2010-09-13T03:19:21.225362-04:00",
    "modified": "2026-01-29T12:43:37.111710-05:00",
    "repo_forks": 13,
    "repo_description": "[UNMAINTAINED] The Django admin interface optimized for iPhone/iPod touch. Pretty out of date, so be careful.",
    "pypi_url": "http://pypi.python.org/pypi/django-mobileadmin",
    "documentation_url": null,
    "repo_watchers": 119,
    "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": [
        "garethr",
        "jezdez"
    ]
}