API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1155/?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/7/?format=api"
    ],
    "id": 1155,
    "title": "django-xsession",
    "slug": "django-xsession",
    "last_updated": "2011-10-20T15:34:53-04:00",
    "last_fetched": "2016-07-24T14:27:18.060828-04:00",
    "repo_url": "https://github.com/FactorAG/django-xsession",
    "pypi_version": null,
    "created": "2012-02-13T15:53:22.504663-05:00",
    "modified": "2025-01-31T14:59:26.946176-05:00",
    "repo_forks": 1,
    "repo_description": "django_xsession is a middleware that offers session sharing across multiple domains (using the same session backend obviously). Can be used to allow single sign-on across multiple websites.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 0,
    "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": [
        "badzong"
    ]
}