API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/3/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/140/"
    ],
    "id": 3764,
    "title": "bedjango-starter",
    "slug": "bedjango-starter",
    "last_updated": "2018-02-18T15:54:49-05:00",
    "last_fetched": "2026-02-15T09:03:56.400014-05:00",
    "repo_url": "https://github.com/BeDjango/bedjango-starter",
    "pypi_version": null,
    "created": "2017-03-17T05:26:27.136683-04:00",
    "modified": "2026-01-29T12:52:25.477290-05:00",
    "repo_forks": 13,
    "repo_description": "An easy to use project template for Django 1.11",
    "pypi_url": "",
    "documentation_url": "https://github.com/BeDjango/bedjango-starter/blob/master/README.md",
    "repo_watchers": 48,
    "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": [
        "iPablo",
        "axenedu",
        "albluqmun",
        "Bereware",
        "Nifled"
    ]
}