API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2333/?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/245/?format=api",
        "https://djangopackages.org/api/v4/grids/59/?format=api"
    ],
    "id": 2333,
    "title": "drf-extensions",
    "slug": "drf-extensions",
    "last_updated": "2025-12-05T11:27:34-05:00",
    "last_fetched": "2026-02-15T14:31:14.509337-05:00",
    "repo_url": "https://github.com/chibisov/drf-extensions",
    "pypi_version": "0.8.0",
    "created": "2014-04-29T14:42:36.947505-04:00",
    "modified": "2026-01-28T13:53:52.211593-05:00",
    "repo_forks": 209,
    "repo_description": "DRF-extensions is a collection of custom extensions for Django REST Framework",
    "pypi_url": "http://pypi.python.org/pypi/drf-extensions",
    "documentation_url": "http://chibisov.github.io/drf-extensions/docs",
    "repo_watchers": 1552,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        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,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "auvipy",
        "chibisov",
        "pratyushmittal",
        "MehrazRumman",
        "OskarPersson",
        "maryokhin",
        "alexander-akhmetov",
        "codingjoe",
        "joehybird",
        "tuky",
        "SerhiyRomanov",
        "ticosax",
        "artragis",
        "imomaliev",
        "santialbo",
        "pdvorchik",
        "jcugat",
        "dhui",
        "asherf",
        "akx",
        "makerGeek",
        "NeilduToit13",
        "omidraha",
        "pkainz",
        "MightySCollins",
        "kernelshard",
        "stianjensen",
        "tevinjoseph",
        "tume",
        "vshih",
        "vovanbo",
        "vladimirnani",
        "yurasavin",
        "johnthagen",
        "sanjaymsh",
        "thatneat",
        "tijuca",
        "aleksanb",
        "a-detiste",
        "acatton",
        "terceiro",
        "Bounder",
        "Cloves23",
        "cavanierc",
        "no-dap",
        "EdwardBetts",
        "fdemmer",
        "gcbirzan",
        "enikesha",
        "ivoscc",
        "monkeywithacupcake",
        "kevin-brown",
        "kimond",
        "decentral1se",
        "fladi",
        "adamantike"
    ]
}