API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2175/?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": 2175,
    "title": "django-mcfeely",
    "slug": "django-mcfeely",
    "last_updated": "2016-04-18T02:00:03-04:00",
    "last_fetched": "2026-02-15T07:03:19.604805-05:00",
    "repo_url": "https://github.com/Khabi/django-mcfeely",
    "pypi_version": "0.11",
    "created": "2014-01-05T22:22:52.618892-05:00",
    "modified": "2026-01-29T12:43:31.061740-05:00",
    "repo_forks": 2,
    "repo_description": "Django mail queue backend.  Allows for putting email in specific queues to be sent out in batches (via a management command), editing emails from the admin and more. ",
    "pypi_url": "http://pypi.python.org/pypi/django-mcfeely",
    "documentation_url": "",
    "repo_watchers": 6,
    "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": [
        "Khabi"
    ]
}