API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/43/"
    ],
    "id": 889,
    "title": "Django pdb",
    "slug": "django-pdb",
    "last_updated": "2018-05-04T09:21:12-04:00",
    "last_fetched": "2026-02-15T18:08:56.187713-05:00",
    "repo_url": "https://github.com/tomchristie/django-pdb",
    "pypi_version": "0.6.2",
    "created": "2011-07-30T15:47:08.180784-04:00",
    "modified": "2026-01-28T14:28:55.991814-05:00",
    "repo_forks": 61,
    "repo_description": "Gives you `manage.py runserver --pdb` and `manage.py test --pdb`",
    "pypi_url": "http://pypi.python.org/pypi/django-pdb",
    "documentation_url": null,
    "repo_watchers": 391,
    "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": [
        "lovelydinosaur",
        "Psycojoker",
        "jpulec",
        "HassenPy",
        "goinnn",
        "sfllaw",
        "seddonym",
        "demianbrecht",
        "pielgrzym",
        "blueyed",
        "gh640",
        "yhlam",
        "schinckel",
        "shearichard",
        "rpatterson",
        "johnjohndoe"
    ]
}