API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/548/?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": 548,
    "title": "django-payfast",
    "slug": "django-payfast",
    "last_updated": "2011-01-06T17:42:28-05:00",
    "last_fetched": "2026-02-15T20:08:29.762192-05:00",
    "repo_url": "https://bitbucket.org/kmike/django-payfast",
    "pypi_version": "0.3",
    "created": "2010-12-24T14:29:44.255568-05:00",
    "modified": "2026-01-28T15:02:15.682887-05:00",
    "repo_forks": 1,
    "repo_description": "A pluggable Django application for integrating payfast.co.za payment system.",
    "pypi_url": "http://pypi.python.org/pypi/django-payfast",
    "documentation_url": null,
    "repo_watchers": 1,
    "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": [
        "kmike"
    ]
}