API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/109/?format=api"
    ],
    "id": 1554,
    "title": "Gnotty",
    "slug": "gnotty",
    "last_updated": "2015-09-17T19:38:03-04:00",
    "last_fetched": "2026-02-16T00:06:30.885774-05:00",
    "repo_url": "https://github.com/stephenmcd/gnotty",
    "pypi_version": "0.2.7",
    "created": "2012-11-23T20:46:24.806154-05:00",
    "modified": "2026-01-28T15:46:47.957703-05:00",
    "repo_forks": 27,
    "repo_description": "IRC web client and bot framework",
    "pypi_url": "http://pypi.python.org/pypi/Gnotty",
    "documentation_url": "https://readthedocs.org/projects/gnotty/",
    "repo_watchers": 160,
    "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": [
        "stephenmcd",
        "mikeywaites",
        "chrisfranklin",
        "kenbolton",
        "spaceone"
    ]
}