API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/362/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/25/"
    ],
    "id": 362,
    "title": "django-sane-testing",
    "slug": "django-sane-testing",
    "last_updated": "2012-02-22T10:24:47-05:00",
    "last_fetched": "2026-02-15T22:02:27.793005-05:00",
    "repo_url": "https://github.com/Almad/django-sane-testing",
    "pypi_version": "0.5.11",
    "created": "2010-09-15T09:52:29.259813-04:00",
    "modified": "2026-01-28T15:18:07.477207-05:00",
    "repo_forks": 8,
    "repo_description": "Django integration with nose, Selenium and more",
    "pypi_url": "http://pypi.python.org/pypi/djangosanetesting",
    "documentation_url": "https://pythonhosted.org/djangosanetesting/",
    "repo_watchers": 58,
    "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": [
        "Almad",
        "aarranz",
        "tdivis",
        "andrejtokarcik",
        "yedpodtrzitko",
        "akaihola",
        "ericpalakovichcarr",
        "vinilios",
        "kmike"
    ]
}