API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3336/
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/165/"
    ],
    "id": 3336,
    "title": "Django Timeline Logger",
    "slug": "django-timeline-logger",
    "last_updated": "2026-02-11T13:56:42-05:00",
    "last_fetched": "2026-02-15T18:06:10.912539-05:00",
    "repo_url": "https://github.com/maykinmedia/django-timeline-logger",
    "pypi_version": "6.0.0",
    "created": "2016-07-06T10:29:12.879117-04:00",
    "modified": "2026-01-28T14:25:42.262695-05:00",
    "repo_forks": 7,
    "repo_description": "A reusable Django app to log actions and display them in a timeline  :pencil:",
    "pypi_url": "http://pypi.python.org/pypi/django-timeline-logger",
    "documentation_url": "http://django-timeline-logger.readthedocs.io/en/latest/",
    "repo_watchers": 54,
    "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,
        17
    ],
    "participants": [
        "sergei-maertens",
        "jose-lpa",
        "Viicos",
        "CharString",
        "alextreme",
        "ErhanCitil",
        "bart-maykin"
    ]
}