API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/484/
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/36/",
        "https://djangopackages.org/api/v4/grids/42/"
    ],
    "id": 484,
    "title": "django-demo",
    "slug": "django-demo",
    "last_updated": null,
    "last_fetched": "2022-03-18T21:48:09.994319-04:00",
    "repo_url": "https://github.com/ojii/django-demo",
    "pypi_version": "1.0.0-beta-1",
    "created": "2010-11-11T11:59:06.178876-05:00",
    "modified": "2025-01-31T14:58:20.050564-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/django-demo",
    "documentation_url": "https://readthedocs.org/projects/django-demo/",
    "repo_watchers": 0,
    "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": []
}