API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1763/?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/173/?format=api"
    ],
    "id": 1763,
    "title": "django-sortable",
    "slug": "django-sortable",
    "last_updated": "2011-10-20T23:54:11-04:00",
    "last_fetched": "2022-03-19T21:48:05.713723-04:00",
    "repo_url": "https://github.com/ff0000/django-sortable",
    "pypi_version": "0.3.1",
    "created": "2013-04-10T05:11:02.921759-04:00",
    "modified": "2025-01-31T14:59:13.957423-05:00",
    "repo_forks": 15,
    "repo_description": "Drag'n'drop support to reorder objects in the Django admin panel, both with and without Grappelli",
    "pypi_url": "http://pypi.python.org/pypi/django-sortable",
    "documentation_url": null,
    "repo_watchers": 24,
    "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": [
        "claudiob",
        "neoascetic"
    ]
}