API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4574/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/138/",
        "https://djangopackages.org/api/v4/grids/18/"
    ],
    "id": 4574,
    "title": "django-template-include-ajax",
    "slug": "django-template-include-ajax",
    "last_updated": "2020-04-21T07:03:35-04:00",
    "last_fetched": "2026-02-15T07:01:22.094311-05:00",
    "repo_url": "https://github.com/meat-source/django-template-include-ajax",
    "pypi_version": null,
    "created": "2020-04-21T07:26:02.333807-04:00",
    "modified": "2026-01-29T12:40:31.770812-05:00",
    "repo_forks": 0,
    "repo_description": "django Tag, similar to the standard {% include 'template.html' %} for deferred template loading via ajax",
    "pypi_url": "",
    "documentation_url": "https://github.com/meat-source/django-template-include-ajax",
    "repo_watchers": 0,
    "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": [
        "meat-source"
    ]
}