API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4674/
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/113/",
        "https://djangopackages.org/api/v4/grids/11/"
    ],
    "id": 4674,
    "title": "django-queryable-properties",
    "slug": "django-queryable-properties",
    "last_updated": "2025-12-04T02:57:23-05:00",
    "last_fetched": "2026-02-15T17:10:31.527042-05:00",
    "repo_url": "https://github.com/W1ldPo1nter/django-queryable-properties",
    "pypi_version": "1.12.1",
    "created": "2020-08-03T13:22:46.543762-04:00",
    "modified": "2026-01-28T14:06:51.569352-05:00",
    "repo_forks": 1,
    "repo_description": "Write Django model properties that can be used in database queries.",
    "pypi_url": "http://pypi.python.org/pypi/django-queryable-properties",
    "documentation_url": "https://django-queryable-properties.readthedocs.io/",
    "repo_watchers": 81,
    "commits_over_52": [
        4,
        0,
        0,
        8,
        9,
        3,
        5,
        5,
        3,
        1,
        0,
        0,
        11,
        4,
        0,
        3,
        4,
        1,
        0,
        0,
        8,
        0,
        8,
        1,
        3,
        5,
        3,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        1,
        0,
        3,
        0,
        1,
        5,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "W1ldPo1nter"
    ]
}