API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2826/?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": 2826,
    "title": "django-easy-seo",
    "slug": "django-easy-seo",
    "last_updated": "2019-03-25T01:40:30-04:00",
    "last_fetched": "2026-02-15T11:01:46.868848-05:00",
    "repo_url": "https://github.com/bashu/django-easy-seo",
    "pypi_version": "0.4.8",
    "created": "2015-03-30T01:38:05.032243-04:00",
    "modified": "2026-01-28T13:03:57.393249-05:00",
    "repo_forks": 4,
    "repo_description": "🔍 SEO fields for objects of any model registered in admin",
    "pypi_url": "http://pypi.python.org/pypi/django-easy-seo",
    "documentation_url": "https://github.com/bashu/django-easy-seo/blob/develop/README.rst",
    "repo_watchers": 9,
    "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": [
        "bashu",
        "a-iv",
        "summerisgone",
        "familqasimov",
        "elky"
    ]
}