API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2330/
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/243/"
    ],
    "id": 2330,
    "title": "django-dynamicsites",
    "slug": "django-dynamicsites",
    "last_updated": "2012-07-15T16:51:37-04:00",
    "last_fetched": "2026-02-15T11:01:40.513340-05:00",
    "repo_url": "https://bitbucket.org/uysrc/django-dynamicsites",
    "pypi_version": null,
    "created": "2014-04-27T01:42:28.957389-04:00",
    "modified": "2026-01-28T13:03:44.230519-05:00",
    "repo_forks": 24,
    "repo_description": "Host multiple sites from a single django project\r\n",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 65,
    "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": [
        "uysrc"
    ]
}