API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3762/?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/13/?format=api",
        "https://djangopackages.org/api/v4/grids/245/?format=api"
    ],
    "id": 3762,
    "title": "djangorestframework-queryfields",
    "slug": "djangorestframework-queryfields",
    "last_updated": "2024-11-04T21:08:25-05:00",
    "last_fetched": "2026-02-15T17:11:57.990385-05:00",
    "repo_url": "https://github.com/wimglenn/djangorestframework-queryfields",
    "pypi_version": "1.1.0",
    "created": "2017-03-14T23:44:03.232016-04:00",
    "modified": "2026-01-28T14:08:13.237963-05:00",
    "repo_forks": 16,
    "repo_description": "Allows clients to control which fields will be sent in the API response",
    "pypi_url": "http://pypi.python.org/pypi/djangorestframework-queryfields",
    "documentation_url": "https://pythonhosted.org/djangorestframework-queryfields/",
    "repo_watchers": 223,
    "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": [
        "wimglenn",
        "seaworn",
        "shiplu"
    ]
}