API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/794/
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/102/"
    ],
    "id": 794,
    "title": "django-monitor",
    "slug": "django-monitor",
    "last_updated": "2012-08-02T19:47:11-04:00",
    "last_fetched": "2026-02-16T02:06:03.435362-05:00",
    "repo_url": "https://bitbucket.org/rajeesh/django-monitor",
    "pypi_version": "0.2.1a",
    "created": "2011-05-13T16:07:11.399055-04:00",
    "modified": "2026-01-28T16:07:23.303135-05:00",
    "repo_forks": 3,
    "repo_description": "A django app to moderate model objects. Similar to Django-gatekeeper. Difference is in having model-wise permissions, related moderation etc.",
    "pypi_url": "http://pypi.python.org/pypi/django-monitor",
    "documentation_url": "https://pythonhosted.org/django-monitor/",
    "repo_watchers": 8,
    "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": [
        "rajeesh"
    ]
}