API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2500/
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/30/"
    ],
    "id": 2500,
    "title": "django-manager-utils",
    "slug": "django-manager-utils",
    "last_updated": "2024-08-06T22:32:23-04:00",
    "last_fetched": "2026-02-15T18:08:46.649205-05:00",
    "repo_url": "https://github.com/ambitioninc/django-manager-utils",
    "pypi_version": "3.1.5",
    "created": "2014-07-22T14:49:21.607893-04:00",
    "modified": "2026-01-28T14:28:47.052876-05:00",
    "repo_forks": 13,
    "repo_description": "Model manager utils for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-manager-utils",
    "documentation_url": "https://django-manager-utils.readthedocs.io/en/latest/",
    "repo_watchers": 57,
    "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": [
        "wesleykendall",
        "somewes",
        "jaredlewis",
        "thinkt4nk",
        "geophphrie",
        "benthuffine",
        "robdmc",
        "alextatarinov",
        "swans-one",
        "joshmarlow",
        "movermeyer",
        "tony"
    ]
}