API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/218/
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/89/",
        "https://djangopackages.org/api/v4/grids/113/"
    ],
    "id": 218,
    "title": "Django Fixture Magic",
    "slug": "django-fixture-magic",
    "last_updated": "2023-10-26T10:28:50-04:00",
    "last_fetched": "2026-02-15T17:21:29.400310-05:00",
    "repo_url": "https://github.com/davedash/django-fixture-magic",
    "pypi_version": "0.1.5",
    "created": "2010-09-08T16:15:42.986080-04:00",
    "modified": "2026-01-28T14:18:04.994494-05:00",
    "repo_forks": 96,
    "repo_description": "Utilities to extract and manipulate Django Fixtures.",
    "pypi_url": "http://pypi.python.org/pypi/django-fixture-magic",
    "documentation_url": null,
    "repo_watchers": 388,
    "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": [
        "davedash",
        "KevinGrahamFoster",
        "koryd-bixly",
        "andyzickler",
        "xrmx",
        "pykler",
        "fourk",
        "nektor211",
        "punchagan",
        "Dineshs91",
        "miigotu",
        "ChrFr",
        "davitovmasyan",
        "atten",
        "troyharvey",
        "tony",
        "pratyushmittal",
        "sobolevn",
        "momirza",
        "orientalperil",
        "GermanoGuerrini",
        "duduklein",
        "carljm",
        "athom09"
    ]
}