API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/127/",
        "https://djangopackages.org/api/v4/grids/140/"
    ],
    "id": 1641,
    "title": "django-twoscoops-project",
    "slug": "django-twoscoops-project",
    "last_updated": "2015-07-09T13:28:06-04:00",
    "last_fetched": "2026-02-15T13:05:15.400073-05:00",
    "repo_url": "https://github.com/twoscoops/django-twoscoops-project",
    "pypi_version": null,
    "created": "2013-01-17T14:28:23.889729-05:00",
    "modified": "2026-01-28T13:22:54.439324-05:00",
    "repo_forks": 337,
    "repo_description": "The sample project layout from the book, \"Two Scoops of Django 1.5 and 1.6\"",
    "pypi_url": "",
    "documentation_url": "https://github.com/twoscoops/django-twoscoops-project",
    "repo_watchers": 870,
    "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": [
        "pydanny",
        "octaflop",
        "audreyfeldroy",
        "juanriaza",
        "wlonk",
        "Bouke",
        "arruda",
        "mozillazg",
        "patrickbeeson",
        "pratyushmittal",
        "desimone",
        "jadient",
        "kulbir",
        "adamduren",
        "FlipperPA",
        "wengole",
        "bmonty",
        "bnjmn",
        "chrishas35",
        "pygeek",
        "chimeno",
        "eduardo-matos",
        "mxsasha",
        "frankpape",
        "garrypolley",
        "matthewryanscott",
        "shanx",
        "ducky427",
        "fengsi",
        "harudark"
    ]
}