API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4299/
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": 4299,
    "title": "Django Dynamic Business Rules",
    "slug": "django-dynamic-business-rules",
    "last_updated": "2019-02-08T10:45:58-05:00",
    "last_fetched": "2026-02-16T02:01:00.436747-05:00",
    "repo_url": "https://github.com/adamhaney/django-dynamic-business-rules",
    "pypi_version": "0.1.2",
    "created": "2019-02-08T11:21:27.259592-05:00",
    "modified": "2026-01-28T15:57:49.213933-05:00",
    "repo_forks": 7,
    "repo_description": "A Django centric event driven rules engine for extensible and configurable responses to changes to Django models and triggers.",
    "pypi_url": "http://pypi.python.org/pypi/django-dynamic-business-rules",
    "documentation_url": "",
    "repo_watchers": 13,
    "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": [
        "adamhaney"
    ]
}