API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/455/
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/63/"
    ],
    "id": 455,
    "title": "django-classroom",
    "slug": "django-classroom",
    "last_updated": "2010-10-12T18:01:51-04:00",
    "last_fetched": "2021-06-24T11:05:13.439813-04:00",
    "repo_url": "https://github.com/nyxtom/django-classroom",
    "pypi_version": null,
    "created": "2010-10-25T04:30:02.055620-04:00",
    "modified": "2025-01-31T14:58:12.300993-05:00",
    "repo_forks": 1,
    "repo_description": "A simple reusable app for creating a learning management system that provides work, assignments, professors, class sessions and administration.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 4,
    "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": [
        "nyxtom"
    ]
}