API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2018/
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/165/",
        "https://djangopackages.org/api/v4/grids/98/"
    ],
    "id": 2018,
    "title": "django-simple-audit",
    "slug": "django-simple-audit",
    "last_updated": "2017-02-20T09:30:56-05:00",
    "last_fetched": "2026-02-16T00:04:05.312545-05:00",
    "repo_url": "https://github.com/leandrosouza/django-simple-audit",
    "pypi_version": "0.1.22",
    "created": "2013-09-05T02:54:53.730187-04:00",
    "modified": "2026-01-28T15:42:29.626687-05:00",
    "repo_forks": 25,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/django-simple-audit",
    "documentation_url": "",
    "repo_watchers": 45,
    "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": [
        "gustavosoares",
        "lsouza",
        "mbergo",
        "leandrosouza",
        "jnishiyama",
        "sburns",
        "otherpirate"
    ]
}