API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3246/
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/15/"
    ],
    "id": 3246,
    "title": "pyhectane",
    "slug": "pyhectane",
    "last_updated": "2016-06-13T21:30:09-04:00",
    "last_fetched": "2026-02-15T01:02:40.839333-05:00",
    "repo_url": "https://github.com/hectane/python-hectane",
    "pypi_version": "0.4.1",
    "created": "2016-03-15T22:49:00.122577-04:00",
    "modified": "2026-01-28T16:11:34.255528-05:00",
    "repo_forks": 1,
    "repo_description": "Python module for sending emails with Hectane",
    "pypi_url": "http://pypi.python.org/pypi/pyhectane",
    "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": [
        "nathan-osman"
    ]
}