API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4541/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/335/"
    ],
    "id": 4541,
    "title": "django-graphql-extensions",
    "slug": "django-graphql-extensions",
    "last_updated": "2021-07-23T13:10:17-04:00",
    "last_fetched": "2026-02-15T19:01:16.215058-05:00",
    "repo_url": "https://github.com/flavors/django-graphql-extensions",
    "pypi_version": "0.1.0",
    "created": "2020-03-08T07:59:51.230548-04:00",
    "modified": "2026-01-28T14:37:29.760081-05:00",
    "repo_forks": 8,
    "repo_description": "A collection of custom extensions for Graphene Django",
    "pypi_url": "http://pypi.python.org/pypi/django-graphql-extensions",
    "documentation_url": "https://github.com/flavors/django-graphql-extensions/wiki/Auth-decorators",
    "repo_watchers": 86,
    "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": [
        "mongkok",
        "kikeh"
    ]
}