API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3145/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/5/"
    ],
    "id": 3145,
    "title": "django-braintree",
    "slug": "django-braintree",
    "last_updated": "2014-01-03T08:30:28-05:00",
    "last_fetched": "2026-02-15T03:08:38.931056-05:00",
    "repo_url": "https://github.com/Tivix/django-braintree",
    "pypi_version": "1.3.4",
    "created": "2015-11-30T12:59:20.820694-05:00",
    "modified": "2026-01-28T16:50:19.901689-05:00",
    "repo_forks": 14,
    "repo_description": "Django + Braintree Payment Solutions = $$$",
    "pypi_url": "http://pypi.python.org/pypi/django-braintree",
    "documentation_url": "",
    "repo_watchers": 60,
    "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": [
        "dfryta",
        "Raisins"
    ]
}