API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/11/
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/3/"
    ],
    "id": 11,
    "title": "django-tagging-ng",
    "slug": "django-tagging-ng",
    "last_updated": "2015-11-29T01:10:01-05:00",
    "last_fetched": "2026-02-15T01:04:53.981501-05:00",
    "repo_url": "https://github.com/svetlyak40wt/django-tagging-ng",
    "pypi_version": "0.3.3",
    "created": "2010-08-16T03:55:28.448950-04:00",
    "modified": "2026-01-28T16:14:55.080991-05:00",
    "repo_forks": 24,
    "repo_description": "Django tagging with multilingual, synonyms and hierarchy!",
    "pypi_url": "http://pypi.python.org/pypi/django-tagging-ng",
    "documentation_url": null,
    "repo_watchers": 138,
    "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": [
        "svetlyak40wt",
        "clabra",
        "gw0",
        "akaihola",
        "flebel"
    ]
}