API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1585/
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/26/"
    ],
    "id": 1585,
    "title": "django-freshly",
    "slug": "django-freshly",
    "last_updated": "2015-09-01T21:52:41-04:00",
    "last_fetched": "2026-02-16T03:01:53.702140-05:00",
    "repo_url": "https://github.com/un33k/django-freshly",
    "pypi_version": "0.1.2",
    "created": "2012-12-11T10:20:57.662709-05:00",
    "modified": "2026-01-28T16:09:57.779136-05:00",
    "repo_forks": 3,
    "repo_description": "Forces clients to reload static contents. (.js, .css, img)",
    "pypi_url": "http://pypi.python.org/pypi/django-freshly",
    "documentation_url": null,
    "repo_watchers": 9,
    "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": [
        "un33k",
        "n33kware"
    ]
}