API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/72/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/4/?format=api",
        "https://djangopackages.org/api/v4/grids/115/?format=api"
    ],
    "id": 72,
    "title": "django-profiles",
    "slug": "django-profiles",
    "last_updated": "2015-11-26T02:25:12-05:00",
    "last_fetched": "2026-02-16T01:06:26.584898-05:00",
    "repo_url": "https://bitbucket.org/ubernostrum/django-profiles",
    "pypi_version": "0.2",
    "created": "2010-08-18T13:00:50.403328-04:00",
    "modified": "2026-01-28T15:57:21.928856-05:00",
    "repo_forks": 42,
    "repo_description": "Due to changes in Django making it effectively obsolete, this application is no longer maintained.",
    "pypi_url": "http://pypi.python.org/pypi/django-profiles",
    "documentation_url": "https://readthedocs.org/projects/django-profiles/",
    "repo_watchers": 240,
    "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": [
        "ubernostrum"
    ]
}