API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/87/?format=api"
    ],
    "id": 4949,
    "title": "python-fsutil",
    "slug": "python-fsutil",
    "last_updated": "2026-01-09T04:04:28-05:00",
    "last_fetched": "2026-02-15T14:27:03.462837-05:00",
    "repo_url": "https://github.com/fabiocaccamo/python-fsutil",
    "pypi_version": "0.16.0",
    "created": "2020-11-13T04:34:18.325035-05:00",
    "modified": "2026-01-28T13:50:52.416485-05:00",
    "repo_forks": 16,
    "repo_description": ":computer: :wrench: high-level file-system operations for lazy devs.",
    "pypi_url": "http://pypi.python.org/pypi/python-fsutil",
    "documentation_url": "https://github.com/fabiocaccamo/python-fsutil#readme",
    "repo_watchers": 258,
    "commits_over_52": [
        4,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        5,
        0,
        2,
        0,
        3,
        6,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "fabiocaccamo",
        "dependabot[bot]",
        "github-actions[bot]",
        "pre-commit-ci[bot]"
    ]
}