API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/5/",
        "https://djangopackages.org/api/v4/grids/216/"
    ],
    "id": 945,
    "title": "django-zebra",
    "slug": "django-zebra",
    "last_updated": "2014-06-23T18:08:32-04:00",
    "last_fetched": "2026-02-16T00:06:22.296568-05:00",
    "repo_url": "https://github.com/GoodCloud/django-zebra",
    "pypi_version": "0.4.5",
    "created": "2011-09-22T21:38:39.344658-04:00",
    "modified": "2026-01-28T15:46:32.735998-05:00",
    "repo_forks": 67,
    "repo_description": "Forms, widgets, template tags and examples that make Stripe + Django easier.",
    "pypi_url": "http://pypi.python.org/pypi/django-zebra",
    "documentation_url": "https://readthedocs.org/projects/django-zebra/",
    "repo_watchers": 194,
    "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": [
        "skoczen",
        "leetrout",
        "jarcoal",
        "mixmastamyk",
        "danawoodman",
        "bufke",
        "DavidYKay",
        "erikcw",
        "iepathos",
        "mwisner",
        "thrashr888",
        "JoeConyers"
    ]
}