API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6132/
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/449/",
        "https://djangopackages.org/api/v4/grids/457/"
    ],
    "id": 6132,
    "title": "mcp-django",
    "slug": "mcp-django",
    "last_updated": "2025-12-05T03:58:35-05:00",
    "last_fetched": "2026-02-15T03:02:57.355263-05:00",
    "repo_url": "https://github.com/joshuadavidthomas/mcp-django",
    "pypi_version": "0.13.0",
    "created": "2025-08-19T02:19:06.856358-04:00",
    "modified": "2026-01-28T16:43:20.887590-05:00",
    "repo_forks": 2,
    "repo_description": "MCP server for Django integration with LLM assistants",
    "pypi_url": "https://pypi.org/project/mcp-django",
    "documentation_url": "https://github.com/joshuadavidthomas/mcp-django#README",
    "repo_watchers": 39,
    "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,
        32,
        23,
        0,
        0,
        0,
        0,
        0,
        0,
        11,
        0,
        15,
        5,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "joshuadavidthomas",
        "dependabot[bot]"
    ]
}