API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5634/
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/61/"
    ],
    "id": 5634,
    "title": "speckenv",
    "slug": "speckenv",
    "last_updated": "2024-10-31T08:03:57-04:00",
    "last_fetched": "2026-02-15T20:08:33.073239-05:00",
    "repo_url": "https://github.com/matthiask/speckenv",
    "pypi_version": "6.2",
    "created": "2023-02-15T15:20:34.256967-05:00",
    "modified": "2026-01-28T15:02:21.505533-05:00",
    "repo_forks": 1,
    "repo_description": "Load environment from .env. Includes some optional Django goodies.",
    "pypi_url": "https://pypi.org/project/speckenv",
    "documentation_url": "",
    "repo_watchers": 8,
    "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": [
        "matthiask"
    ]
}