API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1184/?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/99/?format=api"
    ],
    "id": 1184,
    "title": "django-switcher",
    "slug": "django-switcher",
    "last_updated": "2013-05-14T14:35:09-04:00",
    "last_fetched": "2016-07-24T14:20:50.919116-04:00",
    "repo_url": "https://github.com/Meevine/django-switcher",
    "pypi_version": null,
    "created": "2012-02-24T02:14:29.592224-05:00",
    "modified": "2025-01-31T14:59:16.669617-05:00",
    "repo_forks": 0,
    "repo_description": "Yet Another Feature Switcher",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 6,
    "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": [
        "paulcwatts",
        "bendemboski"
    ]
}