API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2913/?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/47/?format=api"
    ],
    "id": 2913,
    "title": "django-navutils",
    "slug": "django-navutils",
    "last_updated": "2022-05-06T03:19:37-04:00",
    "last_fetched": "2022-06-18T21:48:06.071758-04:00",
    "repo_url": "https://github.com/EliotBerriot/django-navutils",
    "pypi_version": "0.8",
    "created": "2015-05-21T19:13:50.236129-04:00",
    "modified": "2025-01-31T14:58:49.252141-05:00",
    "repo_forks": 12,
    "repo_description": "A lightweight package for handling menus and breadcrumbs in your django project",
    "pypi_url": "http://pypi.python.org/pypi/django-navutils",
    "documentation_url": "",
    "repo_watchers": 38,
    "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": [
        "EliotBerriot",
        "thperret",
        "wgordon17",
        "powderflask",
        "ohrstrom",
        "quevon24"
    ]
}