API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1530/?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": 1530,
    "title": "django-mobility",
    "slug": "django-mobility",
    "last_updated": "2012-03-06T18:51:13-05:00",
    "last_fetched": "2026-02-16T04:03:12.662416-05:00",
    "repo_url": "https://github.com/jbalogh/django-mobility",
    "pypi_version": "0.1",
    "created": "2012-11-09T10:29:30.515177-05:00",
    "modified": "2026-01-28T16:21:58.994773-05:00",
    "repo_forks": 6,
    "repo_description": "Middleware and decorators for directing users to your mobile site.",
    "pypi_url": "http://pypi.python.org/pypi/django-mobility",
    "documentation_url": null,
    "repo_watchers": 59,
    "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": [
        "oremj",
        "ozten",
        "jbalogh",
        "LucianU"
    ]
}