API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/3/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/249/?format=api"
    ],
    "id": 3023,
    "title": "django-url-shortener",
    "slug": "django-url-shortener",
    "last_updated": "2013-03-18T19:11:38-04:00",
    "last_fetched": "2026-05-25T23:08:44.297062-04:00",
    "repo_url": "https://github.com/tehranian/django-url-shortener",
    "pypi_version": "0.0.1",
    "created": "2015-08-21T09:04:10.204865-04:00",
    "modified": "2026-01-28T16:21:56.925188-05:00",
    "repo_forks": 15,
    "repo_description": "A Django URL shortening application, with the ability to create custom short URLs",
    "pypi_url": "http://pypi.python.org/pypi/django-url-shortener",
    "documentation_url": "",
    "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": [
        "tehranian",
        "nileshk"
    ]
}