API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4638/
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/31/"
    ],
    "id": 4638,
    "title": "django-migrations-git-conflicts",
    "slug": "django-migrations-git-conflicts",
    "last_updated": "2020-06-23T08:05:43-04:00",
    "last_fetched": "2026-02-15T07:00:43.025249-05:00",
    "repo_url": "https://github.com/crux-lab/django-migrations-git-conflicts",
    "pypi_version": "1.0",
    "created": "2020-06-23T09:12:25.969774-04:00",
    "modified": "2026-01-29T12:39:21.766490-05:00",
    "repo_forks": 2,
    "repo_description": "Trigger real git conflict in case you have migration conflict in your Django app.",
    "pypi_url": "http://pypi.python.org/pypi/django-migrations-git-conflicts",
    "documentation_url": "",
    "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": []
}