API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4321/?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/78/?format=api",
        "https://djangopackages.org/api/v4/grids/276/?format=api"
    ],
    "id": 4321,
    "title": "django-mongoengine-filter",
    "slug": "django-mongoengine-filter",
    "last_updated": "2023-05-23T20:42:37-04:00",
    "last_fetched": "2026-02-15T19:05:24.204559-05:00",
    "repo_url": "https://github.com/barseghyanartur/django-mongoengine-filter",
    "pypi_version": "0.4.2",
    "created": "2019-03-25T19:28:26.306028-04:00",
    "modified": "2026-01-28T14:42:34.511200-05:00",
    "repo_forks": 7,
    "repo_description": "django-filter for MongoEngine",
    "pypi_url": "http://pypi.python.org/pypi/django-mongoengine-filter",
    "documentation_url": "https://django-mongoengine-filter.readthedocs.io/",
    "repo_watchers": 13,
    "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": [
        "barseghyanartur",
        "oussjarrousse",
        "lmoabreu"
    ]
}