API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4644/
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/118/",
        "https://djangopackages.org/api/v4/grids/135/"
    ],
    "id": 4644,
    "title": "django-logic",
    "slug": "django-logic",
    "last_updated": "2025-07-18T01:56:06-04:00",
    "last_fetched": "2026-02-15T20:05:08.268446-05:00",
    "repo_url": "https://github.com/Borderless360/django-logic",
    "pypi_version": "0.1.6",
    "created": "2020-07-04T02:37:58.197410-04:00",
    "modified": "2026-01-28T14:57:02.480323-05:00",
    "repo_forks": 14,
    "repo_description": "Django Logic - easy way to implement state-based business logic with pure functions",
    "pypi_url": "http://pypi.python.org/pypi/django-logic",
    "documentation_url": "",
    "repo_watchers": 65,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        4,
        2,
        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": [
        "emil-balashov",
        "dbtiunov",
        "khamenman",
        "edigerad",
        "kishorehariram"
    ]
}