API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1412/?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/114/?format=api",
        "https://djangopackages.org/api/v4/grids/243/?format=api"
    ],
    "id": 1412,
    "title": "django-organizations",
    "slug": "django-organizations",
    "last_updated": "2025-12-04T11:19:34-05:00",
    "last_fetched": "2026-02-15T17:15:22.834530-05:00",
    "repo_url": "https://github.com/bennylope/django-organizations",
    "pypi_version": "2.5.0",
    "created": "2012-08-13T12:13:58.949977-04:00",
    "modified": "2026-01-28T14:11:50.292834-05:00",
    "repo_forks": 219,
    "repo_description": ":couple: Multi-user accounts for Django projects",
    "pypi_url": "http://pypi.python.org/pypi/django-organizations",
    "documentation_url": "https://django-organizations.readthedocs.io/en/latest/",
    "repo_watchers": 1352,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "bennylope",
        "mgrdcm",
        "nemesifier",
        "ericamador",
        "avelis",
        "justinmayer",
        "simkimsia",
        "bashu",
        "LegoStormtroopr",
        "sannies",
        "floydwch",
        "mojitonoproblem",
        "alexcwatt",
        "philmcmahon",
        "timgates42",
        "jellyfangs",
        "pawelad",
        "rfj001",
        "techdragon",
        "roadsideseb",
        "soramikan",
        "saschwarz",
        "tdavis",
        "ZeevG",
        "gauravkulkarni96",
        "kishorkunal-raj",
        "robshep",
        "satcomjimmy",
        "vitriolix",
        "paulchubatyy",
        "olivia-koehler",
        "manikos",
        "noirbee",
        "mauricioabreu",
        "manelclos",
        "kbrownlees",
        "josx",
        "GauthamGoli",
        "GabLeRoux",
        "fabiant7t",
        "krillr",
        "AYZhu"
    ]
}