API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/403/?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/249/?format=api"
    ],
    "id": 403,
    "title": "django-bitly",
    "slug": "django-bitly",
    "last_updated": "2011-06-30T19:41:12-04:00",
    "last_fetched": "2026-05-26T03:02:16.161311-04:00",
    "repo_url": "https://bitbucket.org/discovery/django-bitly/",
    "pypi_version": "1.2.1",
    "created": "2010-09-23T13:07:28.928243-04:00",
    "modified": "2026-01-28T16:48:01.572851-05:00",
    "repo_forks": 5,
    "repo_description": "A Django app that manages bit.ly links to local objects.",
    "pypi_url": "http://pypi.python.org/pypi/django-bitly",
    "documentation_url": null,
    "repo_watchers": 22,
    "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": [
        "discovery"
    ]
}