API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6082/?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/449/?format=api",
        "https://djangopackages.org/api/v4/grids/457/?format=api"
    ],
    "id": 6082,
    "title": "Django MCP Server",
    "slug": "django-mcp-server",
    "last_updated": "2025-10-10T13:08:35-04:00",
    "last_fetched": "2026-02-15T03:06:32.839734-05:00",
    "repo_url": "https://github.com/omarbenhamid/django-mcp-server",
    "pypi_version": "0.5.7",
    "created": "2025-05-10T13:25:26.347298-04:00",
    "modified": "2026-01-28T16:48:15.155249-05:00",
    "repo_forks": 44,
    "repo_description": "Django MCP Server is a Django extensions to easily enable AI Agents to interact with Django Apps through the Model Context Protocol it works equally well on WSGI and ASGI",
    "pypi_url": "https://pypi.org/project/django-mcp-server",
    "documentation_url": "https://github.com/omarbenhamid/django-mcp-server/blob/main/README.md",
    "repo_watchers": 271,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        4,
        19,
        12,
        10,
        6,
        7,
        10,
        17,
        1,
        5,
        0,
        1,
        0,
        6,
        1,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "omarbenhamid",
        "Artui",
        "lairdresearch",
        "d3cline",
        "domlysi",
        "roskakori",
        "MrMebelMan",
        "csalom",
        "ant-ms",
        "zacharypodbela",
        "chaz-working"
    ]
}