API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1517/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/3/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/15/?format=api"
    ],
    "id": 1517,
    "title": "django-drip",
    "slug": "django-drip",
    "last_updated": "2020-03-07T20:36:39-05:00",
    "last_fetched": "2026-02-15T07:05:20.232799-05:00",
    "repo_url": "https://github.com/zapier/django-drip",
    "pypi_version": "0.7.1",
    "created": "2012-10-29T16:10:29.515170-04:00",
    "modified": "2026-01-29T12:46:54.938579-05:00",
    "repo_forks": 134,
    "repo_description": ":droplet: Use Django admin to manage drip campaign emails using querysets on Django's User model.",
    "pypi_url": "http://pypi.python.org/pypi/django-drip",
    "documentation_url": "https://readthedocs.org/projects/django-drip/",
    "repo_watchers": 639,
    "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": [
        "bryanhelmig",
        "budlight",
        "brad",
        "syphar",
        "jtrain",
        "kmtracey",
        "sayar",
        "jarcoal",
        "akoumjian",
        "jacebrowning",
        "jsocol",
        "roycehaynes",
        "timgates42",
        "guanlisheng",
        "hwkns"
    ]
}