API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4962/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/401/?format=api"
    ],
    "id": 4962,
    "title": "pylint-django",
    "slug": "pylint-django",
    "last_updated": "2026-01-01T06:09:12-05:00",
    "last_fetched": "2026-02-15T14:20:15.938878-05:00",
    "repo_url": "https://github.com/PyCQA/pylint-django",
    "pypi_version": "2.7.0",
    "created": "2020-11-24T09:11:58.541840-05:00",
    "modified": "2026-01-28T13:46:14.742962-05:00",
    "repo_forks": 122,
    "repo_description": "Pylint plugin for improving code analysis for when using Django",
    "pypi_url": "http://pypi.python.org/pypi/pylint-django",
    "documentation_url": "",
    "repo_watchers": 620,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        2,
        4,
        3,
        3,
        0,
        0,
        0,
        0,
        1,
        1,
        1,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "carlio",
        "atodorov",
        "Pierre-Sassoulas",
        "pre-commit-ci[bot]",
        "frost-nzcr4",
        "federicobond",
        "aerostitch",
        "dineshtrivedi",
        "imomaliev",
        "michael-k",
        "mbarrien",
        "jpulec",
        "iXce",
        "naquiroz",
        "psrb",
        "uy-rrodriguez",
        "jakirkham",
        "fadedDexofan",
        "simonpanay",
        "alejandro-angulo",
        "canarduck",
        "bittner",
        "danni",
        "brymut",
        "Andrew-Chen-Wang",
        "mikebryant",
        "mohi7solanki",
        "noamkush",
        "robinchow",
        "sanmai-NL",
        "smirolo",
        "ngtvspc",
        "simobasso",
        "timgates42",
        "ustun",
        "scop",
        "vinaypai",
        "WayneLambert",
        "areveny",
        "shawnjk",
        "trbs",
        "Anto59290",
        "cclauss",
        "Coldwings",
        "dnozay",
        "goldan",
        "jmaroeder",
        "jsatt",
        "john-sandall",
        "jrial",
        "kouk",
        "lhupfeldt",
        "lfrodrigues",
        "matejsp",
        "matusvalo",
        "msmolens",
        "mbertolacci",
        "nijel"
    ]
}