API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1672/
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/7/",
        "https://djangopackages.org/api/v4/grids/66/"
    ],
    "id": 1672,
    "title": "django-stronghold",
    "slug": "django-stronghold",
    "last_updated": "2024-11-24T14:39:30-05:00",
    "last_fetched": "2026-02-15T18:01:32.757631-05:00",
    "repo_url": "https://github.com/mgrouchy/django-stronghold",
    "pypi_version": "0.4.0",
    "created": "2013-02-19T18:26:02.271422-05:00",
    "modified": "2026-01-28T14:20:29.080197-05:00",
    "repo_forks": 46,
    "repo_description": "Get inside your stronghold and make all your Django views default login_required",
    "pypi_url": "http://pypi.python.org/pypi/django-stronghold",
    "documentation_url": "https://readthedocs.org/projects/django-stronghold/",
    "repo_watchers": 402,
    "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": [
        "mgrouchy",
        "michaelavila",
        "SunilMohanAdapa",
        "timgates42",
        "abrahammartin",
        "AdrianKrige",
        "a-detiste",
        "dvl",
        "chripede",
        "claudep",
        "blueyed",
        "dhepper",
        "davitovmasyan",
        "jvalleroy",
        "justinabrahms",
        "fladi",
        "pawelad",
        "mcallistersean",
        "volksman",
        "sunahsuh",
        "aaronjolson",
        "cw0102"
    ]
}