API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5798/?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/89/?format=api",
        "https://djangopackages.org/api/v4/grids/25/?format=api",
        "https://djangopackages.org/api/v4/grids/113/?format=api"
    ],
    "id": 5798,
    "title": "fake.py",
    "slug": "fake-py",
    "last_updated": "2026-02-14T18:22:53-05:00",
    "last_fetched": "2026-02-15T18:11:08.613558-05:00",
    "repo_url": "https://github.com/barseghyanartur/fake.py",
    "pypi_version": "0.12.2",
    "created": "2023-11-30T19:27:41.373299-05:00",
    "modified": "2026-01-28T14:31:07.947198-05:00",
    "repo_forks": 0,
    "repo_description": "Minimalistic, standalone alternative fake data generator with no dependencies",
    "pypi_url": "https://pypi.org/project/fake.py",
    "documentation_url": "https://fakepy.readthedocs.io/",
    "repo_watchers": 20,
    "commits_over_52": [
        0,
        0,
        0,
        4,
        0,
        7,
        0,
        7,
        11,
        14,
        9,
        24,
        0,
        4,
        4,
        6,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        6,
        2,
        13,
        2,
        2,
        0,
        0,
        4,
        0,
        0,
        0,
        0,
        9
    ],
    "participants": [
        "barseghyanartur"
    ]
}