API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2335/?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/35/?format=api"
    ],
    "id": 2335,
    "title": "Django-Merged-Inlines",
    "slug": "django-merged-inlines",
    "last_updated": "2019-02-01T00:59:55-05:00",
    "last_fetched": "2026-02-15T20:06:44.276017-05:00",
    "repo_url": "https://github.com/MattBroach/Django-Merged-Inlines",
    "pypi_version": "1.0.3",
    "created": "2014-04-30T01:27:13.000119-04:00",
    "modified": "2026-01-28T14:59:12.829565-05:00",
    "repo_forks": 8,
    "repo_description": "A Django Admin extension that allows you to mix and reorder multiple inline classes together",
    "pypi_url": "http://pypi.python.org/pypi/django-merged-Inlines",
    "documentation_url": "",
    "repo_watchers": 28,
    "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": [
        "MattBroach",
        "kotyy"
    ]
}