API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5802/
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/173/"
    ],
    "id": 5802,
    "title": "django-lexorank",
    "slug": "django-lexorank",
    "last_updated": "2025-08-05T12:46:30-04:00",
    "last_fetched": "2026-02-15T22:03:09.157621-05:00",
    "repo_url": "https://github.com/rozumdev/django-lexorank",
    "pypi_version": "0.1.4",
    "created": "2023-12-07T07:07:04.121317-05:00",
    "modified": "2026-01-28T15:19:13.733578-05:00",
    "repo_forks": 6,
    "repo_description": "This package implements an algorithm similar to JIRA's lexorank, but without using buckets for rebalancing that can be used with Django projects.",
    "pypi_url": "https://pypi.org/project/django-lexorank",
    "documentation_url": "",
    "repo_watchers": 8,
    "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,
        1,
        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": [
        "rozumalex",
        "Haksae90",
        "realsama"
    ]
}