API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4484/?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": 4484,
    "title": "depayco",
    "slug": "depayco",
    "last_updated": "2020-02-20T22:03:37-05:00",
    "last_fetched": "2026-02-16T00:02:27.421104-05:00",
    "repo_url": "https://github.com/ma1onso/depayco",
    "pypi_version": "1.1.2",
    "created": "2020-01-02T11:01:31.209962-05:00",
    "modified": "2026-01-28T15:29:29.183727-05:00",
    "repo_forks": 0,
    "repo_description": "Django integration with ePayco (https://www.epayco.co) Colombian payment gateway.",
    "pypi_url": "http://pypi.python.org/pypi/depayco",
    "documentation_url": "https://github.com/ma1onso/depayco/blob/master/README.md",
    "repo_watchers": 6,
    "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": [
        "ma1onso"
    ]
}