API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5603/
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/58/",
        "https://djangopackages.org/api/v4/grids/161/",
        "https://djangopackages.org/api/v4/grids/342/",
        "https://djangopackages.org/api/v4/grids/8/"
    ],
    "id": 5603,
    "title": "django-pint-field",
    "slug": "django-pint-field",
    "last_updated": "2026-01-21T12:42:45-05:00",
    "last_fetched": "2026-02-16T03:10:57.961117-05:00",
    "repo_url": "https://github.com/jacklinke/django-pint-field",
    "pypi_version": "2026.1.3",
    "created": "2023-01-07T09:28:05.863980-05:00",
    "modified": "2026-02-16T03:10:57.961374-05:00",
    "repo_forks": 3,
    "repo_description": "Store, validate, and convert physical quantities in Django using Pint.",
    "pypi_url": "https://pypi.org/project/django-pint-field",
    "documentation_url": "https://django-pint-field.readthedocs.io/en/latest/",
    "repo_watchers": 42,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        4,
        0,
        0,
        0,
        3,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        5,
        3,
        0,
        0,
        0,
        0,
        0,
        3,
        0,
        0,
        0,
        0,
        0,
        6,
        5,
        0,
        0,
        0
    ],
    "participants": [
        "jacklinke",
        "arshsingh"
    ]
}