API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/315/?format=api"
    ],
    "id": 4070,
    "title": "django-model-import",
    "slug": "django-model-import",
    "last_updated": "2025-08-04T18:56:45-04:00",
    "last_fetched": "2026-02-15T18:16:17.906276-05:00",
    "repo_url": "https://github.com/uptick/django-model-import",
    "pypi_version": "0.7.7",
    "created": "2018-02-20T21:50:22.727063-05:00",
    "modified": "2026-01-28T14:37:03.871335-05:00",
    "repo_forks": 7,
    "repo_description": "Django Model Import -- a fast CSV importer",
    "pypi_url": "http://pypi.python.org/pypi/django-model-import",
    "documentation_url": "https://github.com/uptick/django-model-import/tree/master/tests/djangoexample",
    "repo_watchers": 20,
    "commits_over_52": [
        0,
        6,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        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
    ],
    "participants": [
        "jarekwg",
        "aidanlister",
        "bayangan1991",
        "hutchinsp01",
        "dependabot[bot]",
        "Sticky-Bits",
        "scaredcat",
        "uptickmetachu"
    ]
}