API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/416/
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/55/",
        "https://djangopackages.org/api/v4/grids/61/"
    ],
    "id": 416,
    "title": "django-livesettings",
    "slug": "django-livesettings",
    "last_updated": "2016-12-28T15:23:59-05:00",
    "last_fetched": "2026-02-15T21:03:03.734726-05:00",
    "repo_url": "https://bitbucket.org/bkroeze/django-livesettings",
    "pypi_version": "1.4-16",
    "created": "2010-09-29T03:11:34.030155-04:00",
    "modified": "2026-01-28T15:06:48.653727-05:00",
    "repo_forks": 40,
    "repo_description": "Django-Livesettings is a project split from the `Satchmo Project`_.  It provides the ability to configure settings via an admin interface, rather than by editing \"settings.py\".",
    "pypi_url": "http://pypi.python.org/pypi/django-livesettings",
    "documentation_url": "https://readthedocs.org/projects/django-livesettings/",
    "repo_watchers": 72,
    "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": [
        "bkroeze"
    ]
}