API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/563/?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/25/?format=api",
        "https://djangopackages.org/api/v4/grids/11/?format=api"
    ],
    "id": 563,
    "title": "django-userswitch",
    "slug": "django-userswitch",
    "last_updated": "2011-03-22T06:49:07-04:00",
    "last_fetched": "2022-03-18T21:48:07.543213-04:00",
    "repo_url": "https://github.com/ikraftsoft/django-userswitch",
    "pypi_version": "0.2.2",
    "created": "2011-01-11T07:36:50.544383-05:00",
    "modified": "2025-01-31T14:59:23.237753-05:00",
    "repo_forks": 2,
    "repo_description": "A quick 'n' dirty Django app for switching between different users while testing",
    "pypi_url": "http://pypi.python.org/pypi/django-userswitch",
    "documentation_url": "https://readthedocs.org/projects/django-userswitch/",
    "repo_watchers": 12,
    "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": [
        "owais",
        "mnazim",
        "aparo"
    ]
}