API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4342/
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/57/",
        "https://djangopackages.org/api/v4/grids/26/"
    ],
    "id": 4342,
    "title": "Django React Tools",
    "slug": "django-react-tools",
    "last_updated": "2025-01-06T15:42:08-05:00",
    "last_fetched": "2026-02-15T20:02:47.842866-05:00",
    "repo_url": "https://github.com/renderbox/django-react-tools",
    "pypi_version": "0.4.7",
    "created": "2019-04-26T16:53:28.824992-04:00",
    "modified": "2026-01-28T14:53:33.594750-05:00",
    "repo_forks": 7,
    "repo_description": "Tools for helping integrate ReactJS into a Django project.",
    "pypi_url": "http://pypi.python.org/pypi/django-react-tools",
    "documentation_url": "",
    "repo_watchers": 12,
    "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": [
        "renderbox",
        "dependabot[bot]",
        "rhimmelbauer",
        "github-actions[bot]",
        "devo-wm"
    ]
}