API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1107/
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/163/"
    ],
    "id": 1107,
    "title": "django Inplaceedit",
    "slug": "django-inplaceedit",
    "last_updated": "2015-08-30T12:46:12-04:00",
    "last_fetched": "2026-02-15T20:02:16.456482-05:00",
    "repo_url": "https://github.com/Yaco-Sistemas/django-inplaceedit",
    "pypi_version": "1.4.1",
    "created": "2012-01-12T08:14:26.537463-05:00",
    "modified": "2026-01-28T14:52:45.002236-05:00",
    "repo_forks": 75,
    "repo_description": "Django application that allows you to inline edition of some data from the database.",
    "pypi_url": "http://pypi.python.org/pypi/django-inplaceedit",
    "documentation_url": "http://django-inplaceedit.readthedocs.org/en/latest/",
    "repo_watchers": 187,
    "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": [
        "goinnn",
        "altimore",
        "lociii",
        "cuchac",
        "pfeyz",
        "shadow-identity",
        "luzfcb",
        "akkartik",
        "saz",
        "cericoda",
        "lukaszkoziara"
    ]
}