API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4403/
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/274/"
    ],
    "id": 4403,
    "title": "django-markdownify",
    "slug": "django-markdownify",
    "last_updated": "2025-12-06T05:09:55-05:00",
    "last_fetched": "2026-02-15T17:11:56.924688-05:00",
    "repo_url": "https://github.com/erwinmatijsen/django-markdownify",
    "pypi_version": "0.9.6",
    "created": "2019-08-10T07:32:54.163914-04:00",
    "modified": "2026-01-28T14:08:11.141353-05:00",
    "repo_forks": 26,
    "repo_description": "Markdown template filter for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-markdownify",
    "documentation_url": "",
    "repo_watchers": 127,
    "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,
        5,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "erwinmatijsen",
        "RRMoelker",
        "erwin-academie-dev",
        "dependabot[bot]",
        "davidbgk",
        "rob32",
        "DataGreed",
        "dplanella",
        "raratiru",
        "jspaans91",
        "SkwalExe"
    ]
}