API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1470/
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/151/",
        "https://djangopackages.org/api/v4/grids/161/"
    ],
    "id": 1470,
    "title": "django_postgres_extensions",
    "slug": "django_postgres_extensions",
    "last_updated": "2012-12-31T14:15:16-05:00",
    "last_fetched": "2026-02-15T11:05:06.811248-05:00",
    "repo_url": "https://github.com/jkatz/django_postgres_extensions",
    "pypi_version": null,
    "created": "2012-09-19T20:56:06.722053-04:00",
    "modified": "2026-01-28T13:10:37.379348-05:00",
    "repo_forks": 1,
    "repo_description": "Extensions for model and form fields in Django tailored to PostgreSQL",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 20,
    "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": [
        "jkatz"
    ]
}