API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2487/
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/"
    ],
    "id": 2487,
    "title": "django-db-mailer",
    "slug": "django-db-mailer",
    "last_updated": "2019-09-29T12:28:00-04:00",
    "last_fetched": "2026-02-15T19:05:58.447152-05:00",
    "repo_url": "https://github.com/LPgenerator/django-db-mailer",
    "pypi_version": "2.4.0",
    "created": "2014-07-12T16:16:00.048464-04:00",
    "modified": "2026-01-28T14:43:14.678705-05:00",
    "repo_forks": 83,
    "repo_description": "Django module to easily send emails/sms/tts/push using django templates stored on database and managed through the Django Admin",
    "pypi_url": "http://pypi.python.org/pypi/django-db-mailer",
    "documentation_url": "https://pythonhosted.org/django-db-mailer/",
    "repo_watchers": 252,
    "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": [
        "gotlium",
        "ruscoder",
        "ilstreltsov",
        "vosi",
        "lcd1232",
        "tyapkov",
        "michael-borisov",
        "katomaso",
        "bsvetchine",
        "ir4y",
        "icegreg",
        "tonioo",
        "deniskabalkin",
        "jeffcjohnson",
        "kaleb",
        "petrikoz",
        "Eagllus",
        "skhaylov",
        "last-partizan",
        "Tapo4ek",
        "andrei9lv",
        "jab3z",
        "sergio-bershadsky"
    ]
}