API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1994/
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": 1994,
    "title": "django-kronos",
    "slug": "django-kronos",
    "last_updated": "2023-04-04T13:34:04-04:00",
    "last_fetched": "2026-02-15T19:10:22.827360-05:00",
    "repo_url": "https://github.com/jgorset/django-kronos",
    "pypi_version": "1.0",
    "created": "2013-08-19T16:02:05.693413-04:00",
    "modified": "2026-01-28T14:49:18.055785-05:00",
    "repo_forks": 46,
    "repo_description": "Kronos makes it really easy to define and schedule tasks with cron",
    "pypi_url": "http://pypi.python.org/pypi/django-kronos",
    "documentation_url": null,
    "repo_watchers": 318,
    "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": [
        "jgorset",
        "mikluko",
        "joshblum",
        "pawelad",
        "whusterj",
        "carrerasrodrigo",
        "csabbey",
        "j4mie",
        "sih4sing5hong5",
        "thomwiggers",
        "stefanfoulis",
        "ruimartinsptl",
        "MightyPixel",
        "julzhk",
        "helenst",
        "davidmoreno",
        "dbarden",
        "atmb4u"
    ]
}