API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/664/
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/25/"
    ],
    "id": 664,
    "title": "django-dynamic-fixture",
    "slug": "django-dynamic-fixture",
    "last_updated": "2024-10-10T07:01:49-04:00",
    "last_fetched": "2026-02-15T17:10:23.851810-05:00",
    "repo_url": "https://github.com/paulocheque/django-dynamic-fixture",
    "pypi_version": "4.0.1",
    "created": "2011-03-01T19:00:20.707932-05:00",
    "modified": "2026-01-28T14:06:43.653025-05:00",
    "repo_forks": 68,
    "repo_description": "A complete library to create dynamic model instances for testing purposes.",
    "pypi_url": "https://pypi.org/project/http://pypi.python.org/pypi/django-dynamic-fixture",
    "documentation_url": "http://django-dynamic-fixture.readthedocs.org/en/latest/",
    "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": [
        "paulocheque",
        "valdergallo",
        "PoByBolek",
        "gregmuellegger",
        "wesleykendall",
        "qris",
        "drtyrsa",
        "zvictor",
        "MrWeeble",
        "timgates42",
        "mrmachine",
        "RaphaelKimmig",
        "cmltaWt0",
        "heyman",
        "k4rl85",
        "zanderle",
        "vparitskiy",
        "saxix",
        "sasacocic",
        "sobolevn",
        "sjhewitt",
        "codelahoma",
        "vinzd",
        "julienaubert",
        "jayvdb",
        "jmurty",
        "cailloumajor",
        "DrMartiner",
        "7mp"
    ]
}