API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2573/?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/82/?format=api"
    ],
    "id": 2573,
    "title": "Waliki",
    "slug": "waliki",
    "last_updated": "2018-05-10T20:35:59-04:00",
    "last_fetched": "2026-02-15T21:07:52.794380-05:00",
    "repo_url": "https://github.com/mgaitan/waliki",
    "pypi_version": "0.8.1",
    "created": "2014-09-14T23:30:54.581356-04:00",
    "modified": "2026-01-28T15:14:38.951382-05:00",
    "repo_forks": 55,
    "repo_description": "A wiki engine powered by Django and Git",
    "pypi_url": "http://pypi.python.org/pypi/waliki",
    "documentation_url": "http://waliki.readthedocs.org/en/latest/",
    "repo_watchers": 309,
    "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,
        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,
        0
    ],
    "participants": [
        "mgaitan",
        "chuna",
        "loganchien",
        "OlegGirko",
        "humitos",
        "pardo",
        "fpytloun",
        "gkadillak",
        "luzik",
        "aszepieniec",
        "ostrokach",
        "dmascialino",
        "wagnerflo",
        "martenson",
        "movermeyer",
        "ralsina",
        "Goggin",
        "gilgamezh",
        "santiavenda2"
    ]
}