API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2628/?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/7/?format=api",
        "https://djangopackages.org/api/v4/grids/66/?format=api",
        "https://djangopackages.org/api/v4/grids/245/?format=api"
    ],
    "id": 2628,
    "title": "ska",
    "slug": "ska",
    "last_updated": "2025-11-26T18:16:29-05:00",
    "last_fetched": "2026-02-15T19:10:18.996661-05:00",
    "repo_url": "https://github.com/barseghyanartur/ska",
    "pypi_version": "1.11.1",
    "created": "2014-10-14T05:04:12.327117-04:00",
    "modified": "2026-01-28T14:49:12.650168-05:00",
    "repo_forks": 5,
    "repo_description": "Sign data using symmetric-key algorithm encryption. Validate signed data and identify possible validation errors. Uses sha-(1, 224, 256, 385 and 512)/hmac for signature encryption. Custom hash algorithms are allowed. Useful shortcut functions for signing (and validating) dictionaries and URLs.",
    "pypi_url": "http://pypi.python.org/pypi/ska",
    "documentation_url": "https://ska.readthedocs.io/",
    "repo_watchers": 42,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        4,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "barseghyanartur",
        "bitdeli-chef"
    ]
}