API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3704/
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/87/",
        "https://djangopackages.org/api/v4/grids/275/"
    ],
    "id": 3704,
    "title": "django-fileman",
    "slug": "django-fileman",
    "last_updated": "2018-06-11T04:02:52-04:00",
    "last_fetched": "2026-02-16T01:05:10.180647-05:00",
    "repo_url": "https://github.com/gregplaysguitar/django-fileman",
    "pypi_version": "1.0.3",
    "created": "2017-02-08T16:18:30.343802-05:00",
    "modified": "2026-01-28T15:55:08.608309-05:00",
    "repo_forks": 6,
    "repo_description": "django-fileman adds user-uploaded static files to the django admin (i.e. images, media, documents) and integrates with tinymce",
    "pypi_url": "http://pypi.python.org/pypi/django-fileman",
    "documentation_url": "",
    "repo_watchers": 6,
    "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": [
        "gregplaysguitar"
    ]
}