API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4154/
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/230/"
    ],
    "id": 4154,
    "title": "Django Simple User",
    "slug": "django-simple-user",
    "last_updated": "2019-05-13T03:06:50-04:00",
    "last_fetched": "2018-06-05T16:43:20.603712-04:00",
    "repo_url": "https://github.com/valerymelou/django-simple-user",
    "pypi_version": "0.1.2",
    "created": "2018-06-05T16:42:52.279066-04:00",
    "modified": "2025-01-31T14:59:11.193677-05:00",
    "repo_forks": 1,
    "repo_description": "Provides an abstract base User model without first and last name fields.",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 1,
    "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": [
        "valerymelou",
        "pyup-bot"
    ]
}