API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4467/
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/84/"
    ],
    "id": 4467,
    "title": "Django hadoop storage",
    "slug": "django-hadoop-storage",
    "last_updated": "2020-08-30T14:30:26-04:00",
    "last_fetched": "2026-02-16T01:01:39.363192-05:00",
    "repo_url": "https://github.com/cesar57927/django-hadoop-storage",
    "pypi_version": "0.1.3",
    "created": "2019-12-06T19:38:35.947137-05:00",
    "modified": "2026-01-28T15:48:48.937617-05:00",
    "repo_forks": 0,
    "repo_description": "Django hadoop storage provide python classes/functions to use hadoop file system (hdfs) with django storage.",
    "pypi_url": "http://pypi.python.org/pypi/django-hadoop-storage",
    "documentation_url": "https://github.com/cesar57927/django-hadoop-storage",
    "repo_watchers": 2,
    "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": [
        "cesar57927"
    ]
}