API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/67/?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/58/?format=api"
    ],
    "id": 67,
    "title": "django-autoslug",
    "slug": "django-autoslug",
    "last_updated": "2025-06-19T03:11:43-04:00",
    "last_fetched": "2026-02-15T14:36:10.132119-05:00",
    "repo_url": "https://github.com/neithere/django-autoslug",
    "pypi_version": "1.9.9",
    "created": "2010-08-18T11:23:46.861936-04:00",
    "modified": "2026-01-28T13:57:29.609018-05:00",
    "repo_forks": 107,
    "repo_description": "AutoSlugField for Django. Supports (but not does not require) unidecode/pytils for transliteration. Old issue tracker is at Bitbucket: https://bitbucket.org/neithere/django-autoslug/issues",
    "pypi_url": "http://pypi.python.org/pypi/django-autoslug",
    "documentation_url": "https://pythonhosted.org/django-autoslug/",
    "repo_watchers": 308,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        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": [
        "neithere",
        "justinmayer",
        "botpub",
        "ulgens",
        "cyberj",
        "azmeuk",
        "davidstockwell",
        "dteskera",
        "kmike",
        "philb61",
        "hoylemd",
        "ipmb",
        "shanx",
        "kangfend",
        "vstoykov",
        "willyhakim",
        "Dubrzr",
        "fuzzylogic2000",
        "mikeurbanski",
        "nicoechaniz",
        "kane-c",
        "jayvdb",
        "kostko",
        "jgadelange",
        "jezdez",
        "giff-h",
        "fabiocaccamo",
        "cclauss",
        "BertrandBordage"
    ]
}