API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/45/
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/25/",
        "https://djangopackages.org/api/v4/grids/21/"
    ],
    "id": 45,
    "title": "django-coverage",
    "slug": "django-coverage",
    "last_updated": "2014-01-26T08:15:20-05:00",
    "last_fetched": "2023-11-18T16:48:04.253817-05:00",
    "repo_url": "https://bitbucket.org/kmike/django-coverage",
    "pypi_version": "1.2.4",
    "created": "2010-08-17T17:32:50.801010-04:00",
    "modified": "2025-01-31T14:58:16.684911-05:00",
    "repo_forks": 23,
    "repo_description": "Yet another django test coverage app with nice custom html reports.\r\n\r\nAuthor is George Song from 55minutes.\r\n\r\nI converted svn repo to mercurial and make several changes.",
    "pypi_url": "http://pypi.python.org/pypi/django-coverage",
    "documentation_url": null,
    "repo_watchers": 42,
    "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": [
        "kmike"
    ]
}