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-05-25T03:23:55-04:00",
    "last_fetched": "2026-05-25T23:03:07.936268-04:00",
    "repo_url": "https://github.com/globophobe/django-quant-tick",
    "pypi_version": "0.1.7",
    "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,
        5,
        0,
        0,
        2,
        0,
        0,
        17,
        2,
        9,
        4,
        2,
        2,
        0,
        0,
        6,
        0,
        22,
        2,
        2,
        7,
        0,
        0,
        14,
        15,
        9,
        8,
        2,
        3,
        44,
        8,
        0,
        0,
        10,
        14,
        11,
        0,
        0,
        0,
        0,
        0,
        4,
        55,
        34,
        9,
        13,
        55,
        69,
        28,
        19
    ],
    "participants": [
        "globophobe"
    ]
}