API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1259/
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/48/"
    ],
    "id": 1259,
    "title": "django-snippets",
    "slug": "django-snippets",
    "last_updated": "2015-07-16T10:40:25-04:00",
    "last_fetched": "2022-05-13T18:37:48.278977-04:00",
    "repo_url": "https://github.com/semente/django-snippets",
    "pypi_version": "0.1.2",
    "created": "2012-04-11T13:09:46.999686-04:00",
    "modified": "2025-01-31T14:59:13.132054-05:00",
    "repo_forks": 3,
    "repo_description": "Dynamic template snippets for Django. ",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 11,
    "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": [
        "zerok",
        "ipmb",
        "svetlyak40wt",
        "semente",
        "howiworkdaily"
    ]
}