API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4197/
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/173/",
        "https://djangopackages.org/api/v4/grids/58/"
    ],
    "id": 4197,
    "title": "django-ordered-field",
    "slug": "django-ordered-field",
    "last_updated": "2018-08-11T02:36:18-04:00",
    "last_fetched": "2026-02-15T20:06:55.289484-05:00",
    "repo_url": "https://github.com/kimgea/django-ordered-field",
    "pypi_version": "1.0.0",
    "created": "2018-08-11T02:21:11.860291-04:00",
    "modified": "2026-01-28T14:59:30.252599-05:00",
    "repo_forks": 0,
    "repo_description": "Ordered model field for django",
    "pypi_url": "http://pypi.python.org/pypi/django-ordered-field",
    "documentation_url": "https://django-ordered-field.readthedocs.io/en/latest/",
    "repo_watchers": 1,
    "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": [
        "kimgea"
    ]
}