API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3441/
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/58/"
    ],
    "id": 3441,
    "title": "\"Composite\" model fields (consisting of several \"smaller\" fields). See test.py for an example",
    "slug": "django-composite-fields",
    "last_updated": "2025-01-24T12:43:17-05:00",
    "last_fetched": "2026-02-15T09:05:20.382561-05:00",
    "repo_url": "https://github.com/vporton/django-composite-fields",
    "pypi_version": null,
    "created": "2016-10-17T11:26:32.866522-04:00",
    "modified": "2026-01-29T12:54:49.419920-05:00",
    "repo_forks": 0,
    "repo_description": "\"Composite\" Django model fields (consiting of several \"smaller\" fields). Superceded by https://djangopackages.org/packages/p/django-composite-field/",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 5,
    "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": [
        "vporton"
    ]
}