API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1877/
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/35/"
    ],
    "id": 1877,
    "title": "django-admin-timeline",
    "slug": "django-admin-timeline",
    "last_updated": "2021-01-29T18:39:57-05:00",
    "last_fetched": "2026-02-15T20:08:17.883600-05:00",
    "repo_url": "https://github.com/barseghyanartur/django-admin-timeline",
    "pypi_version": "1.8",
    "created": "2013-06-17T04:21:50.124759-04:00",
    "modified": "2026-01-28T15:01:55.386041-05:00",
    "repo_forks": 10,
    "repo_description": "A Facebook-like timeline app for Django admin. It's very similar to built-in feature Daily progress, but has nicer templates and infinite scroll. Actions are broken up by day, then by action. It's possible to filter actions by user (multiple select) and content type (multiple select).",
    "pypi_url": "http://pypi.python.org/pypi/django-admin-timeline",
    "documentation_url": "http://django-admin-timeline.readthedocs.io/",
    "repo_watchers": 52,
    "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": [
        "barseghyanartur",
        "jayvdb"
    ]
}