API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1277/
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/144/"
    ],
    "id": 1277,
    "title": "django-static-sitemaps",
    "slug": "django-static-sitemaps",
    "last_updated": "2024-02-18T03:54:47-05:00",
    "last_fetched": "2026-02-15T18:13:59.802320-05:00",
    "repo_url": "https://github.com/xaralis/django-static-sitemaps",
    "pypi_version": "5.0.0",
    "created": "2012-04-22T05:49:02.278394-04:00",
    "modified": "2026-01-28T14:34:24.767101-05:00",
    "repo_forks": 72,
    "repo_description": "Tool for generating sitemaps as static files to serve them from webserver instead of your Django application.",
    "pypi_url": "http://pypi.python.org/pypi/django-static-sitemaps",
    "documentation_url": null,
    "repo_watchers": 157,
    "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": [
        "xaralis",
        "seocam",
        "SimonGreenhill",
        "paramono",
        "fotcorn",
        "artscoop",
        "dulacp",
        "marcosgabarda",
        "LuanP",
        "lightstrike",
        "Akay7",
        "dbrgn",
        "vint21h",
        "auzhva",
        "dblado",
        "coagulant",
        "janezkranjc",
        "lowks",
        "nicolastobo",
        "philipn",
        "salvacarrion",
        "vimm0",
        "iancubitt"
    ]
}