API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1489/
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/107/"
    ],
    "id": 1489,
    "title": "django-redactor",
    "slug": "django-redactor",
    "last_updated": "2014-04-24T17:17:16-04:00",
    "last_fetched": "2026-02-15T09:03:44.912586-05:00",
    "repo_url": "https://github.com/mazelife/django-redactor",
    "pypi_version": null,
    "created": "2012-10-01T12:41:05.523269-04:00",
    "modified": "2026-01-29T12:52:01.164924-05:00",
    "repo_forks": 27,
    "repo_description": "Project has been forked & renamed! See the README. Integrates the Redactor Javascript WYSIWYG editor in Django.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 63,
    "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": [
        "mazelife",
        "philippeowagner",
        "hcarvalhoalves",
        "xspager",
        "strongriley",
        "ryan-blunden",
        "prudnikov"
    ]
}