API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3111/
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/25/",
        "https://djangopackages.org/api/v4/grids/11/"
    ],
    "id": 3111,
    "title": "django-skd-smoke",
    "slug": "django-skd-smoke",
    "last_updated": "2015-11-11T07:58:11-05:00",
    "last_fetched": "2026-02-15T02:01:08.317208-05:00",
    "repo_url": "https://github.com/steelkiwi/django-skd-smoke",
    "pypi_version": "0.2",
    "created": "2015-10-09T02:37:51.055061-04:00",
    "modified": "2026-01-28T16:16:32.402250-05:00",
    "repo_forks": 25,
    "repo_description": "This package is intended for simplification of smoke tests creation",
    "pypi_url": "http://pypi.python.org/pypi/django-skd-smoke",
    "documentation_url": "https://github.com/steelkiwi/django-skd-smoke#django-skd-smoke",
    "repo_watchers": 48,
    "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": [
        "bellum",
        "btn",
        "morpy"
    ]
}