API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/117/?format=api"
    ],
    "id": 3248,
    "title": "django-seo",
    "slug": "django-seo-app",
    "last_updated": "2022-11-22T15:18:52-05:00",
    "last_fetched": "2026-02-15T13:01:00.970027-05:00",
    "repo_url": "https://github.com/Baltrunas/django-seo",
    "pypi_version": null,
    "created": "2016-03-18T06:42:16.490414-04:00",
    "modified": "2026-01-28T13:14:17.090925-05:00",
    "repo_forks": 2,
    "repo_description": "Simple SEO app for Django. Managing metadata, easy redirects with regexp support, configure robots.txt and sitemap.xml.",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 20,
    "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": [
        "Baltrunas",
        "Alexka1991",
        "stanstas"
    ]
}