API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/118/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/36/?format=api"
    ],
    "id": 118,
    "title": "django-site-gen",
    "slug": "django-site-gen",
    "last_updated": "2012-04-19T11:23:55-04:00",
    "last_fetched": "2016-07-24T14:17:41.527257-04:00",
    "repo_url": "https://github.com/coleifer/django-site-gen",
    "pypi_version": null,
    "created": "2010-08-20T21:15:49.269994-04:00",
    "modified": "2025-01-31T14:59:11.621918-05:00",
    "repo_forks": 12,
    "repo_description": "a utility script to generate boilerplate settings files for new django projects",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 106,
    "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": [
        "coleifer"
    ]
}