API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6135/
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/11/",
        "https://djangopackages.org/api/v4/grids/49/"
    ],
    "id": 6135,
    "title": "yesglot",
    "slug": "yesglot",
    "last_updated": "2025-08-25T21:30:52-04:00",
    "last_fetched": "2026-02-15T03:03:32.516894-05:00",
    "repo_url": "https://github.com/efe/yesglot",
    "pypi_version": "1.0.0",
    "created": "2025-08-25T18:45:31.618568-04:00",
    "modified": "2026-01-28T16:44:23.666236-05:00",
    "repo_forks": 3,
    "repo_description": "LLM-powered Django translations ✨ Just call me \"python manage.py translatemessages\"",
    "pypi_url": "https://pypi.org/project/yesglot",
    "documentation_url": "https://github.com/efe/yesglot/",
    "repo_watchers": 98,
    "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,
        3,
        10,
        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": [
        "efe"
    ]
}