API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/41/?format=api"
    ],
    "id": 3330,
    "title": "django-easycart",
    "slug": "django-easycart",
    "last_updated": "2018-10-03T02:04:22-04:00",
    "last_fetched": "2026-02-16T00:04:42.950896-05:00",
    "repo_url": "https://github.com/nevimov/django-easycart",
    "pypi_version": "0.4.0",
    "created": "2016-06-27T11:30:29.735118-04:00",
    "modified": "2026-01-28T15:43:40.408693-05:00",
    "repo_forks": 10,
    "repo_description": "A flexible session-based shopping cart application for Django.",
    "pypi_url": "http://pypi.python.org/pypi/django-easycart",
    "documentation_url": "https://pythonhosted.org/django-easycart/",
    "repo_watchers": 23,
    "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": [
        "nevimov",
        "n3storm"
    ]
}