API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1240/?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/111/?format=api",
        "https://djangopackages.org/api/v4/grids/287/?format=api"
    ],
    "id": 1240,
    "title": "django-shop-discounts",
    "slug": "django-shop-discounts",
    "last_updated": "2014-04-24T03:03:44-04:00",
    "last_fetched": "2026-02-15T09:06:26.899355-05:00",
    "repo_url": "https://github.com/bmihelac/django-shop-discounts",
    "pypi_version": "0.0.7",
    "created": "2012-03-27T16:27:02.230209-04:00",
    "modified": "2026-01-29T12:56:33.840536-05:00",
    "repo_forks": 23,
    "repo_description": "Configurable discounts for django-shop",
    "pypi_url": "http://pypi.python.org/pypi/django-shop-discounts",
    "documentation_url": "https://readthedocs.org/projects/django-shop-discounts/",
    "repo_watchers": 29,
    "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": [
        "bmihelac",
        "yakky",
        "bbirand"
    ]
}