API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/52/",
        "https://djangopackages.org/api/v4/grids/11/"
    ],
    "id": 5203,
    "title": "django-model-info",
    "slug": "django-model-info",
    "last_updated": "2025-03-25T09:45:57-04:00",
    "last_fetched": "2026-02-16T00:04:13.540440-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-01-28T15:42:47.702553-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"
    ]
}