API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2892/?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/11/?format=api"
    ],
    "id": 2892,
    "title": "Django manage.py anywhere",
    "slug": "django-manage-py-anywhere",
    "last_updated": "2025-10-16T04:28:56-04:00",
    "last_fetched": "2026-02-15T11:04:20.565335-05:00",
    "repo_url": "https://github.com/timonweb/Django-manage.py-anywhere",
    "pypi_version": null,
    "created": "2015-05-07T05:08:24.615299-04:00",
    "modified": "2026-01-28T13:09:09.437379-05:00",
    "repo_forks": 5,
    "repo_description": "⚙️ Run manage.py commands from anywhere — it 🔍 automatically finds the nearest manage.py file and runs your command for you. 🚀",
    "pypi_url": "",
    "documentation_url": "https://github.com/timonweb/Django-manage.py-anywhere",
    "repo_watchers": 37,
    "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,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "timonweb"
    ]
}