API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/126/?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/24/?format=api",
        "https://djangopackages.org/api/v4/grids/133/?format=api"
    ],
    "id": 126,
    "title": "OSQA",
    "slug": "osqa",
    "last_updated": "2015-02-23T13:22:14-05:00",
    "last_fetched": "2023-02-07T17:50:57.055686-05:00",
    "repo_url": "https://github.com/dzone/osqa",
    "pypi_version": null,
    "created": "2010-08-21T03:13:02.818014-04:00",
    "modified": "2025-01-31T14:59:45.081368-05:00",
    "repo_forks": 321,
    "repo_description": "OSQA is a free, entry-level Q&A system from the makers of AnswerHub, the market-leading professional Q&A platform.   Looking for Enterprise functionality?  Checkout https://devada.com/answerhub/",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 725,
    "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": [
        "cdman",
        "javierder",
        "geraldcombs",
        "sicilian-lizard",
        "lra",
        "jasimmk"
    ]
}