API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5203/?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/52/?format=api",
        "https://djangopackages.org/api/v4/grids/11/?format=api",
        "https://djangopackages.org/api/v4/grids/113/?format=api"
    ],
    "id": 5203,
    "title": "django-model-info",
    "slug": "django-model-info",
    "last_updated": "2025-03-25T09:45:57-04:00",
    "last_fetched": "2026-02-16T03:15:31.942891-05:00",
    "repo_url": "https://github.com/jacklinke/django-model-info",
    "pypi_version": "2024.11.5",
    "created": "2021-12-13T12:12:10.072904-05:00",
    "modified": "2026-02-16T03:15:31.943108-05:00",
    "repo_forks": 3,
    "repo_description": "A set of Django Management Commands to help you understand and visualize your project's models",
    "pypi_url": "http://pypi.python.org/pypi/django-model-info",
    "documentation_url": "https://django-model-info.readthedocs.io/en/latest/",
    "repo_watchers": 65,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        1,
        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": [
        "jacklinke"
    ]
}