API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1016/
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/4/"
    ],
    "id": 1016,
    "title": "django-profilebase",
    "slug": "django-profilebase",
    "last_updated": "2012-04-05T11:15:25-04:00",
    "last_fetched": "2026-02-16T02:00:58.622375-05:00",
    "repo_url": "https://github.com/sorl/django-profilebase",
    "pypi_version": "0.2.4",
    "created": "2011-11-17T18:24:50.717299-05:00",
    "modified": "2026-01-28T15:57:45.530775-05:00",
    "repo_forks": 0,
    "repo_description": "Tools for building a custom Profile class with authentication",
    "pypi_url": "http://pypi.python.org/pypi/django-profilebase",
    "documentation_url": null,
    "repo_watchers": 6,
    "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": [
        "sorl",
        "jesperp"
    ]
}