API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4680/?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/14/?format=api"
    ],
    "id": 4680,
    "title": "admin_favorite",
    "slug": "admin_favorite",
    "last_updated": "2020-10-18T10:56:07-04:00",
    "last_fetched": "2026-02-15T22:02:17.998588-05:00",
    "repo_url": "https://github.com/achintyachaudhary/admin_favorite",
    "pypi_version": "1.0",
    "created": "2020-08-14T16:35:54.848445-04:00",
    "modified": "2026-01-28T15:17:52.022298-05:00",
    "repo_forks": 6,
    "repo_description": "Simple libraries to mark model as favorite for easy access in django admin",
    "pypi_url": "http://pypi.python.org/pypi/admin_favorite",
    "documentation_url": "",
    "repo_watchers": 7,
    "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": [
        "achintyachaudhary",
        "itank-z",
        "piyushgit1",
        "Rohit1323423",
        "Vishal-1997",
        "chaudharyachintya"
    ]
}