API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4172/
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/48/",
        "https://djangopackages.org/api/v4/grids/11/"
    ],
    "id": 4172,
    "title": "Django Inspectdb Refactor",
    "slug": "django-inspectdb-refactor",
    "last_updated": "2019-05-17T16:20:55-04:00",
    "last_fetched": "2026-02-15T22:05:54.915681-05:00",
    "repo_url": "https://github.com/farhan0581/django-inspectdb-refactor",
    "pypi_version": "0.4",
    "created": "2018-07-09T06:21:12.971254-04:00",
    "modified": "2026-01-28T15:24:02.250723-05:00",
    "repo_forks": 12,
    "repo_description": "A simple utility command based on django inspectdb management command.",
    "pypi_url": "http://pypi.python.org/pypi/django-inspectdb-refactor",
    "documentation_url": "",
    "repo_watchers": 32,
    "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": [
        "farhan0581",
        "farhan-cashify",
        "rvrheenen",
        "nachtkinder"
    ]
}