API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3037/?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/245/?format=api",
        "https://djangopackages.org/api/v4/grids/276/?format=api"
    ],
    "id": 3037,
    "title": "Django URL Filter",
    "slug": "django-url-filter",
    "last_updated": "2020-02-10T08:23:40-05:00",
    "last_fetched": "2026-02-15T17:18:03.061897-05:00",
    "repo_url": "https://github.com/miki725/django-url-filter",
    "pypi_version": "0.3.15",
    "created": "2015-08-31T21:27:20.367217-04:00",
    "modified": "2026-01-28T14:14:27.942718-05:00",
    "repo_forks": 77,
    "repo_description": "Django URL Filter provides a safe way to filter data via human-friendly URLs.",
    "pypi_url": "http://pypi.python.org/pypi/django-url-filter",
    "documentation_url": "http://django-url-filter.readthedocs.org/en/latest/",
    "repo_watchers": 333,
    "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": [
        "miki725",
        "JostCrow",
        "anatolyivanov",
        "haakenlid",
        "pctestjfarz",
        "netjinho",
        "minitech",
        "danousna",
        "davidthewatson",
        "manelclos",
        "simone-divitel",
        "cresg820"
    ]
}