API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/114/",
        "https://djangopackages.org/api/v4/grids/7/"
    ],
    "id": 1792,
    "title": "django-sitegate",
    "slug": "django-sitegate",
    "last_updated": "2022-11-27T01:01:18-05:00",
    "last_fetched": "2026-02-15T20:04:42.985654-05:00",
    "repo_url": "https://github.com/idlesign/django-sitegate",
    "pypi_version": "1.3.3",
    "created": "2013-05-16T12:05:03.960691-04:00",
    "modified": "2026-01-28T14:56:23.611183-05:00",
    "repo_forks": 4,
    "repo_description": "Reusable application for Django to ease sign up & sign in processes",
    "pypi_url": "http://pypi.python.org/pypi/django-sitegate",
    "documentation_url": "https://readthedocs.org/projects/django-sitegate/",
    "repo_watchers": 33,
    "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": [
        "idlesign",
        "dotsbb",
        "imposeren",
        "aptwebapps",
        "huxley"
    ]
}