API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/745/
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/98/"
    ],
    "id": 745,
    "title": "django-simple-history (old fork)",
    "slug": "django-simple-history-old",
    "last_updated": "2010-12-03T00:55:57-05:00",
    "last_fetched": "2026-02-15T07:02:57.091261-05:00",
    "repo_url": "https://bitbucket.org/q/django-simple-history",
    "pypi_version": null,
    "created": "2011-04-09T18:15:29.243319-04:00",
    "modified": "2026-01-29T12:43:06.862293-05:00",
    "repo_forks": 3,
    "repo_description": "This project aims to extend upon the work of Marty Alchin's history app in his book, Pro Django. It fixes some of the bigger issues related to using the app with models that have Foreign Keys. I've gotten his permission to extend upon his work and I'm actively looking for any improvements upon this.",
    "pypi_url": "",
    "documentation_url": "http://django-simple-history.readthedocs.org/",
    "repo_watchers": 21,
    "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": [
        "q"
    ]
}