API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1418/
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/18/",
        "https://djangopackages.org/api/v4/grids/37/",
        "https://djangopackages.org/api/v4/grids/253/"
    ],
    "id": 1418,
    "title": "django-jstemplate",
    "slug": "django-jstemplate",
    "last_updated": "2023-03-08T18:07:36-05:00",
    "last_fetched": "2026-02-15T20:00:48.944643-05:00",
    "repo_url": "https://github.com/mjumbewu/django-jstemplate",
    "pypi_version": "2.0.1",
    "created": "2012-08-18T23:38:24.683263-04:00",
    "modified": "2026-01-28T14:50:55.194605-05:00",
    "repo_forks": 16,
    "repo_description": "Embed Javascript templates (mustache.js and more) into Django templates with minimal fuss.",
    "pypi_url": "http://pypi.python.org/pypi/django-jstemplate",
    "documentation_url": "https://readthedocs.org/projects/django-jstemplate/",
    "repo_watchers": 41,
    "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": [
        "mjumbewu",
        "carljm",
        "karlrl",
        "atogle",
        "achur",
        "anttihirvonen",
        "gehan",
        "ghinch",
        "Psycojoker",
        "movermeyer",
        "slinkp"
    ]
}