API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/538/?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/23/?format=api",
        "https://djangopackages.org/api/v4/grids/324/?format=api"
    ],
    "id": 538,
    "title": "Elephantblog for FeinCMS",
    "slug": "feincms-elephantblog",
    "last_updated": "2025-09-15T15:40:44-04:00",
    "last_fetched": "2026-02-15T21:04:36.618197-05:00",
    "repo_url": "https://github.com/feincms/feincms-elephantblog",
    "pypi_version": "22.0.0",
    "created": "2010-12-11T19:06:18.269161-05:00",
    "modified": "2026-01-28T15:09:19.307855-05:00",
    "repo_forks": 36,
    "repo_description": "A blog for FeinCMS",
    "pypi_url": "http://pypi.python.org/pypi/feincms-elephantblog",
    "documentation_url": "https://readthedocs.org/projects/feincms-elephantblog/",
    "repo_watchers": 42,
    "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,
        2,
        0,
        0,
        0,
        1,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "matthiask",
        "sbaechler",
        "schuerpf",
        "l-monnier",
        "georgemarshall",
        "nilsfr",
        "vencax",
        "pre-commit-ci[bot]",
        "paramono",
        "richardbolt",
        "joshuajonah",
        "j00bar",
        "joshk",
        "j4mie",
        "fabiangermann",
        "evansd",
        "AtomicSpark",
        "uruz"
    ]
}