API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2454/?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/245/?format=api"
    ],
    "id": 2454,
    "title": "DRF Toolbox",
    "slug": "drf-toolbox",
    "last_updated": "2014-04-22T23:50:36-04:00",
    "last_fetched": "2022-03-18T21:48:07.731222-04:00",
    "repo_url": "https://github.com/feedmagnet/drf-toolbox",
    "pypi_version": "0.1.7",
    "created": "2014-06-27T09:49:50.334643-04:00",
    "modified": "2025-01-31T14:59:32.900370-05:00",
    "repo_forks": 10,
    "repo_description": "A general toolbox of enhancements for Django REST Framework",
    "pypi_url": "http://pypi.python.org/pypi/drf-toolbox",
    "documentation_url": "",
    "repo_watchers": 25,
    "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": [
        "lukesneeringer"
    ]
}