API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/257/"
    ],
    "id": 5664,
    "title": "django-beam",
    "slug": "django-beam",
    "last_updated": "2025-10-17T08:10:31-04:00",
    "last_fetched": "2026-02-15T21:02:30.358140-05:00",
    "repo_url": "https://github.com/django-beam/django-beam",
    "pypi_version": "3.0.0",
    "created": "2023-03-31T07:55:15.703522-04:00",
    "modified": "2026-01-28T15:05:56.448108-05:00",
    "repo_forks": 7,
    "repo_description": "django-beam provides you with a set of views, templates and integrations for the most common CRUD applications.",
    "pypi_url": "https://pypi.org/project/django-beam",
    "documentation_url": "http://django-beam.readthedocs.io",
    "repo_watchers": 20,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        8,
        0,
        0,
        0,
        0,
        0,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "RaphaelKimmig",
        "HannesWaechter",
        "voidus",
        "JanMalte",
        "lorenz-waechter",
        "luggie"
    ]
}