API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/38/?format=api"
    ],
    "id": 4248,
    "title": "django-product-details",
    "slug": "django-product-details",
    "last_updated": "2025-09-25T05:40:50-04:00",
    "last_fetched": "2026-02-15T09:04:46.653396-05:00",
    "repo_url": "https://github.com/mozilla/django-product-details",
    "pypi_version": null,
    "created": "2018-11-04T22:05:06.892987-05:00",
    "modified": "2026-01-29T12:53:51.927062-05:00",
    "repo_forks": 22,
    "repo_description": "Product and locale details for Mozilla products",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 26,
    "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,
        1,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "pmac",
        "stevejalim",
        "jgmize",
        "janbrasna",
        "glogiotatidis",
        "akatsoulas",
        "fwenzel",
        "pmclanahan",
        "rik",
        "ozten",
        "oremj",
        "jvehent",
        "peterbe",
        "willkg",
        "wraithan",
        "dean",
        "dependabot[bot]"
    ]
}