API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/668/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/37/"
    ],
    "id": 668,
    "title": "Django SHPAML Template Loader",
    "slug": "shpaml",
    "last_updated": "2016-01-26T17:10:04-05:00",
    "last_fetched": "2026-02-16T00:02:18.256996-05:00",
    "repo_url": "https://github.com/Rootbuzz/shpaml",
    "pypi_version": "1.3.0",
    "created": "2011-03-02T21:14:54.645793-05:00",
    "modified": "2026-01-28T15:29:09.278554-05:00",
    "repo_forks": 9,
    "repo_description": "Load shpaml (haml-like html alternative) templates in django seamlessly. Should work fine extending normal HTML templates and being extended by them.",
    "pypi_url": "http://pypi.python.org/pypi/django-shpaml",
    "documentation_url": null,
    "repo_watchers": 45,
    "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": [
        "jiaaro",
        "cool-RR",
        "isvitale"
    ]
}