API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3375/?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/160/?format=api",
        "https://djangopackages.org/api/v4/grids/113/?format=api"
    ],
    "id": 3375,
    "title": "lifter",
    "slug": "lifter",
    "last_updated": "2022-01-21T12:27:12-05:00",
    "last_fetched": "2022-06-12T18:37:25.023956-04:00",
    "repo_url": "https://github.com/EliotBerriot/lifter",
    "pypi_version": "0.4.1",
    "created": "2016-08-02T12:00:21.989239-04:00",
    "modified": "2025-01-31T14:59:40.447804-05:00",
    "repo_forks": 18,
    "repo_description": "A generic query engine, inspired by Django ORM",
    "pypi_url": "",
    "documentation_url": "http://lifter.readthedocs.io/en/latest/contrib/django.html",
    "repo_watchers": 451,
    "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": [
        "EliotBerriot",
        "youtux",
        "Pentusha",
        "agateblue",
        "radarhere",
        "johnfraney",
        "Mec-iS",
        "waldyrious",
        "yunti"
    ]
}