API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5278/
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/15/",
        "https://djangopackages.org/api/v4/grids/11/"
    ],
    "id": 5278,
    "title": "django-developmentEmailDashboard",
    "slug": "django-developmentemaildashboard",
    "last_updated": "2024-09-30T15:50:58-04:00",
    "last_fetched": "2026-02-16T01:05:17.505338-05:00",
    "repo_url": "https://github.com/smark-1/django-developmentEmailDashboard",
    "pypi_version": "2.0.2",
    "created": "2021-12-23T18:43:57.067357-05:00",
    "modified": "2026-01-28T15:55:24.064625-05:00",
    "repo_forks": 0,
    "repo_description": "A django email backend that saves the emails to database instead of sending them and can view the emails in a web-browser",
    "pypi_url": "https://pypi.org/project/django-developmentemaildashboard",
    "documentation_url": "https://github.com/smark-1/django-developmentEmailDashboard",
    "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": [
        "smark-1",
        "ImgBotApp"
    ]
}