API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/66/?format=api"
    ],
    "id": 3117,
    "title": "django-logical-rules",
    "slug": "django-logical-rules",
    "last_updated": "2014-10-12T21:37:23-04:00",
    "last_fetched": "2026-02-16T03:02:50.464340-05:00",
    "repo_url": "https://bitbucket.org/aashe/django-logical-rules",
    "pypi_version": "1.0",
    "created": "2015-10-19T14:50:29.627427-04:00",
    "modified": "2026-01-28T16:11:44.818922-05:00",
    "repo_forks": 2,
    "repo_description": "A tool to manage logical rules throughout your django application. Logical rules are more powerful than permission or rule tables because they are written in python.",
    "pypi_url": "http://pypi.python.org/pypi/django-logical-rules",
    "documentation_url": "",
    "repo_watchers": 18,
    "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": [
        "aashe"
    ]
}