API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/58/",
        "https://djangopackages.org/api/v4/grids/160/"
    ],
    "id": 4386,
    "title": "django-joinfield",
    "slug": "django-joinfield",
    "last_updated": "2023-10-05T10:07:25-04:00",
    "last_fetched": "2026-02-15T22:00:50.597917-05:00",
    "repo_url": "https://github.com/martsberger/django-joinfield",
    "pypi_version": "0.2.1",
    "created": "2019-07-11T18:52:59.617192-04:00",
    "modified": "2026-01-28T15:15:11.352365-05:00",
    "repo_forks": 1,
    "repo_description": "A field type for Django models that allows joins to a related model without a foreign key",
    "pypi_url": "http://pypi.python.org/pypi/django-joinfield",
    "documentation_url": "",
    "repo_watchers": 49,
    "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": [
        "martsberger"
    ]
}