API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/3/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/41/"
    ],
    "id": 2730,
    "title": "KoalixCRM",
    "slug": "koalix_crm",
    "last_updated": "2017-12-29T05:24:06-05:00",
    "last_fetched": "2026-02-15T03:06:04.947042-05:00",
    "repo_url": "https://github.com/tfroehlich82/koalixcrm",
    "pypi_version": "0.5",
    "created": "2015-01-11T12:05:25.122992-05:00",
    "modified": "2026-01-28T16:47:28.970686-05:00",
    "repo_forks": 23,
    "repo_description": "Beautiful CRM/ERP for small business",
    "pypi_url": "http://pypi.python.org/pypi/koalixcrm",
    "documentation_url": "http://koalix-crm.readthedocs.org/en/master/",
    "repo_watchers": 84,
    "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": [
        "tfroehlich82",
        "scaphilo",
        "sebastian-code",
        "waffle-iron"
    ]
}