API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3392/
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/33/"
    ],
    "id": 3392,
    "title": "django-ditto",
    "slug": "django-ditto",
    "last_updated": "2025-10-22T10:47:53-04:00",
    "last_fetched": "2026-02-15T19:10:17.973422-05:00",
    "repo_url": "https://github.com/philgyford/django-ditto",
    "pypi_version": "3.7.0",
    "created": "2016-08-31T06:17:04.317683-04:00",
    "modified": "2026-01-28T14:49:10.492855-05:00",
    "repo_forks": 7,
    "repo_description": "A collection of Django apps for copying things from third-party sites and services.",
    "pypi_url": "http://pypi.python.org/pypi/django-ditto",
    "documentation_url": "https://django-ditto.readthedocs.io/",
    "repo_watchers": 85,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        4,
        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,
        8,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "philgyford",
        "garrettc"
    ]
}