API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/79/"
    ],
    "id": 1575,
    "title": "Delicious Cake",
    "slug": "delicious-cake",
    "last_updated": "2013-06-01T15:45:26-04:00",
    "last_fetched": "2016-07-24T13:04:55.935152-04:00",
    "repo_url": "https://github.com/mikeurbanski/delicious-cake",
    "pypi_version": "0.0.10",
    "created": "2012-12-02T13:39:28.928090-05:00",
    "modified": "2025-01-31T14:57:56.711804-05:00",
    "repo_forks": 6,
    "repo_description": "A flexible & capable API framework for Django.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 68,
    "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": [
        "mikeurbanski",
        "dasickis",
        "js0n",
        "ragsagar"
    ]
}