API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2/
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/8/"
    ],
    "id": 2,
    "title": "Django Uni-Form",
    "slug": "django-uni-form",
    "last_updated": "2012-02-16T10:20:33-05:00",
    "last_fetched": "2026-02-15T11:01:09.972504-05:00",
    "repo_url": "https://github.com/pydanny-archive/django-uni-form",
    "pypi_version": "0.9.0",
    "created": "2010-08-14T23:09:44-04:00",
    "modified": "2026-01-28T13:02:44.119762-05:00",
    "repo_forks": 103,
    "repo_description": "django-uni-form has been deprecated. Please use django-crispy-forms. Link provided in the README.rst",
    "pypi_url": "http://pypi.python.org/pypi/django-uni-form",
    "documentation_url": "https://readthedocs.org/projects/django-uni-form/",
    "repo_watchers": 464,
    "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": [
        "pydanny",
        "maraujop",
        "bmihelac",
        "j0hnsmith",
        "agentk",
        "issackelly",
        "johnthedebs",
        "skyl",
        "acdha",
        "kinpoo",
        "sorki",
        "adamcupial",
        "arowla",
        "akaihola",
        "brosner",
        "copelco",
        "jjmaestro",
        "jtauber",
        "jmacul2",
        "juandecarrion",
        "reavis",
        "boardman"
    ]
}