API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3191/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/46/?format=api",
        "https://djangopackages.org/api/v4/grids/49/?format=api"
    ],
    "id": 3191,
    "title": "nece",
    "slug": "nece",
    "last_updated": "2020-11-17T03:32:10-05:00",
    "last_fetched": "2026-02-15T20:04:48.464741-05:00",
    "repo_url": "https://github.com/tatterdemalion/django-nece",
    "pypi_version": "0.8.2",
    "created": "2016-01-23T12:30:34.224833-05:00",
    "modified": "2026-01-28T14:56:34.568443-05:00",
    "repo_forks": 25,
    "repo_description": "Content Translation Framework based on Postgresql's JSONB field",
    "pypi_url": "http://pypi.python.org/pypi/nece",
    "documentation_url": "https://github.com/tatterdemalion/django-nece/blob/master/README.rst",
    "repo_watchers": 85,
    "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": [
        "tatterdemalion",
        "ErwinJunge",
        "cedricco",
        "bors-ltd",
        "matthiask",
        "aq1",
        "bobo-le",
        "erkanay",
        "kemar"
    ]
}