API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5646/?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/142/?format=api"
    ],
    "id": 5646,
    "title": "django-quant-tick",
    "slug": "django-quant-tick",
    "last_updated": "2026-02-14T23:45:21-05:00",
    "last_fetched": "2026-02-16T03:05:05.123530-05:00",
    "repo_url": "https://github.com/globophobe/django-quant-tick",
    "pypi_version": "0.1.3",
    "created": "2023-03-06T19:27:43.944678-05:00",
    "modified": "2026-01-28T16:14:52.837284-05:00",
    "repo_forks": 6,
    "repo_description": "📈 Aggregate candlesticks from high frequency tick data from S3 and REST APIs",
    "pypi_url": "https://pypi.org/project/django-quant-tick",
    "documentation_url": "",
    "repo_watchers": 18,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        0,
        0,
        0,
        11,
        6,
        0,
        0,
        0,
        0,
        0,
        5,
        0,
        0,
        2,
        0,
        0,
        15,
        2,
        11,
        3,
        3,
        2,
        0,
        0,
        6,
        0,
        13,
        9,
        4,
        2,
        5,
        0,
        0,
        29,
        9,
        6,
        4,
        1,
        46,
        8,
        0,
        0,
        10,
        14,
        6
    ],
    "participants": [
        "globophobe"
    ]
}