API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1783/?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": 1783,
    "title": "django-golive",
    "slug": "django-golive",
    "last_updated": "2014-03-17T06:41:31-04:00",
    "last_fetched": "2026-02-15T11:02:52.043732-05:00",
    "repo_url": "https://github.com/fatrix/django-golive",
    "pypi_version": null,
    "created": "2013-05-01T03:15:45.458709-04:00",
    "modified": "2026-01-28T13:06:10.121723-05:00",
    "repo_forks": 0,
    "repo_description": "django-golive is focusing on the tasks executed on your hosts to deploy and operate a Django-powered site. ",
    "pypi_url": "",
    "documentation_url": "https://github.com/fatrix/django-golive/blob/master/README.md",
    "repo_watchers": 2,
    "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": [
        "philipsahli"
    ]
}