API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/30/",
        "https://djangopackages.org/api/v4/grids/113/",
        "https://djangopackages.org/api/v4/grids/52/"
    ],
    "id": 3368,
    "title": "django-model-values",
    "slug": "django-model-values",
    "last_updated": "2026-01-02T21:16:55-05:00",
    "last_fetched": "2026-02-15T21:07:33.414913-05:00",
    "repo_url": "https://github.com/coady/django-model-values",
    "pypi_version": "1.7",
    "created": "2016-07-27T15:32:48.594813-04:00",
    "modified": "2026-01-28T15:14:03.075064-05:00",
    "repo_forks": 3,
    "repo_description": "Taking the O out of ORM.",
    "pypi_url": "https://pypi.org/project/http://pypi.python.org/pypi/django-model-values",
    "documentation_url": "https://pythonhosted.org/django-model-values/",
    "repo_watchers": 71,
    "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,
        1,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        3,
        1,
        0,
        0,
        0,
        2,
        1,
        0,
        0,
        3,
        2,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "coady",
        "dependabot[bot]"
    ]
}