API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1725/?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/42/?format=api",
        "https://djangopackages.org/api/v4/grids/127/?format=api"
    ],
    "id": 1725,
    "title": "projectskel",
    "slug": "projectskel",
    "last_updated": "2015-09-30T18:06:02-04:00",
    "last_fetched": "2026-02-15T13:04:31.609558-05:00",
    "repo_url": "https://github.com/ionelmc/projectskel",
    "pypi_version": null,
    "created": "2013-03-22T18:57:12.525127-04:00",
    "modified": "2026-01-28T13:21:26.894604-05:00",
    "repo_forks": 2,
    "repo_description": "Project skeleton for python 2.7 projects with fabric and virtualenv. It's intended for django projects but can be customized for other types of projects.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 28,
    "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": [
        "ionelmc",
        "bitdeli-chef",
        "orthographic-pedant"
    ]
}