API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3440/?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/292/?format=api"
    ],
    "id": 3440,
    "title": "My Glucose Manager",
    "slug": "dj-diabetes",
    "last_updated": "2019-02-05T15:20:44-05:00",
    "last_fetched": "2025-10-12T16:29:51.825338-04:00",
    "repo_url": "https://github.com/foxmask/dj-diabetes",
    "pypi_version": "0.3.1",
    "created": "2016-10-17T05:55:46.736531-04:00",
    "modified": "2025-10-12T16:29:52.443032-04:00",
    "repo_forks": 20,
    "repo_description": ":snake: :pill: My Glucose Manager -  follow your daily health",
    "pypi_url": "http://pypi.python.org/pypi/dj-diabetes",
    "documentation_url": "",
    "repo_watchers": 95,
    "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": [
        "foxmask",
        "asheliahut",
        "da2x",
        "fahdk"
    ]
}