API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/15/?format=api"
    ],
    "id": 3715,
    "title": "django-send-email",
    "slug": "django-send-email",
    "last_updated": "2015-06-15T05:13:53-04:00",
    "last_fetched": "2026-02-16T02:03:54.326894-05:00",
    "repo_url": "https://github.com/justquick/django-send-email",
    "pypi_version": "0.1.0",
    "created": "2017-02-14T11:15:49.164191-05:00",
    "modified": "2026-01-28T16:03:28.803439-05:00",
    "repo_forks": 7,
    "repo_description": "Send emails from the command line using Django's settings",
    "pypi_url": "http://pypi.python.org/pypi/django-send-email",
    "documentation_url": "https://github.com/justquick/django-send-email",
    "repo_watchers": 7,
    "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": [
        "justquick",
        "twidi"
    ]
}