API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2929/
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/60/"
    ],
    "id": 2929,
    "title": "django-real-content",
    "slug": "django-real-content",
    "last_updated": "2019-02-23T18:49:43-05:00",
    "last_fetched": "2026-02-15T22:06:13.709144-05:00",
    "repo_url": "https://github.com/mislavcimpersak/django-real-content",
    "pypi_version": "0.1.12",
    "created": "2015-06-11T06:00:56.798995-04:00",
    "modified": "2026-01-28T15:24:38.433219-05:00",
    "repo_forks": 0,
    "repo_description": "Template tags to quickly show real content instead of misleading lorem ipsum.",
    "pypi_url": "http://pypi.python.org/pypi/django-real-content",
    "documentation_url": "http://django-real-content.readthedocs.org/",
    "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": [
        "mislavcimpersak",
        "ad-m"
    ]
}