API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1859/
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/48/"
    ],
    "id": 1859,
    "title": "django-scribbler",
    "slug": "django-scribbler",
    "last_updated": "2022-07-29T12:02:10-04:00",
    "last_fetched": "2026-02-15T21:03:56.851656-05:00",
    "repo_url": "https://github.com/caktus/django-scribbler",
    "pypi_version": "1.2.0",
    "created": "2013-06-05T04:47:56.602847-04:00",
    "modified": "2026-01-28T15:08:12.501798-05:00",
    "repo_forks": 13,
    "repo_description": "django-scribbler is an application for managing snippets of text for a Django website.",
    "pypi_url": "http://pypi.python.org/pypi/django-scribbler",
    "documentation_url": "https://readthedocs.org/projects/django-scribbler/",
    "repo_watchers": 113,
    "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": [
        "mlavin",
        "kmtracey",
        "ronardcaktus",
        "vkurup",
        "imposeren",
        "dpoirier",
        "PetrDlouhy",
        "benred42",
        "LorienOlive",
        "tobiasmcnulty",
        "rlconley",
        "daaray",
        "nippo",
        "dependabot[bot]",
        "jbradberry",
        "calebsmith",
        "reduxionist",
        "ironfroggy"
    ]
}