API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2940/?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/258/?format=api"
    ],
    "id": 2940,
    "title": "informer",
    "slug": "informer",
    "last_updated": "2020-06-06T10:31:10-04:00",
    "last_fetched": "2022-03-18T21:48:09.047602-04:00",
    "repo_url": "https://github.com/rodrigobraga/informer",
    "pypi_version": "0.2.2",
    "created": "2015-06-21T07:45:36.487227-04:00",
    "modified": "2025-01-31T14:59:39.120139-05:00",
    "repo_forks": 2,
    "repo_description": "A pluggable app to monitoring your own infrastructure and third party services.",
    "pypi_url": "http://pypi.python.org/pypi/django_informer",
    "documentation_url": "",
    "repo_watchers": 20,
    "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": [
        "pyup-bot",
        "rodrigobraga",
        "dependabot[bot]",
        "goetzk"
    ]
}