API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1393/
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/43/",
        "https://djangopackages.org/api/v4/grids/17/"
    ],
    "id": 1393,
    "title": "django-failover",
    "slug": "django-failover",
    "last_updated": "2012-08-03T15:57:58-04:00",
    "last_fetched": "2022-03-18T21:48:05.499785-04:00",
    "repo_url": "https://github.com/brianjaystanley/django-failover",
    "pypi_version": "0.1.1",
    "created": "2012-07-25T16:45:20.308189-04:00",
    "modified": "2025-01-31T14:58:27.639041-05:00",
    "repo_forks": 3,
    "repo_description": "automatic failover for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-failover",
    "documentation_url": null,
    "repo_watchers": 42,
    "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": [
        "brianjaystanley"
    ]
}