API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5638/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/264/",
        "https://djangopackages.org/api/v4/grids/315/",
        "https://djangopackages.org/api/v4/grids/113/"
    ],
    "id": 5638,
    "title": "Django Import",
    "slug": "django-import",
    "last_updated": "2023-02-19T14:55:56-05:00",
    "last_fetched": "2026-02-15T04:13:21.690061-05:00",
    "repo_url": "https://github.com/nnseva/django-import",
    "pypi_version": "0.0.7",
    "created": "2023-02-20T03:20:34.066237-05:00",
    "modified": "2026-01-29T12:38:50.189589-05:00",
    "repo_forks": 1,
    "repo_description": "Customizable and extendable import for any django model from the admin and any API",
    "pypi_url": "https://pypi.org/project/django-import",
    "documentation_url": "",
    "repo_watchers": 12,
    "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": [
        "nnseva"
    ]
}