API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2611/
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/48/",
        "https://djangopackages.org/api/v4/grids/75/"
    ],
    "id": 2611,
    "title": "django-responsive2",
    "slug": "django-responsive2",
    "last_updated": "2018-02-23T11:53:14-05:00",
    "last_fetched": "2026-02-15T11:03:47.435293-05:00",
    "repo_url": "https://github.com/mishbahr/django-responsive2",
    "pypi_version": "0.1.3",
    "created": "2014-10-04T20:02:06.047148-04:00",
    "modified": "2026-01-28T13:08:00.212573-05:00",
    "repo_forks": 15,
    "repo_description": "django-responsive2 is an experimental Django app that gives web designers tools for building responsive websites. It can dynamically swap content based on breakpoints.",
    "pypi_url": "http://pypi.python.org/pypi/django-responsive2",
    "documentation_url": "https://django-responsive2.readthedocs.org/en/latest/",
    "repo_watchers": 34,
    "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": [
        "mishbahr",
        "CptLemming",
        "bashu"
    ]
}