API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3104/
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/281/"
    ],
    "id": 3104,
    "title": "django-fack",
    "slug": "django-fack",
    "last_updated": "2017-08-02T10:56:54-04:00",
    "last_fetched": "2026-02-16T03:04:48.395327-05:00",
    "repo_url": "https://github.com/revsys/django-fack",
    "pypi_version": "1.1",
    "created": "2015-10-05T15:10:02.860776-04:00",
    "modified": "2026-01-28T16:14:23.504178-05:00",
    "repo_forks": 24,
    "repo_description": "a simple faq application for django apps",
    "pypi_url": "http://pypi.python.org/pypi/django-fack",
    "documentation_url": "",
    "repo_watchers": 49,
    "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": [
        "jacobian",
        "howiworkdaily",
        "gvangool",
        "ipmb",
        "frankwiles",
        "brosner",
        "RockHoward",
        "jezdez",
        "pydanny",
        "montylounge",
        "mikek"
    ]
}