API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3149/?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/59/?format=api"
    ],
    "id": 3149,
    "title": "django-flexible-permissions",
    "slug": "django-flexible-permissions",
    "last_updated": "2015-12-10T21:21:37-05:00",
    "last_fetched": "2026-02-16T02:02:01.241341-05:00",
    "repo_url": "https://github.com/staab/django-flexible-permissions",
    "pypi_version": "1.0.7",
    "created": "2015-12-02T21:12:50.640047-05:00",
    "modified": "2026-01-28T15:59:50.471281-05:00",
    "repo_forks": 0,
    "repo_description": "A Django app that combines object-level table permissions with model relations to avoid normalization of data while providing an extremely flexible, declarative permissions model.",
    "pypi_url": "http://pypi.python.org/pypi/django-flexible-permissions",
    "documentation_url": "https://github.com/staab/django-flexible-permissions/wiki",
    "repo_watchers": 3,
    "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": [
        "staab"
    ]
}