API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3938/?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"
    ],
    "id": 3938,
    "title": "django-graph-api",
    "slug": "django-graph-api",
    "last_updated": "2018-06-27T18:38:00-04:00",
    "last_fetched": "2026-02-16T01:04:54.935242-05:00",
    "repo_url": "https://github.com/melinath/django-graph-api",
    "pypi_version": "0.3.0",
    "created": "2017-10-13T23:16:06.304708-04:00",
    "modified": "2026-01-28T15:55:00.589699-05:00",
    "repo_forks": 16,
    "repo_description": "Pythonic implementation of the GraphQL specification for the Django Web Framework.",
    "pypi_url": "http://pypi.python.org/pypi/django-graph-api",
    "documentation_url": "http://django-graph-api.readthedocs.io/",
    "repo_watchers": 29,
    "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": [
        "ariannedee",
        "melinath",
        "nhuntwalker",
        "shushen",
        "caffodian",
        "havocbane",
        "ptressel",
        "singingwolfboy",
        "fugu13",
        "gitter-badger",
        "TristanFi",
        "swimmingbean"
    ]
}