API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1142/
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/7/",
        "https://djangopackages.org/api/v4/grids/15/"
    ],
    "id": 1142,
    "title": "django-email-as-username",
    "slug": "django-email-as-username",
    "last_updated": "2020-03-10T09:58:34-04:00",
    "last_fetched": "2026-02-15T11:01:51.177120-05:00",
    "repo_url": "https://github.com/dabapps/django-email-as-username",
    "pypi_version": "1.6.7",
    "created": "2012-02-04T09:41:04.081214-05:00",
    "modified": "2026-01-28T13:04:06.074632-05:00",
    "repo_forks": 69,
    "repo_description": "DEPRECATED: User authentication with email addresses instead of usernames.  ",
    "pypi_url": "http://pypi.python.org/pypi/django-email-as-username",
    "documentation_url": null,
    "repo_watchers": 260,
    "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": [
        "lovelydinosaur",
        "j4mie",
        "sfllaw",
        "daniel-lundin",
        "michaelschade",
        "nvlaarhoven",
        "holmars",
        "Jaidan",
        "jordaneb",
        "jnns",
        "bentoner",
        "coagulant",
        "jackboot7",
        "timstimpson",
        "Wilfred"
    ]
}