API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/3/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/149/?format=api"
    ],
    "id": 4933,
    "title": "django-dynamic-attachments",
    "slug": "django-dynamic-attachments",
    "last_updated": "2019-04-30T15:50:37-04:00",
    "last_fetched": "2026-02-15T19:06:19.287353-05:00",
    "repo_url": "https://github.com/imsweb/django-dynamic-attachments",
    "pypi_version": "5.0.0",
    "created": "2020-10-24T07:14:40.691266-04:00",
    "modified": "2026-01-28T14:43:38.623884-05:00",
    "repo_forks": 21,
    "repo_description": "Django application for managing attachments to arbitrary models, with properties and multiple file uploads.",
    "pypi_url": "http://pypi.python.org/pypi/django-dynamic-attachments",
    "documentation_url": "",
    "repo_watchers": 1,
    "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": [
        "dcwatson",
        "pmoetakef",
        "clevelandj",
        "fengandy",
        "wasseniusc",
        "hoskinsj",
        "ruttenb",
        "tebonge-ims",
        "lefcourn"
    ]
}