API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/816/
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/45/"
    ],
    "id": 816,
    "title": "django-threaded-messages",
    "slug": "django-threaded-messages",
    "last_updated": "2011-12-14T09:57:04-05:00",
    "last_fetched": "2026-02-15T22:03:35.349849-05:00",
    "repo_url": "https://github.com/philippWassibauer/django-threaded-messages",
    "pypi_version": "0.1.36",
    "created": "2011-06-07T07:10:55.376646-04:00",
    "modified": "2026-01-28T15:20:04.243094-05:00",
    "repo_forks": 29,
    "repo_description": "Rewrite of django-messages to support Facebook-style threaded messaging",
    "pypi_url": "http://pypi.python.org/pypi/django-threaded-messages",
    "documentation_url": null,
    "repo_watchers": 41,
    "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": [
        "johnthedebs"
    ]
}