API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/117/?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/23/?format=api",
        "https://djangopackages.org/api/v4/grids/91/?format=api"
    ],
    "id": 117,
    "title": "django-news",
    "slug": "django-news",
    "last_updated": "2011-10-16T17:32:47-04:00",
    "last_fetched": "2022-03-19T21:48:05.270531-04:00",
    "repo_url": "https://github.com/coleifer/django-news",
    "pypi_version": "0.2.5",
    "created": "2010-08-20T21:15:14.123230-04:00",
    "modified": "2025-01-31T14:58:49.532183-05:00",
    "repo_forks": 7,
    "repo_description": "News Feed Aggregation with Django.",
    "pypi_url": "http://pypi.python.org/pypi/django-news",
    "documentation_url": null,
    "repo_watchers": 41,
    "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": [
        "coleifer"
    ]
}