API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/546/
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": 546,
    "title": "django-postman",
    "slug": "django-postman",
    "last_updated": "2021-04-10T13:18:56-04:00",
    "last_fetched": "2026-01-27T16:49:00.088482-05:00",
    "repo_url": "https://bitbucket.org/psam/django-postman",
    "pypi_version": "4.5",
    "created": "2010-12-24T12:52:10.129168-05:00",
    "modified": "2026-01-27T16:49:00.096056-05:00",
    "repo_forks": 3,
    "repo_description": "User-to-User messaging system for Django, with gateway to AnonymousUser, moderation and thread management, user & exchange filters, auto-complete support.",
    "pypi_url": "http://pypi.python.org/pypi/django-postman",
    "documentation_url": "https://readthedocs.org/projects/django-postman/",
    "repo_watchers": 1,
    "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": [
        "psam"
    ]
}