API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4976/?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/28/?format=api"
    ],
    "id": 4976,
    "title": "Django Hide",
    "slug": "django-hide",
    "last_updated": "2024-09-03T10:59:54-04:00",
    "last_fetched": "2026-02-15T21:03:12.801906-05:00",
    "repo_url": "https://github.com/metemaddar/django_hide",
    "pypi_version": "0.0.4.1",
    "created": "2020-12-11T10:11:49.220606-05:00",
    "modified": "2026-01-28T15:07:05.610261-05:00",
    "repo_forks": 3,
    "repo_description": "Django package to hide from wappalyzer",
    "pypi_url": "http://pypi.python.org/pypi/django-hide",
    "documentation_url": "https://github.com/metemaddar/django_hide/blob/main/README.md",
    "repo_watchers": 10,
    "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": [
        "metemaddar",
        "Fatiima-Ezzahra"
    ]
}