API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4192/
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/323/"
    ],
    "id": 4192,
    "title": "django-simple-invoice",
    "slug": "django-simple-invoice",
    "last_updated": "2015-02-27T03:29:25-05:00",
    "last_fetched": "2026-02-16T02:05:45.822407-05:00",
    "repo_url": "https://bitbucket.org/mwolff/django-simple-invoice",
    "pypi_version": "0.3.5",
    "created": "2018-08-02T14:57:42.534579-04:00",
    "modified": "2026-01-28T16:06:45.411488-05:00",
    "repo_forks": 0,
    "repo_description": "Invoice app for django",
    "pypi_url": "http://pypi.python.org/pypi/django-simple-invoice",
    "documentation_url": "",
    "repo_watchers": 2,
    "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": [
        "mwolff"
    ]
}