API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2317/
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/39/"
    ],
    "id": 2317,
    "title": "django-memoize",
    "slug": "django-memoize",
    "last_updated": "2024-11-19T09:25:55-05:00",
    "last_fetched": "2025-03-31T17:48:09.234239-04:00",
    "repo_url": "https://github.com/unhaggle/django-memoize",
    "pypi_version": "2.3.1",
    "created": "2014-04-23T04:07:18.128715-04:00",
    "modified": "2025-03-31T17:48:09.245009-04:00",
    "repo_forks": 30,
    "repo_description": "An implementation of memoization technique for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-memoize",
    "documentation_url": "http://pythonhosted.org/django-memoize/",
    "repo_watchers": 121,
    "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": [
        "Backscratcher",
        "GotoCode",
        "utek",
        "therefromhere",
        "acrfordyce",
        "4fuss",
        "akanouras",
        "fjsj",
        "jhonatandarosa",
        "joshgeller",
        "kartik-gupta28",
        "timgates42",
        "danielrr5"
    ]
}