API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2714/?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/32/?format=api"
    ],
    "id": 2714,
    "title": "django-google-tools",
    "slug": "django-google-tools",
    "last_updated": "2017-02-20T07:50:59-05:00",
    "last_fetched": "2026-02-16T02:05:18.087844-05:00",
    "repo_url": "https://github.com/camilonova/django-google-tools",
    "pypi_version": "1.1.0",
    "created": "2014-12-31T03:53:53.109510-05:00",
    "modified": "2026-01-28T16:06:03.909440-05:00",
    "repo_forks": 5,
    "repo_description": "Django app for managing Google Analytics and Site Verification codes.",
    "pypi_url": "http://pypi.python.org/pypi/django-google-tools",
    "documentation_url": "",
    "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": [
        "camilonova",
        "howiworkdaily",
        "rage2000",
        "brocaar",
        "andresfcardenas",
        "acdha",
        "newmaniese"
    ]
}