API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/54/?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/5/?format=api"
    ],
    "id": 54,
    "title": "django-paypal",
    "slug": "django-paypal",
    "last_updated": "2024-11-18T16:22:27-05:00",
    "last_fetched": "2026-02-15T18:00:53.432054-05:00",
    "repo_url": "https://github.com/spookylukey/django-paypal",
    "pypi_version": "2.1",
    "created": "2010-08-18T03:24:45.676256-04:00",
    "modified": "2026-01-28T14:19:37.943049-05:00",
    "repo_forks": 213,
    "repo_description": "A pluggable Django application for integrating PayPal Payments Standard or Payments Pro",
    "pypi_url": "http://pypi.python.org/pypi/django-paypal",
    "documentation_url": "http://django-paypal.readthedocs.io/",
    "repo_watchers": 728,
    "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": [
        "spookylukey",
        "mthornhill",
        "peterlauri",
        "pre-commit-ci[bot]",
        "JonathanRoach",
        "dcramer",
        "fabiocaccamo",
        "jasonculverhouse",
        "tockrock",
        "codingjoe",
        "dhontecillas",
        "rebkwok",
        "atul-bhouraskar",
        "nsurbay",
        "kevin1024",
        "djw",
        "funkybob",
        "Thyrst",
        "yuriiz",
        "thiagogds",
        "reginafcompton",
        "wolever",
        "chripede",
        "chrischambers",
        "manikos",
        "ohidurbappy",
        "oliverzheng",
        "pauloxnet",
        "asfaltboy",
        "stphivos",
        "raonyguimaraes",
        "remik",
        "timdawborn",
        "timgates42",
        "wil",
        "fsw",
        "inoks",
        "jTiKey",
        "rafael-h-ferreira",
        "rozza",
        "nathforge",
        "njamaleddine",
        "michael-k",
        "mikexstudios",
        "MaziyarMK",
        "benma",
        "marcbelmont",
        "john2x",
        "john-kurkowski",
        "emoitzi",
        "dc740",
        "danielgtaylor",
        "direvus",
        "andrew-kurin",
        "abi",
        "toanant"
    ]
}