API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4379/?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/44/?format=api",
        "https://djangopackages.org/api/v4/grids/175/?format=api",
        "https://djangopackages.org/api/v4/grids/435/?format=api"
    ],
    "id": 4379,
    "title": "django-ltree",
    "slug": "django-ltree",
    "last_updated": "2025-12-11T06:59:20-05:00",
    "last_fetched": "2026-02-15T18:08:42.136634-05:00",
    "repo_url": "https://github.com/mariocesar/django-ltree",
    "pypi_version": "0.6.0",
    "created": "2019-06-23T11:18:22.110956-04:00",
    "modified": "2026-01-28T14:28:39.507409-05:00",
    "repo_forks": 19,
    "repo_description": "An ltree extension implementation to support hierarchical tree-like data using the native Postgres extension ltree in django models",
    "pypi_url": "http://pypi.python.org/pypi/django-ltree",
    "documentation_url": "",
    "repo_watchers": 72,
    "commits_over_52": [
        1,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        34,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        3,
        0,
        0,
        0,
        0,
        0,
        4,
        0,
        0,
        0,
        0,
        0,
        10,
        0,
        0,
        0,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "mariocesar",
        "baseplate-admin",
        "boryszef",
        "ramonsaraiva",
        "lunika",
        "ovangle",
        "amirreza-sf80",
        "bctcvai",
        "claudiokc",
        "simkimsia",
        "ThomasPinna",
        "opentyler"
    ]
}