API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4664/?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/161/?format=api",
        "https://djangopackages.org/api/v4/grids/436/?format=api"
    ],
    "id": 4664,
    "title": "django-pgconnection",
    "slug": "django-pgconnection",
    "last_updated": "2023-06-08T21:25:30-04:00",
    "last_fetched": "2026-02-15T09:06:36.759384-05:00",
    "repo_url": "https://github.com/jyveapp/django-pgconnection",
    "pypi_version": "1.0.3",
    "created": "2020-07-24T00:17:51.945840-04:00",
    "modified": "2026-01-29T12:56:51.358574-05:00",
    "repo_forks": 1,
    "repo_description": "Route postgres connections and hook into cursor execution",
    "pypi_url": "http://pypi.python.org/pypi/django-pgconnection",
    "documentation_url": "https://django-pgconnection.readthedocs.io",
    "repo_watchers": 18,
    "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": [
        "wesleykendall"
    ]
}