API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/531/
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/28/",
        "https://djangopackages.org/api/v4/grids/59/"
    ],
    "id": 531,
    "title": "Django Object Permissions",
    "slug": "django_object_permissions",
    "last_updated": "2013-06-06T18:33:44-04:00",
    "last_fetched": "2026-02-16T00:02:20.640412-05:00",
    "repo_url": "https://github.com/osuosl/django_object_permissions",
    "pypi_version": "1.4.6",
    "created": "2010-12-06T04:00:31.940924-05:00",
    "modified": "2026-01-28T15:29:13.806427-05:00",
    "repo_forks": 2,
    "repo_description": "This is an implementation of Object Permissions, a.k.a. row level permissions. Object Permissions allow you to assign a permission to an instance of any Model in your django project. This app provides a authentication backend that works with Django >= 1.2. ",
    "pypi_url": "http://pypi.python.org/pypi/django_object_permissions",
    "documentation_url": null,
    "repo_watchers": 4,
    "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": [
        "bramwelt",
        "MostAwesomeDude",
        "bsu",
        "Kennric",
        "chancez"
    ]
}