API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1354/
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/125/"
    ],
    "id": 1354,
    "title": "django-all-access",
    "slug": "django-all-access",
    "last_updated": "2017-02-28T13:07:48-05:00",
    "last_fetched": "2026-02-15T22:00:52.835558-05:00",
    "repo_url": "https://github.com/mlavin/django-all-access",
    "pypi_version": "0.9.0",
    "created": "2012-06-28T15:34:39.978789-04:00",
    "modified": "2026-01-28T15:15:15.767608-05:00",
    "repo_forks": 29,
    "repo_description": "django-all-access is a reusable application for user registration and authentication from OAuth 1.0 and OAuth 2.0 providers such as Twitter and Facebook.",
    "pypi_url": "http://pypi.python.org/pypi/django-all-access",
    "documentation_url": "https://readthedocs.org/projects/django-all-access/",
    "repo_watchers": 61,
    "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": [
        "mlavin",
        "fdemmer",
        "jlafon",
        "frostblooded",
        "dpoirier"
    ]
}