API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2917/?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/35/?format=api",
        "https://djangopackages.org/api/v4/grids/97/?format=api"
    ],
    "id": 2917,
    "title": "django-viewsets",
    "slug": "django-viewsets",
    "last_updated": "2015-05-24T17:37:26-04:00",
    "last_fetched": "2024-05-28T13:45:27.269375-04:00",
    "repo_url": "https://github.com/alexey-grom/django-viewsets",
    "pypi_version": null,
    "created": "2015-05-24T16:53:56.920533-04:00",
    "modified": "2025-01-31T14:59:24.600811-05:00",
    "repo_forks": 1,
    "repo_description": "",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 11,
    "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": [
        "hell10w"
    ]
}