API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4986/
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/245/"
    ],
    "id": 4986,
    "title": "django-rest-authemail",
    "slug": "django-rest-authemail",
    "last_updated": "2023-04-09T21:20:21-04:00",
    "last_fetched": "2026-02-15T19:02:07.833025-05:00",
    "repo_url": "https://github.com/celiao/django-rest-authemail",
    "pypi_version": "2.1.7",
    "created": "2020-12-31T00:15:41.569258-05:00",
    "modified": "2026-01-28T14:38:25.818581-05:00",
    "repo_forks": 93,
    "repo_description": "A RESTful API for user signup and authentication using email addresses.",
    "pypi_url": "http://pypi.python.org/pypi/django-rest-authemail",
    "documentation_url": "https://github.com/celiao/django-rest-authemail/blob/master/README.md",
    "repo_watchers": 316,
    "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": [
        "celiao",
        "pakal",
        "Patrykx85",
        "AbdalkarimSaleh",
        "kiraware",
        "aabreu",
        "openersolutions",
        "LeeKevin",
        "criscode97",
        "rajan-blackboxes"
    ]
}