API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2766/?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": 2766,
    "title": "django-sass-processor",
    "slug": "django-sass-processor",
    "last_updated": "2025-06-26T08:35:34-04:00",
    "last_fetched": "2026-02-15T17:06:24.205606-05:00",
    "repo_url": "https://github.com/jrief/django-sass-processor",
    "pypi_version": "1.4.2",
    "created": "2015-02-16T06:18:22.305464-05:00",
    "modified": "2026-01-28T14:02:58.926604-05:00",
    "repo_forks": 66,
    "repo_description": "SASS processor to compile SCSS files into *.css, while rendering, or offline.",
    "pypi_url": "http://pypi.python.org/pypi/django-sass-processor",
    "documentation_url": "",
    "repo_watchers": 414,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        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": [
        "jrief",
        "Natureshadow",
        "frostbtn",
        "rfleschenberg",
        "AndreasBackx",
        "bruunotrindade",
        "washeck",
        "dorivard",
        "eshellman",
        "terceiro",
        "bit",
        "SandyRogers",
        "alorence",
        "BojanKogoj",
        "cclauss",
        "craiga",
        "emirotin",
        "jamezpolley",
        "mouse-reeve",
        "daineX",
        "Zagrebelin",
        "schanq",
        "roansong",
        "0yi0",
        "nicoyou"
    ]
}