API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/1/?format=api"
    ],
    "id": 133,
    "title": "Philo",
    "slug": "philo",
    "last_updated": "2012-02-01T10:08:43-05:00",
    "last_fetched": "2026-02-16T03:03:33.844199-05:00",
    "repo_url": "https://github.com/ithinksw/philo",
    "pypi_version": "0.9.2",
    "created": "2010-08-22T00:04:32.804026-04:00",
    "modified": "2026-01-28T16:13:05.131204-05:00",
    "repo_forks": 12,
    "repo_description": "Foundation for web content management systems using Django.",
    "pypi_url": "http://pypi.python.org/pypi/philo",
    "documentation_url": "https://readthedocs.org/projects/philo/",
    "repo_watchers": 49,
    "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": [
        "melinath",
        "jspiros",
        "kgodey",
        "harrislapiroff",
        "derega"
    ]
}