API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/935/?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/165/?format=api"
    ],
    "id": 935,
    "title": "django-debug-logging",
    "slug": "django-debug-logging",
    "last_updated": "2012-09-19T11:11:07-04:00",
    "last_fetched": "2026-02-15T11:07:59.553098-05:00",
    "repo_url": "https://github.com/lincolnloop/django-debug-logging",
    "pypi_version": "0.4",
    "created": "2011-09-19T22:07:32.716622-04:00",
    "modified": "2026-01-28T13:13:28.960384-05:00",
    "repo_forks": 3,
    "repo_description": "A plugin for the Django-Debug-Toolbar to provide statistic logging and a UI for reviewing the logs.",
    "pypi_url": "http://pypi.python.org/pypi/django-debug-logging",
    "documentation_url": "https://readthedocs.org/projects/django-debug-logging/",
    "repo_watchers": 103,
    "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": [
        "robhudson",
        "bkonkle",
        "alex",
        "percyperez",
        "jezdez",
        "lamby",
        "orcasrob",
        "acdha",
        "kmike",
        "dchaplinsky",
        "bryanchow",
        "bryanveloso",
        "SmileyChris",
        "jacobian",
        "httpdss",
        "g2p",
        "diegobz",
        "durin42",
        "danielroseman",
        "dpaccoud",
        "brokenseal",
        "atn9",
        "loic",
        "nowells",
        "freakboy3742",
        "nvie",
        "arthurk",
        "miracle2k"
    ]
}