API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/67/?format=api",
        "https://djangopackages.org/api/v4/grids/33/?format=api",
        "https://djangopackages.org/api/v4/grids/121/?format=api"
    ],
    "id": 1151,
    "title": "fandjango",
    "slug": "fandjango",
    "last_updated": "2020-06-06T14:10:45-04:00",
    "last_fetched": "2026-02-15T21:04:02.134767-05:00",
    "repo_url": "https://github.com/jgorset/fandjango",
    "pypi_version": "4.2.1",
    "created": "2012-02-09T13:11:16.699949-05:00",
    "modified": "2026-01-28T15:08:19.672885-05:00",
    "repo_forks": 53,
    "repo_description": "Fandjango makes it really easy to create Facebook applications with Django",
    "pypi_url": "http://pypi.python.org/pypi/fandjango",
    "documentation_url": "https://readthedocs.org/projects/fandjango/",
    "repo_watchers": 254,
    "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": [
        "jgorset",
        "ademuk",
        "pylanglois",
        "reikje",
        "aidanlister",
        "jpuderer",
        "amakhnach",
        "KR0NTAB",
        "chazapis",
        "brunojm",
        "ckoehn",
        "fhlawaczek",
        "brewerja",
        "kubazarz",
        "rense",
        "Brick85",
        "kamotos",
        "aljosa",
        "erwinelling"
    ]
}