API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1520/?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/15/?format=api"
    ],
    "id": 1520,
    "title": "django-mailbox",
    "slug": "django-mailbox",
    "last_updated": "2025-06-20T01:07:51-04:00",
    "last_fetched": "2026-02-15T18:07:55.268888-05:00",
    "repo_url": "https://github.com/coddingtonbear/django-mailbox",
    "pypi_version": "4.10.1",
    "created": "2012-11-02T13:33:54.137937-04:00",
    "modified": "2026-01-28T14:27:36.505370-05:00",
    "repo_forks": 167,
    "repo_description": "Import mail from POP3, IMAP, local email mailboxes or directly from Postfix or Exim4 into your Django application automatically.",
    "pypi_url": "http://pypi.python.org/pypi/django-mailbox",
    "documentation_url": "https://readthedocs.org/projects/django-mailbox/",
    "repo_watchers": 379,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        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": [
        "coddingtonbear",
        "ad-m",
        "pfouque",
        "Pietro395",
        "alexlovelltroy",
        "pcraston",
        "ivlevdenis",
        "dmippolitov",
        "tchamberlin",
        "buriy",
        "modernNeo",
        "WnP",
        "antcorro",
        "badziyoussef",
        "sumpfralle",
        "duyu",
        "akshetpandey",
        "tcosprojects",
        "fsboehme",
        "eupharis",
        "anweshadas",
        "KommuSoft",
        "gitter-badger",
        "SeraInt",
        "redtoad",
        "Rokfordchez",
        "Robersillo",
        "mradamczyk",
        "martinmanzo",
        "xeroticikot",
        "kojiGit55",
        "jonashaag",
        "Gerhut",
        "enaut",
        "delneg",
        "bitdeli-chef",
        "benjamin0",
        "Res42"
    ]
}