API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4068/
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/54/"
    ],
    "id": 4068,
    "title": "django-easy-poll",
    "slug": "django-easy-poll",
    "last_updated": "2018-02-23T08:02:44-05:00",
    "last_fetched": "2026-02-16T04:04:01.474179-05:00",
    "repo_url": "https://github.com/hmtanbir/django-easy-poll",
    "pypi_version": "0.0.1",
    "created": "2018-02-19T22:31:26.264004-05:00",
    "modified": "2026-01-28T16:23:31.788182-05:00",
    "repo_forks": 2,
    "repo_description": "A simple and easy poll for django. It is an AJAX based Poll system.",
    "pypi_url": "http://pypi.python.org/pypi/django-easy-poll",
    "documentation_url": "https://github.com/hmtanbir/django-easy-poll/blob/master/README.md",
    "repo_watchers": 1,
    "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": [
        "hmtanbir"
    ]
}