API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/783/
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/59/",
        "https://djangopackages.org/api/v4/grids/28/"
    ],
    "id": 783,
    "title": "django-rulez",
    "slug": "django-rulez",
    "last_updated": "2018-01-13T14:04:45-05:00",
    "last_fetched": "2026-02-15T22:03:23.920401-05:00",
    "repo_url": "https://github.com/chrisglass/django-rulez",
    "pypi_version": "1.0.2",
    "created": "2011-05-02T15:38:54.980008-04:00",
    "modified": "2026-01-28T15:19:38.032268-05:00",
    "repo_forks": 18,
    "repo_description": "A lean and mean object-level rules system for the Django framework",
    "pypi_url": "http://pypi.python.org/pypi/django-rulez",
    "documentation_url": null,
    "repo_watchers": 64,
    "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": [
        "chrisglass",
        "maraujop",
        "jjmaestro",
        "stefanfoulis",
        "nigma",
        "juandecarrion",
        "mitchellrj",
        "amites",
        "bashu",
        "DanLipsitt",
        "DarrenRiedlinger",
        "mbi",
        "biodiv"
    ]
}