API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/66/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/42/"
    ],
    "id": 66,
    "title": "django-fab-deploy",
    "slug": "django-fab-deploy",
    "last_updated": "2013-02-03T23:53:50-05:00",
    "last_fetched": "2026-02-15T21:01:34.037495-05:00",
    "repo_url": "https://bitbucket.org/kmike/django-fab-deploy",
    "pypi_version": "0.7.5",
    "created": "2010-08-18T11:20:31.751892-04:00",
    "modified": "2026-01-28T15:04:38.400093-05:00",
    "repo_forks": 14,
    "repo_description": "A collection of Fabric scripts for deploying and managing django projects on Debian/Ubuntu servers using virtualenv, pip, nginx and apache with mod_wsgi. \r\n\r\nMailing list: https://groups.google.com/forum/#!forum/django-fab-deploy",
    "pypi_url": "http://pypi.python.org/pypi/django-fab-deploy",
    "documentation_url": "https://pythonhosted.org/django-fab-deploy/",
    "repo_watchers": 111,
    "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": [
        "kmike"
    ]
}