API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1922/?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"
    ],
    "id": 1922,
    "title": "django-postgres-fuzzycount",
    "slug": "django-postgres-fuzzycount",
    "last_updated": "2016-09-08T20:02:37-04:00",
    "last_fetched": "2026-02-15T19:06:20.449658-05:00",
    "repo_url": "https://github.com/stephenmcd/django-postgres-fuzzycount",
    "pypi_version": "0.1.7",
    "created": "2013-07-07T02:34:21.295498-04:00",
    "modified": "2026-01-28T14:43:40.674165-05:00",
    "repo_forks": 13,
    "repo_description": "Fast / fuzzy PostgreSQL counts for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-postgres-fuzzycount",
    "documentation_url": null,
    "repo_watchers": 89,
    "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": [
        "stephenmcd",
        "cordery",
        "mtayseer",
        "NotSqrt"
    ]
}