API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1339/
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/121/"
    ],
    "id": 1339,
    "title": "django-cerner-auth",
    "slug": "django-cerner-auth",
    "last_updated": "2012-10-03T22:12:37-04:00",
    "last_fetched": "2016-07-24T13:12:32.619321-04:00",
    "repo_url": "https://github.com/erikankrom/django-cerner-auth",
    "pypi_version": "0.2",
    "created": "2012-06-11T22:49:01.589247-04:00",
    "modified": "2025-01-31T14:58:11.488162-05:00",
    "repo_forks": 0,
    "repo_description": "An extension to Django-Social-Auth which adds backends for Cerner Care and Associate Realms.  **Note: I am no longer employed by Cerner, and no longer have access to test and utilize this library.**",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 4,
    "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": [
        "erikankrom"
    ]
}