API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1759/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/230/?format=api",
        "https://djangopackages.org/api/v4/grids/52/?format=api"
    ],
    "id": 1759,
    "title": "django-custom-user",
    "slug": "django-custom-user",
    "last_updated": "2022-12-09T18:59:04-05:00",
    "last_fetched": "2026-02-15T18:13:40.785834-05:00",
    "repo_url": "https://github.com/recreatic/django-custom-user",
    "pypi_version": "1.1",
    "created": "2013-04-09T09:57:59.839829-04:00",
    "modified": "2026-01-28T14:34:05.926860-05:00",
    "repo_forks": 61,
    "repo_description": "Custom user model for Django with the same behaviour as the default User class but with email instead of username.",
    "pypi_url": "http://pypi.python.org/pypi/django-custom-user",
    "documentation_url": "https://github.com/jcugat/django-custom-user#django-custom-user",
    "repo_watchers": 318,
    "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": [
        "jcugat",
        "martamoraguescabanes",
        "peterlauri",
        "pavlov99",
        "devfox-se",
        "ekratskih",
        "gsong",
        "ivirabyan",
        "rubengrill",
        "simonluijk",
        "j0hnsmith"
    ]
}