API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5177/?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/42/?format=api"
    ],
    "id": 5177,
    "title": "django-simple-deploy",
    "slug": "django-simple-deploy",
    "last_updated": "2025-11-10T13:25:11-05:00",
    "last_fetched": "2026-02-15T19:05:11.060690-05:00",
    "repo_url": "https://github.com/ehmatthes/django-simple-deploy",
    "pypi_version": "1.4.0",
    "created": "2021-10-24T16:28:57.396962-04:00",
    "modified": "2026-01-28T14:42:20.054335-05:00",
    "repo_forks": 42,
    "repo_description": "Deployment, for Djangonauts with deadlines.",
    "pypi_url": "http://pypi.python.org/pypi/django-simple-deploy",
    "documentation_url": "https://django-simple-deploy.readthedocs.io/en/latest/",
    "repo_watchers": 416,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        2,
        5,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        5,
        0,
        5,
        8,
        0,
        1,
        0,
        2,
        0,
        4,
        6,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "ehmatthes",
        "dversoza",
        "joshuadavidthomas",
        "darjeeling",
        "cclauss",
        "glasnt",
        "mjsir911",
        "jerivas",
        "offby1",
        "luiscberrocal",
        "felixxm",
        "tobiase",
        "funkyrailroad",
        "mgermaine93",
        "ryansdavis"
    ]
}