API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/230/
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/13/",
        "https://djangopackages.org/api/v4/grids/334/"
    ],
    "id": 230,
    "title": "RPC4Django",
    "slug": "rpc4django",
    "last_updated": "2020-10-06T12:44:36-04:00",
    "last_fetched": "2026-02-15T21:00:58.504204-05:00",
    "repo_url": "https://github.com/rpc4django/rpc4django",
    "pypi_version": "0.6.3",
    "created": "2010-09-08T22:08:48.826005-04:00",
    "modified": "2026-01-28T15:03:40.382544-05:00",
    "repo_forks": 24,
    "repo_description": "RPC4Django is an XMLRPC and JSONRPC server for Django powered projects. Simply plug it into any existing Django project and you can make your methods available via XMLRPC and JSONRPC. This project is actively seeking maintainers.",
    "pypi_url": "http://pypi.python.org/pypi/rpc4django",
    "documentation_url": "https://pythonhosted.org/rpc4django/",
    "repo_watchers": 55,
    "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": [
        "davidfischer",
        "doudz",
        "alexandermorozov",
        "crespum",
        "elpaso",
        "angvp",
        "deepmax",
        "sprymak",
        "sethrh"
    ]
}