API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1427/
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/73/"
    ],
    "id": 1427,
    "title": "django-misery",
    "slug": "django-misery",
    "last_updated": "2012-10-22T17:45:38-04:00",
    "last_fetched": "2026-02-15T02:01:39.929958-05:00",
    "repo_url": "https://bitbucket.org/fschwebel/django-misery",
    "pypi_version": "0.0.3",
    "created": "2012-08-28T08:10:48.609770-04:00",
    "modified": "2026-01-28T16:17:35.239929-05:00",
    "repo_forks": 0,
    "repo_description": "A simple ban system for Django, that does nasty stuff to trolls wandering on your website.",
    "pypi_url": "http://pypi.python.org/pypi/django-misery",
    "documentation_url": null,
    "repo_watchers": 9,
    "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": [
        "fschwebel"
    ]
}