API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/715/?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/11/?format=api"
    ],
    "id": 715,
    "title": "django-utils",
    "slug": "django-utils",
    "last_updated": "2012-05-23T07:32:32-04:00",
    "last_fetched": "2022-03-18T21:48:10.999204-04:00",
    "repo_url": "https://github.com/coleifer/django-utils",
    "pypi_version": "0.0.2",
    "created": "2011-03-27T16:11:13.152997-04:00",
    "modified": "2025-01-31T14:59:23.333549-05:00",
    "repo_forks": 12,
    "repo_description": "a collection of tools to help with django development",
    "pypi_url": "http://pypi.python.org/pypi/django-utils",
    "documentation_url": "https://readthedocs.org/projects/django-utils/",
    "repo_watchers": 91,
    "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": [
        "coleifer",
        "joestump"
    ]
}