API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2389/?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": 2389,
    "title": "django-weeny",
    "slug": "django-weeny",
    "last_updated": "2014-07-24T17:27:09-04:00",
    "last_fetched": "2026-05-26T04:15:04.429128-04:00",
    "repo_url": "https://github.com/rhblind/django-weeny",
    "pypi_version": "1.0.4",
    "created": "2014-05-26T17:04:37.756105-04:00",
    "modified": "2026-01-29T12:44:50.093490-05:00",
    "repo_forks": 2,
    "repo_description": "Simple URL shortener app for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-weeny",
    "documentation_url": "http://django-weeny.readthedocs.org/en/latest/",
    "repo_watchers": 7,
    "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": [
        "rhblind"
    ]
}