API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/527/
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/75/"
    ],
    "id": 527,
    "title": "django-mobile",
    "slug": "django-mobile",
    "last_updated": "2016-07-19T02:13:56-04:00",
    "last_fetched": "2026-02-15T20:03:52.001359-05:00",
    "repo_url": "https://github.com/gregmuellegger/django-mobile",
    "pypi_version": "0.7.0",
    "created": "2010-12-02T10:47:25.973398-05:00",
    "modified": "2026-01-28T14:55:06.293898-05:00",
    "repo_forks": 167,
    "repo_description": "Detect mobile browsers and serve different template flavours to them.",
    "pypi_url": "http://pypi.python.org/pypi/django-mobile",
    "documentation_url": null,
    "repo_watchers": 558,
    "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": [
        "gregmuellegger",
        "ojomio",
        "igalarzab",
        "savemu",
        "Sinkler",
        "prokaktus",
        "wolfg1969",
        "alanjds",
        "alexandrevicenzi",
        "dittaeva",
        "mbaechtold",
        "mikeurbanski",
        "vikalp"
    ]
}