API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1656/?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/107/?format=api",
        "https://djangopackages.org/api/v4/grids/274/?format=api"
    ],
    "id": 1656,
    "title": "django-markdown-deux",
    "slug": "django-markdown-deux",
    "last_updated": "2023-05-05T08:59:19-04:00",
    "last_fetched": "2026-02-15T17:20:35.116373-05:00",
    "repo_url": "https://github.com/trentm/django-markdown-deux",
    "pypi_version": "1.0.6",
    "created": "2013-01-24T10:38:15.541633-05:00",
    "modified": "2026-01-28T14:17:07.400343-05:00",
    "repo_forks": 60,
    "repo_description": "A django app that provides Markdown-related template tags using the python-markdown2 library.",
    "pypi_url": "http://pypi.python.org/pypi/django-markdown-deux",
    "documentation_url": null,
    "repo_watchers": 291,
    "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": [
        "trentm",
        "xrmx",
        "plumdog",
        "martinleblanc",
        "mlissner",
        "mrooney",
        "graingert",
        "melkon98"
    ]
}