API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/367/
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/",
        "https://djangopackages.org/api/v4/grids/66/",
        "https://djangopackages.org/api/v4/grids/7/"
    ],
    "id": 367,
    "title": "django-authority",
    "slug": "django-authority",
    "last_updated": "2021-10-27T06:59:39-04:00",
    "last_fetched": "2026-02-15T20:03:31.312148-05:00",
    "repo_url": "https://github.com/jezdez/django-authority",
    "pypi_version": "0.14",
    "created": "2010-09-15T21:55:48.126105-04:00",
    "modified": "2026-01-28T14:54:29.635598-05:00",
    "repo_forks": 58,
    "repo_description": "A Django app that provides generic per-object-permissions for Django's auth app and helpers to create custom permission checks.",
    "pypi_url": "http://pypi.python.org/pypi/django-authority",
    "documentation_url": "https://readthedocs.org/projects/django-authority/",
    "repo_watchers": 294,
    "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": [
        "jezdez",
        "bartTC",
        "jlward",
        "winhamwr",
        "bocribbz",
        "gthb",
        "safwanrahman",
        "remik",
        "diegobz",
        "RDIL",
        "jpic",
        "randalldegges-okta-2",
        "mozillazg",
        "auvipy",
        "supercodepoet",
        "mikebq",
        "bashu",
        "reycf",
        "DylanLukes",
        "GregLeBarbar",
        "jennyq",
        "jdelasoie",
        "cl0ne",
        "libraM",
        "jazzband-bot"
    ]
}