API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1852/?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/57/?format=api"
    ],
    "id": 1852,
    "title": "django-crocodile",
    "slug": "django-crocodile",
    "last_updated": "2013-06-06T05:33:59-04:00",
    "last_fetched": "2022-03-18T21:48:08.615774-04:00",
    "repo_url": "https://github.com/danielquinn/django-crocodile",
    "pypi_version": "0.4.1",
    "created": "2013-06-01T04:50:40.318142-04:00",
    "modified": "2025-01-31T14:58:17.026092-05:00",
    "repo_forks": 0,
    "repo_description": "A simple CSS and Javascript aggregator for django",
    "pypi_url": "http://pypi.python.org/pypi/django-crocodile",
    "documentation_url": null,
    "repo_watchers": 17,
    "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": [
        "jsibbiso"
    ]
}