API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5755/
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/430/"
    ],
    "id": 5755,
    "title": "DJOptima",
    "slug": "djoptima",
    "last_updated": "2023-08-23T17:59:01-04:00",
    "last_fetched": "2026-02-15T01:03:37.952325-05:00",
    "repo_url": "https://github.com/NagiPragalathan/DJOptima",
    "pypi_version": "0.0.1",
    "created": "2023-08-23T18:29:15.194966-04:00",
    "modified": "2026-01-28T16:13:21.173841-05:00",
    "repo_forks": 0,
    "repo_description": "The DJOptima ToolKit for Django is an all-in-one utility designed to simplify and enhance the deployment process of Django projects, particularly tailored for seamless integration with the Vercel hosting platform. This toolkit empowers developers with a range of powerful features.",
    "pypi_url": "https://pypi.org/project/DJOptima",
    "documentation_url": "https://pypi.org/project/DJOptima/0.0.1/",
    "repo_watchers": 0,
    "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": [
        "NagiPragalathan"
    ]
}