API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/321/
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/334/"
    ],
    "id": 321,
    "title": "django-json-rpc",
    "slug": "django-json-rpc",
    "last_updated": "2016-01-23T14:49:45-05:00",
    "last_fetched": "2026-02-15T20:08:16.681858-05:00",
    "repo_url": "https://github.com/samuraisam/django-json-rpc",
    "pypi_version": "0.7.2",
    "created": "2010-09-13T03:20:09.717623-04:00",
    "modified": "2026-01-28T15:01:52.122057-05:00",
    "repo_forks": 83,
    "repo_description": "JSON-RPC Implementation for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-json-rpc",
    "documentation_url": null,
    "repo_watchers": 289,
    "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": [
        "samuraisam",
        "nycholas",
        "J3173",
        "davea",
        "windwarrior",
        "akosladanyi",
        "trepca",
        "aclark4life",
        "alendit",
        "ericvaladas",
        "fbanados",
        "jordanvaladas",
        "jacinda"
    ]
}