API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5008/
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/49/"
    ],
    "id": 5008,
    "title": "django-pint",
    "slug": "django-pint",
    "last_updated": "2026-01-27T08:01:28-05:00",
    "last_fetched": "2026-02-15T19:06:59.552820-05:00",
    "repo_url": "https://github.com/CarliJoy/django-pint",
    "pypi_version": "1.0.4",
    "created": "2021-02-21T09:30:18.223201-05:00",
    "modified": "2026-01-28T14:44:34.748907-05:00",
    "repo_forks": 18,
    "repo_description": "Simple django app for storing Quantities with units, leveraging the Pint library",
    "pypi_url": "http://pypi.python.org/pypi/django-pint",
    "documentation_url": "https://django-pint.readthedocs.io/en/latest/",
    "repo_watchers": 42,
    "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,
        11,
        8,
        2,
        0,
        0
    ],
    "participants": [
        "CarliJoy",
        "pre-commit-ci[bot]",
        "bharling",
        "raiderrobert",
        "jonashaag",
        "SamuelJennings",
        "cornelv",
        "mmarras",
        "Adiorz",
        "alexbhandari",
        "mikeford1",
        "mikeford3",
        "ikseek",
        "jacklinke",
        "jwygoda",
        "dependabot[bot]"
    ]
}