API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/315/"
    ],
    "id": 1305,
    "title": "django-csvimport",
    "slug": "django-csvimport",
    "last_updated": "2023-12-28T07:03:42-05:00",
    "last_fetched": "2026-02-15T04:06:04.016206-05:00",
    "repo_url": "https://github.com/edcrewe/django-csvimport",
    "pypi_version": "3.2",
    "created": "2012-05-18T07:27:17.500558-04:00",
    "modified": "2026-01-28T16:59:19.641829-05:00",
    "repo_forks": 133,
    "repo_description": "A generic CSV import tool for django models, imports run via admin upload logging model or custom command",
    "pypi_url": "https://pypi.org/project/http://pypi.python.org/pypi/django-csvimport",
    "documentation_url": null,
    "repo_watchers": 360,
    "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": [
        "edcrewe",
        "cwood",
        "smeyfroi",
        "kaizoku",
        "valhallasw",
        "elena",
        "edouard-gv",
        "adevore",
        "bkaluza",
        "blorenz",
        "cjmabry",
        "mikoim",
        "jowolf",
        "legion80",
        "marcostack",
        "microniko",
        "nnseva",
        "kristjanr",
        "liwee",
        "mtellezj",
        "thatneat"
    ]
}