API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/830/
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": 830,
    "title": "templated-emails",
    "slug": "templated-emails",
    "last_updated": "2014-07-04T00:44:30-04:00",
    "last_fetched": "2026-02-16T02:04:15.786050-05:00",
    "repo_url": "https://github.com/philippWassibauer/templated-emails",
    "pypi_version": "0.6.9",
    "created": "2011-06-13T13:13:12.105171-04:00",
    "modified": "2026-01-28T16:04:08.080183-05:00",
    "repo_forks": 31,
    "repo_description": "A simple app (that works similar to django-notification) that allows you to send emails by specifying a short.txt (subject), email.txt (plain text), and email.html (html email, optional) in a folder. When you send the email you only have to specify the folder and the context.  ",
    "pypi_url": "http://pypi.python.org/pypi/templated-emails",
    "documentation_url": "https://readthedocs.org/projects/templated-emails/",
    "repo_watchers": 59,
    "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": [
        "kmike",
        "hannesstruss",
        "tclancy",
        "Novarg",
        "DrMartiner",
        "wRAR",
        "bradbeattie",
        "dblack-at-bepress-dot-com",
        "ebrelsford",
        "dblackdblack"
    ]
}