API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/592/?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/58/?format=api"
    ],
    "id": 592,
    "title": "django-durationfield",
    "slug": "django-durationfield",
    "last_updated": "2017-08-31T09:48:07-04:00",
    "last_fetched": "2026-02-15T20:04:16.793874-05:00",
    "repo_url": "https://github.com/johnpaulett/django-durationfield",
    "pypi_version": "0.5.5",
    "created": "2011-01-19T05:31:50.614936-05:00",
    "modified": "2026-01-28T14:55:43.301098-05:00",
    "repo_forks": 24,
    "repo_description": "Temporary reusable Django application for adding a DurationField, until Django issue #2443 is resolved.",
    "pypi_url": "http://pypi.python.org/pypi/django-durationfield",
    "documentation_url": "https://readthedocs.org/projects/django-durationfield/",
    "repo_watchers": 67,
    "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": [
        "johnpaulett",
        "poswald",
        "linevych",
        "troygrosfield",
        "bastbnl",
        "glibersat",
        "winhamwr"
    ]
}