API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1311/
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/65/"
    ],
    "id": 1311,
    "title": "django-serializers",
    "slug": "django-serializers",
    "last_updated": "2014-02-28T09:09:58-05:00",
    "last_fetched": "2022-03-18T21:48:07.196878-04:00",
    "repo_url": "https://github.com/tomchristie/django-serializers",
    "pypi_version": "0.6.0",
    "created": "2012-05-21T09:57:32.501471-04:00",
    "modified": "2025-01-31T14:59:08.104868-05:00",
    "repo_forks": 12,
    "repo_description": "NO LONGER MAINTAINED",
    "pypi_url": "http://pypi.python.org/pypi/django-serializers",
    "documentation_url": null,
    "repo_watchers": 41,
    "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": [
        "tomchristie",
        "jezdez",
        "gabrielfalcao"
    ]
}