API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4089/
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/329/"
    ],
    "id": 4089,
    "title": "django-business-rules",
    "slug": "django-business-rules",
    "last_updated": "2018-07-29T09:55:06-04:00",
    "last_fetched": "2026-02-15T22:02:16.423028-05:00",
    "repo_url": "https://github.com/maciejpolanczyk/django-business-rules",
    "pypi_version": "1.0.5",
    "created": "2018-03-16T18:59:29.920668-04:00",
    "modified": "2026-01-28T15:17:49.680329-05:00",
    "repo_forks": 19,
    "repo_description": "Business rules plugin for Django. Allows users (customers or administrators) to setup business rules with html forms. Default layout is similar to django admin panel and can be easily overridden. Created rules can be easily used in workflows / scenarios / etc.",
    "pypi_url": "http://pypi.python.org/pypi/django-business-rules",
    "documentation_url": "https://github.com/maciejpolanczyk/django-business-rules",
    "repo_watchers": 34,
    "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": [
        "maciejpolanczyk",
        "jlebzelter"
    ]
}