API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/11/?format=api"
    ],
    "id": 1668,
    "title": "dj cmd",
    "slug": "dj-cmd",
    "last_updated": "2016-09-28T16:01:46-04:00",
    "last_fetched": "2026-02-15T20:05:18.067372-05:00",
    "repo_url": "https://github.com/nigma/dj-cmd",
    "pypi_version": "1.0.0",
    "created": "2013-02-11T09:47:52.886490-05:00",
    "modified": "2026-01-28T14:57:22.614276-05:00",
    "repo_forks": 4,
    "repo_description": "Tired of typing `python manage.py runserver`?",
    "pypi_url": "http://pypi.python.org/pypi/dj-cmd",
    "documentation_url": null,
    "repo_watchers": 26,
    "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": [
        "nigma"
    ]
}