API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/151/",
        "https://djangopackages.org/api/v4/grids/161/",
        "https://djangopackages.org/api/v4/grids/215/"
    ],
    "id": 1469,
    "title": "django-postgres",
    "slug": "django-postgres",
    "last_updated": "2013-05-15T17:58:11-04:00",
    "last_fetched": "2026-02-15T03:06:12.439340-05:00",
    "repo_url": "https://github.com/zacharyvoase/django-postgres",
    "pypi_version": "0.0.1",
    "created": "2012-09-19T20:55:17.755185-04:00",
    "modified": "2026-01-28T16:47:43.416924-05:00",
    "repo_forks": 28,
    "repo_description": "First-class Postgres feature support for the Django ORM.",
    "pypi_url": "http://pypi.python.org/pypi/django-postgres",
    "documentation_url": "https://readthedocs.org/projects/django-postgres/",
    "repo_watchers": 182,
    "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": [
        "zacharyvoase",
        "dstufft",
        "scott-w"
    ]
}