API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1943/
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/113/",
        "https://djangopackages.org/api/v4/grids/11/"
    ],
    "id": 1943,
    "title": "Export data to file (with select fields)",
    "slug": "django-exportdata",
    "last_updated": "2013-10-08T10:31:54-04:00",
    "last_fetched": "2026-02-15T09:09:06.499248-05:00",
    "repo_url": "https://github.com/saippuakauppias/django-exportdata",
    "pypi_version": "0.2",
    "created": "2013-07-17T14:50:59.376200-04:00",
    "modified": "2026-01-28T13:00:23.982587-05:00",
    "repo_forks": 1,
    "repo_description": "Export model data (with selected fields) to csv file",
    "pypi_url": "http://pypi.python.org/pypi/django-exportdata",
    "documentation_url": "https://readthedocs.org/projects/django-exportdata/",
    "repo_watchers": 16,
    "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": [
        "saippuakauppias",
        "bitdeli-chef"
    ]
}