API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/149/?format=api"
    ],
    "id": 1722,
    "title": "django-files",
    "slug": "django-files",
    "last_updated": "2013-02-21T04:47:45-05:00",
    "last_fetched": "2026-02-15T11:02:18.389246-05:00",
    "repo_url": "https://github.com/rhblind/django-files",
    "pypi_version": "1.1",
    "created": "2013-03-22T09:03:06.315663-04:00",
    "modified": "2026-01-28T13:05:07.137767-05:00",
    "repo_forks": 4,
    "repo_description": "Attachments using the ContentType framework. Includes storage backend for storing files as binary data in the database. Inspired by bartTC's django-attachments and the django.contrib.comments framework.",
    "pypi_url": "http://pypi.python.org/pypi/django-files",
    "documentation_url": "https://readthedocs.org/projects/django-files/",
    "repo_watchers": 6,
    "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": [
        "rhblind"
    ]
}