API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/799/
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/15/"
    ],
    "id": 799,
    "title": "django email services",
    "slug": "django-email-services",
    "last_updated": "2011-05-20T16:12:52-04:00",
    "last_fetched": "2026-02-15T11:01:52.164016-05:00",
    "repo_url": "https://bitbucket.org/pagles/django-email-services",
    "pypi_version": "1.0.0",
    "created": "2011-05-20T10:31:23.781406-04:00",
    "modified": "2026-01-28T13:04:09.417601-05:00",
    "repo_forks": 1,
    "repo_description": "Email services for django providing various backends.\r\n",
    "pypi_url": "",
    "documentation_url": "https://readthedocs.org/projects/django-email-services/",
    "repo_watchers": 3,
    "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": [
        "pagles"
    ]
}