API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1171/?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/134/?format=api",
        "https://djangopackages.org/api/v4/grids/53/?format=api"
    ],
    "id": 1171,
    "title": "django-knowledge",
    "slug": "django-knowledge",
    "last_updated": "2017-09-25T12:43:51-04:00",
    "last_fetched": "2026-02-15T11:03:35.145894-05:00",
    "repo_url": "https://github.com/zapier/django-knowledge",
    "pypi_version": "0.2.0",
    "created": "2012-02-21T11:07:16.512888-05:00",
    "modified": "2026-01-28T13:07:38.536132-05:00",
    "repo_forks": 115,
    "repo_description": "Add a help desk or knowledge base to your Django project with only a few lines of boilerplate code.",
    "pypi_url": "http://pypi.python.org/pypi/django-knowledge",
    "documentation_url": "https://pythonhosted.org/django-knowledge/",
    "repo_watchers": 488,
    "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": [
        "bryanhelmig",
        "techdragon",
        "adamd",
        "gaker",
        "hugoatease",
        "markphilpot",
        "maguay",
        "twoolie",
        "artscoop",
        "tzangms"
    ]
}