API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4317/?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": 4317,
    "title": "django-ok-seo",
    "slug": "django-ok-seo",
    "last_updated": "2025-07-01T11:01:45-04:00",
    "last_fetched": "2026-02-15T19:10:39.152730-05:00",
    "repo_url": "https://github.com/LowerDeez/ok-seo",
    "pypi_version": "0.9.4",
    "created": "2019-03-14T10:59:49.157362-04:00",
    "modified": "2026-01-28T14:49:43.626437-05:00",
    "repo_forks": 7,
    "repo_description": " This app allows you to add meta tags and OpenGraph properties to your HTML responses.",
    "pypi_url": "http://pypi.python.org/pypi/django-ok-seo",
    "documentation_url": "",
    "repo_watchers": 26,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        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": [
        "LowerDeez",
        "eighthcolor22"
    ]
}