API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/227/?format=api"
    ],
    "id": 2075,
    "title": "importd",
    "slug": "importd",
    "last_updated": "2016-02-09T02:10:45-05:00",
    "last_fetched": "2026-05-26T16:11:23.195037-04:00",
    "repo_url": "https://github.com/amitu/importd",
    "pypi_version": "0.4.3",
    "created": "2013-10-24T11:31:06.704279-04:00",
    "modified": "2026-01-28T14:56:41.982413-05:00",
    "repo_forks": 30,
    "repo_description": "django based mini framework inspired from sinatra. fully compatible with django.",
    "pypi_url": "http://pypi.python.org/pypi/importd",
    "documentation_url": "https://pythonhosted.org/importd/",
    "repo_watchers": 527,
    "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": [
        "juancarlospaco",
        "if1live",
        "alendit",
        "hitul007",
        "arpitremarkable",
        "akshar-raaj",
        "jezdez",
        "jcugat",
        "kezabelle",
        "lukaszb",
        "waffle-iron",
        "mattrobenolt",
        "malteo",
        "tony"
    ]
}