API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4190/?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/323/?format=api"
    ],
    "id": 4190,
    "title": "silver",
    "slug": "silver",
    "last_updated": "2025-08-04T08:17:44-04:00",
    "last_fetched": "2026-02-16T01:03:30.862871-05:00",
    "repo_url": "https://github.com/silverapp/silver",
    "pypi_version": "0.3.5",
    "created": "2018-08-02T14:55:58.716957-04:00",
    "modified": "2026-01-28T15:52:20.387493-05:00",
    "repo_forks": 85,
    "repo_description": "Automated billing and payments for Django with a REST API",
    "pypi_url": "http://pypi.python.org/pypi/silver",
    "documentation_url": "",
    "repo_watchers": 307,
    "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,
        2,
        1,
        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": [
        "zalmanu",
        "bogdanpetrea",
        "vtemian",
        "calind",
        "vasiioandre",
        "adamcharnock",
        "desero",
        "t-ionut",
        "AMecea",
        "shurph",
        "krodyrobi",
        "aacaz",
        "oucsaw",
        "jeromecc",
        "pdobrescu",
        "mohib-millsoft",
        "sww314"
    ]
}