API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1413/
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/34/"
    ],
    "id": 1413,
    "title": "django-informant",
    "slug": "django-informant",
    "last_updated": "2013-04-26T08:48:20-04:00",
    "last_fetched": "2026-02-16T02:01:04.682813-05:00",
    "repo_url": "https://github.com/fragaria/django-informant",
    "pypi_version": "1.1.0",
    "created": "2012-08-15T08:47:39.726641-04:00",
    "modified": "2026-01-28T15:57:58.376220-05:00",
    "repo_forks": 2,
    "repo_description": "Simple newsletter application for Django with big flexibility.",
    "pypi_url": "http://pypi.python.org/pypi/django-informant",
    "documentation_url": null,
    "repo_watchers": 6,
    "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": [
        "xaralis"
    ]
}