API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2968/?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/26/?format=api"
    ],
    "id": 2968,
    "title": "django-static-precompiler",
    "slug": "django-static-precompiler",
    "last_updated": "2025-05-25T02:35:10-04:00",
    "last_fetched": "2026-02-15T18:06:04.233555-05:00",
    "repo_url": "https://github.com/andreyfedoseev/django-static-precompiler",
    "pypi_version": "2.4",
    "created": "2015-07-14T22:58:52.194407-04:00",
    "modified": "2026-01-28T14:25:32.746087-05:00",
    "repo_forks": 60,
    "repo_description": "Django Static Precompiler provides template tags and filters to compile CoffeeScript, LiveScript, SASS / SCSS, LESS, Stylus, Babel and Handlebars. It works with both inline code and external files.",
    "pypi_url": "http://pypi.python.org/pypi/django-static-precompiler",
    "documentation_url": "https://django-static-precompiler.readthedocs.io/",
    "repo_watchers": 222,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        12,
        3,
        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": [
        "andreyfedoseev",
        "sir-sigurd",
        "presidento",
        "lehins",
        "Drieger",
        "pedroseac",
        "dotmobo",
        "JordanReiter",
        "alin23",
        "sepulchered",
        "cclauss",
        "yetty",
        "Niautanor",
        "spencersutton",
        "Willem3141",
        "afq984",
        "mpauly",
        "theRustyKnife"
    ]
}