API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2483/
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/222/"
    ],
    "id": 2483,
    "title": "Django Chroniker",
    "slug": "django-chroniker",
    "last_updated": "2024-06-28T03:34:35-04:00",
    "last_fetched": "2026-02-15T04:01:34.107242-05:00",
    "repo_url": "https://github.com/chrisspen/django-chroniker",
    "pypi_version": "1.0.24",
    "created": "2014-07-08T16:01:12.672505-04:00",
    "modified": "2026-01-28T16:53:04.560381-05:00",
    "repo_forks": 67,
    "repo_description": "Easily control cron jobs through Django's admin.",
    "pypi_url": "http://pypi.python.org/pypi/django-chroniker",
    "documentation_url": "",
    "repo_watchers": 142,
    "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": [
        "chrisspen",
        "pyup-bot",
        "nocarryr",
        "fort-healper",
        "rolffokkens-tb",
        "Siburg",
        "YamaoMaoen",
        "billyquith",
        "noisy",
        "MHLut",
        "darkwizz",
        "diegofcoelho",
        "broxeph",
        "Andy-R",
        "asottile",
        "christianbundy",
        "jamesoutterside",
        "jayvdb",
        "raistlin7447",
        "LaurensBosscher",
        "oleg-efrontier",
        "avoine",
        "pratyushmittal",
        "junejie",
        "timini"
    ]
}