API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4244/
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/269/"
    ],
    "id": 4244,
    "title": "django-sorcery",
    "slug": "django-sorcery",
    "last_updated": "2023-04-11T07:18:13-04:00",
    "last_fetched": "2026-02-15T18:11:36.749047-05:00",
    "repo_url": "https://github.com/shosca/django-sorcery",
    "pypi_version": "0.13.0",
    "created": "2018-10-19T01:46:03.559207-04:00",
    "modified": "2026-01-28T14:31:48.355460-05:00",
    "repo_forks": 7,
    "repo_description": "Django Framework integration with SQLAlchemy",
    "pypi_url": "http://pypi.python.org/pypi/django-sorcery",
    "documentation_url": "https://django-sorcery.readthedocs.io",
    "repo_watchers": 68,
    "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": [
        "shosca",
        "miki725",
        "pre-commit-ci[bot]",
        "asottile"
    ]
}