API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1710/
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/35/"
    ],
    "id": 1710,
    "title": "Brillixy",
    "slug": "brillixy",
    "last_updated": "2016-02-18T12:35:46-05:00",
    "last_fetched": "2026-02-15T14:02:28.427448-05:00",
    "repo_url": "https://github.com/05bit/brillixy",
    "pypi_version": "0.6.2",
    "created": "2013-03-13T12:53:00.104827-04:00",
    "modified": "2026-01-28T13:28:24.914697-05:00",
    "repo_forks": 5,
    "repo_description": "Improvements for Django admin to provide modern design and straightforward customization capabilities.",
    "pypi_url": "http://pypi.python.org/pypi/brillixy",
    "documentation_url": null,
    "repo_watchers": 24,
    "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": [
        "rudyryk",
        "vsvasya"
    ]
}