API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2877/?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": 2877,
    "title": "django-pesapal",
    "slug": "django-pesapal",
    "last_updated": "2024-12-27T11:57:12-05:00",
    "last_fetched": "2026-02-15T21:01:25.251542-05:00",
    "repo_url": "https://github.com/odero/django-pesapal",
    "pypi_version": "2.0",
    "created": "2015-04-26T04:47:00.321854-04:00",
    "modified": "2026-01-28T15:04:24.710536-05:00",
    "repo_forks": 9,
    "repo_description": "A django port of pesapal payment gateway",
    "pypi_url": "http://pypi.python.org/pypi/django-pesapal",
    "documentation_url": "https://django-pesapal.readthedocs.org/",
    "repo_watchers": 10,
    "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": [
        "odero",
        "metatrevor"
    ]
}