API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/113/?format=api"
    ],
    "id": 448,
    "title": "django-tablib",
    "slug": "django-tablib",
    "last_updated": "2017-04-03T18:22:39-04:00",
    "last_fetched": "2026-02-15T19:07:06.717103-05:00",
    "repo_url": "https://github.com/joshourisman/django-tablib",
    "pypi_version": "3.2",
    "created": "2010-10-19T15:59:37.002551-04:00",
    "modified": "2026-01-28T14:44:46.666464-05:00",
    "repo_forks": 47,
    "repo_description": "django-tablib is a helper library for Django that allows Django models to be used to generate tablib datasets with introspection of the fields on the models if no headers are provided. If headers are provided they can reference any attribute, fields, properties, or methods on the model.",
    "pypi_url": "http://pypi.python.org/pypi/django-tablib",
    "documentation_url": null,
    "repo_watchers": 104,
    "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": [
        "joshourisman",
        "stefanfoulis",
        "acdha",
        "johbo",
        "Chive",
        "beniwohli",
        "akaihola",
        "bradmontgomery",
        "renyi",
        "jazztpt",
        "gregmuellegger",
        "anrie",
        "skevy",
        "FabriceSalvaire",
        "fdanielsen",
        "jezdez",
        "johnthedebs",
        "czpython",
        "shanx",
        "twz915"
    ]
}