API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2942/
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/23/"
    ],
    "id": 2942,
    "title": "simple-article",
    "slug": "simple-article",
    "last_updated": "2016-01-21T12:57:57-05:00",
    "last_fetched": "2026-02-15T02:03:17.424512-05:00",
    "repo_url": "https://github.com/zniper/simple-article",
    "pypi_version": "0.2.1",
    "created": "2015-06-24T00:11:50.583678-04:00",
    "modified": "2026-01-28T16:20:11.972385-05:00",
    "repo_forks": 2,
    "repo_description": "Provides a simple Article model for Django",
    "pypi_url": "http://pypi.python.org/pypi/simple-article",
    "documentation_url": "",
    "repo_watchers": 8,
    "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": [
        "zniper"
    ]
}