API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4298/
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/99/",
        "https://djangopackages.org/api/v4/grids/32/"
    ],
    "id": 4298,
    "title": "Django Planout Experiments",
    "slug": "django-planout-experiments",
    "last_updated": "2019-11-12T15:34:27-05:00",
    "last_fetched": "2026-02-16T04:04:50.685931-05:00",
    "repo_url": "https://github.com/adamhaney/django-planout-experiments",
    "pypi_version": "0.1.0",
    "created": "2019-02-08T11:19:07.879684-05:00",
    "modified": "2026-01-28T16:24:57.779149-05:00",
    "repo_forks": 1,
    "repo_description": "A Django app for managing product experiments and measuring their results based on Facebook's planout testing library",
    "pypi_url": "http://pypi.python.org/pypi/django-planout-experiments",
    "documentation_url": "",
    "repo_watchers": 4,
    "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": [
        "adamhaney",
        "dependabot[bot]"
    ]
}