API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4535/?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/338/?format=api"
    ],
    "id": 4535,
    "title": "bulbs",
    "slug": "bulbs",
    "last_updated": "2018-11-11T15:37:53-05:00",
    "last_fetched": "2026-02-15T19:11:07.081380-05:00",
    "repo_url": "https://github.com/espeed/bulbs",
    "pypi_version": "0.3.29-20140417",
    "created": "2020-02-26T11:47:33.886810-05:00",
    "modified": "2026-01-28T14:50:24.071371-05:00",
    "repo_forks": 81,
    "repo_description": "A Python persistence framework for graph databases like Neo4j, OrientDB and Titan.",
    "pypi_url": "http://pypi.python.org/pypi/bulbs",
    "documentation_url": "",
    "repo_watchers": 617,
    "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": [
        "espeed",
        "kefirbandi",
        "etabard",
        "barbogast",
        "arusahni",
        "etandel",
        "honzakral",
        "jeffjirsa",
        "MichalPodeszwa",
        "747project",
        "sroberts",
        "luckenbach"
    ]
}