API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/3/?format=api"
    ],
    "id": 2943,
    "title": "django-tagging",
    "slug": "django-tagging__maintained",
    "last_updated": "2020-03-06T13:00:00-05:00",
    "last_fetched": "2026-02-15T17:12:37.986274-05:00",
    "repo_url": "https://github.com/Fantomas42/django-tagging",
    "pypi_version": "0.5.0",
    "created": "2015-06-25T13:17:48.281899-04:00",
    "modified": "2026-01-28T14:08:52.875427-05:00",
    "repo_forks": 78,
    "repo_description": "A generic tagging application for Django projects",
    "pypi_url": "http://pypi.python.org/pypi/django-tagging",
    "documentation_url": "http://django-tagging.readthedocs.org/en/develop/",
    "repo_watchers": 72,
    "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": [
        "Fantomas42",
        "insin",
        "brosner",
        "dougn",
        "jefftriplett",
        "sk1p",
        "nikolas",
        "devcamcar",
        "jacobian",
        "JocelynDelalande",
        "stephenpaulger",
        "vinayinvicible",
        "kevinroche",
        "rodolfojcj"
    ]
}