API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/161/"
    ],
    "id": 3769,
    "title": "django-pgconninfo",
    "slug": "django-pgconninfo",
    "last_updated": "2018-03-04T08:15:56-05:00",
    "last_fetched": "2026-02-16T03:02:17.124772-05:00",
    "repo_url": "https://github.com/ihabhussein/django-pgconninfo",
    "pypi_version": "0.9.2",
    "created": "2017-03-22T04:54:34.311351-04:00",
    "modified": "2026-01-28T16:10:39.022147-05:00",
    "repo_forks": 0,
    "repo_description": "PostgreSQL connection info from invironment variables",
    "pypi_url": "http://pypi.python.org/pypi/django-pgconninfo",
    "documentation_url": "",
    "repo_watchers": 0,
    "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": [
        "ihabhussein"
    ]
}