API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/273/?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/72/?format=api",
        "https://djangopackages.org/api/v4/grids/139/?format=api"
    ],
    "id": 273,
    "title": "django-notification",
    "slug": "django-notification",
    "last_updated": "2020-07-09T17:08:39-04:00",
    "last_fetched": "2022-03-21T21:48:50.510795-04:00",
    "repo_url": "https://github.com/pinax/django-notification",
    "pypi_version": "1.3.3",
    "created": "2010-09-13T02:44:38.047071-04:00",
    "modified": "2025-01-31T14:58:50.380292-05:00",
    "repo_forks": 204,
    "repo_description": "user notification management for the Django web framework",
    "pypi_url": "http://pypi.python.org/pypi/django-notification",
    "documentation_url": "https://readthedocs.org/projects/django-notification/",
    "repo_watchers": 734,
    "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": [
        "paltman",
        "grahamu",
        "KatherineMichel",
        "jacobwegner",
        "hamstap85",
        "jantoniomartin",
        "sherzberg",
        "arthur-wsw",
        "nrb",
        "brosner",
        "frewsxcv",
        "empty",
        "psychok7",
        "rizumu",
        "aert",
        "penguinvasion",
        "dmzio"
    ]
}