API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/71/
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/26/",
        "https://djangopackages.org/api/v4/grids/57/"
    ],
    "id": 71,
    "title": "Django Static Media Manager",
    "slug": "django-staticmediamanager",
    "last_updated": "2010-06-18T14:27:22-04:00",
    "last_fetched": "2022-03-18T21:48:08.669788-04:00",
    "repo_url": "https://github.com/washingtontimes/django-staticmediamgr",
    "pypi_version": "0.6",
    "created": "2010-08-18T11:53:29.009532-04:00",
    "modified": "2025-01-31T14:59:15.371140-05:00",
    "repo_forks": 2,
    "repo_description": "An app to copy static media files over to a remote place, optionally minifying css and js.",
    "pypi_url": "http://pypi.python.org/pypi/django-staticmediamgr",
    "documentation_url": null,
    "repo_watchers": 17,
    "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": [
        "coordt",
        "josesoa",
        "rlewko",
        "toddstowell",
        "twtwebdev",
        "wavrin",
        "justquick"
    ]
}