API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/373/
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/11/"
    ],
    "id": 373,
    "title": "django-logdb",
    "slug": "django-logdb",
    "last_updated": "2011-06-20T06:27:11-04:00",
    "last_fetched": "2026-02-15T22:02:59.590120-05:00",
    "repo_url": "https://github.com/joeribekker/django-logdb",
    "pypi_version": "1.1",
    "created": "2010-09-17T09:46:50.019972-04:00",
    "modified": "2026-01-28T15:18:57.249563-05:00",
    "repo_forks": 7,
    "repo_description": "Django-logdb enables you to log entries to a database, aggregate and act on  them with certain rules, and gives you more insight in what's going on.",
    "pypi_url": "http://pypi.python.org/pypi/django-logdb",
    "documentation_url": null,
    "repo_watchers": 31,
    "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": [
        "joeribekker"
    ]
}