API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1105/?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/126/?format=api",
        "https://djangopackages.org/api/v4/grids/125/?format=api",
        "https://djangopackages.org/api/v4/grids/7/?format=api"
    ],
    "id": 1105,
    "title": "Django OAuth 2.0 Server App",
    "slug": "oauth2app",
    "last_updated": "2014-06-13T13:25:30-04:00",
    "last_fetched": "2026-02-15T11:04:58.325745-05:00",
    "repo_url": "https://github.com/hiidef/oauth2app",
    "pypi_version": null,
    "created": "2012-01-11T10:26:22.892842-05:00",
    "modified": "2026-01-28T13:10:17.667932-05:00",
    "repo_forks": 114,
    "repo_description": "Django OAuth 2.0 Server App. Please fork and improve!",
    "pypi_url": "",
    "documentation_url": "https://readthedocs.org/projects/oauth2app/",
    "repo_watchers": 270,
    "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": [
        "wehriam",
        "bhagany",
        "schmichael",
        "gabrielgrant",
        "ckelly",
        "chrisdev",
        "hpk",
        "mk-fg",
        "trezorg"
    ]
}