API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1538/?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"
    ],
    "id": 1538,
    "title": "radpress",
    "slug": "radpress",
    "last_updated": "2015-01-05T16:53:31-05:00",
    "last_fetched": "2022-07-02T18:52:38.994233-04:00",
    "repo_url": "https://github.com/gkmngrgn/radpress",
    "pypi_version": "0.4.3",
    "created": "2012-11-16T04:13:01.176133-05:00",
    "modified": "2025-01-31T14:59:47.987815-05:00",
    "repo_forks": 14,
    "repo_description": "A simple blog engine written in Django. ",
    "pypi_url": "http://pypi.python.org/pypi/radpress",
    "documentation_url": "https://readthedocs.org/projects/radpress/",
    "repo_watchers": 60,
    "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": [
        "gkmngrgn",
        "ivanvenosdel",
        "emre",
        "miratcan"
    ]
}