API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/107/",
        "https://djangopackages.org/api/v4/grids/7/",
        "https://djangopackages.org/api/v4/grids/242/",
        "https://djangopackages.org/api/v4/grids/4/",
        "https://djangopackages.org/api/v4/grids/115/"
    ],
    "id": 2709,
    "title": "diy-django",
    "slug": "diy-django",
    "last_updated": "2015-05-13T11:57:42-04:00",
    "last_fetched": "2022-03-18T21:48:10.312068-04:00",
    "repo_url": "https://github.com/collinanderson/diy-django",
    "pypi_version": "1.3.1",
    "created": "2014-12-24T00:51:29.225903-05:00",
    "modified": "2025-01-31T14:57:57.134178-05:00",
    "repo_forks": 2,
    "repo_description": "A collection of little features",
    "pypi_url": "http://pypi.python.org/pypi/diy-django",
    "documentation_url": "https://diy-django.readthedocs.org/",
    "repo_watchers": 5,
    "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": [
        "collinanderson"
    ]
}