API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1800/
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/8/",
        "https://djangopackages.org/api/v4/grids/19/",
        "https://djangopackages.org/api/v4/grids/242/"
    ],
    "id": 1800,
    "title": "Django file form",
    "slug": "django-file-form",
    "last_updated": "2026-02-11T03:21:28-05:00",
    "last_fetched": "2026-02-15T18:11:35.630968-05:00",
    "repo_url": "https://github.com/mbraak/django-file-form",
    "pypi_version": "4.0.0",
    "created": "2013-05-21T05:55:22.718743-04:00",
    "modified": "2026-01-28T14:31:45.884927-05:00",
    "repo_forks": 43,
    "repo_description": "Django-file-form helps you to write forms with a pretty ajax upload",
    "pypi_url": "http://pypi.python.org/pypi/django-file-form",
    "documentation_url": null,
    "repo_watchers": 166,
    "commits_over_52": [
        0,
        4,
        6,
        4,
        2,
        3,
        1,
        8,
        3,
        4,
        5,
        1,
        5,
        1,
        1,
        3,
        2,
        2,
        4,
        0,
        1,
        4,
        2,
        1,
        1,
        1,
        1,
        1,
        3,
        3,
        2,
        1,
        3,
        1,
        3,
        2,
        3,
        2,
        4,
        7,
        1,
        7,
        1,
        2,
        3,
        0,
        4,
        0,
        0,
        3,
        3,
        2
    ],
    "participants": [
        "mbraak",
        "requires",
        "dependabot[bot]",
        "BoPeng",
        "Benoss",
        "theskumar",
        "quantifiedcode-bot",
        "kosior",
        "wlorenzetti",
        "sks444",
        "balazs-endresz",
        "a-roomana",
        "dureba",
        "qihiv",
        "tonibagur",
        "tleguijt",
        "maisim",
        "lraphael",
        "nklsw",
        "chernyshm",
        "juanheliosg",
        "jucajuca",
        "NullPrice"
    ]
}