API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5556/
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/7/",
        "https://djangopackages.org/api/v4/grids/42/",
        "https://djangopackages.org/api/v4/grids/85/",
        "https://djangopackages.org/api/v4/grids/87/",
        "https://djangopackages.org/api/v4/grids/84/",
        "https://djangopackages.org/api/v4/grids/427/"
    ],
    "id": 5556,
    "title": "django-gcp",
    "slug": "django-gcp",
    "last_updated": "2025-11-18T15:05:10-05:00",
    "last_fetched": "2026-02-15T19:10:14.420707-05:00",
    "repo_url": "https://github.com/octue/django-gcp",
    "pypi_version": "0.24.0",
    "created": "2022-09-16T08:16:59.309723-04:00",
    "modified": "2026-01-28T14:49:03.635745-05:00",
    "repo_forks": 5,
    "repo_description": "Everything required to run Django on GCP (storage, pubsub events, tasks, logging, errors)",
    "pypi_url": "https://pypi.org/project/django-gcp",
    "documentation_url": "https://django-gcp.readthedocs.io/",
    "repo_watchers": 29,
    "commits_over_52": [
        5,
        8,
        2,
        0,
        9,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        11,
        7,
        2,
        7,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        16,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "thclark",
        "cortadocodes",
        "nvn-nil",
        "lukasvinclav"
    ]
}