API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2326/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/218/?format=api"
    ],
    "id": 2326,
    "title": "cookiecutter-yad",
    "slug": "cookiecutter-yad",
    "last_updated": "2014-08-09T03:10:05-04:00",
    "last_fetched": "2022-04-13T18:11:17.560560-04:00",
    "repo_url": "https://github.com/ykalchevskiy/cookiecutter-yad",
    "pypi_version": null,
    "created": "2014-04-27T00:02:36.571493-04:00",
    "modified": "2025-01-31T14:57:56.144287-05:00",
    "repo_forks": 0,
    "repo_description": "YetAnotherDjango template for cookiecutter",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 1,
    "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": [
        "ykalchevskiy"
    ]
}