API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4795/?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/372/?format=api",
        "https://djangopackages.org/api/v4/grids/396/?format=api"
    ],
    "id": 4795,
    "title": "drupal-download",
    "slug": "drupal-download",
    "last_updated": "2020-12-13T05:20:34-05:00",
    "last_fetched": "2026-02-16T01:02:13.212158-05:00",
    "repo_url": "https://github.com/zelenij/python-drupal-download",
    "pypi_version": "0.0.9",
    "created": "2020-09-16T18:28:38.685459-04:00",
    "modified": "2026-01-28T15:50:03.400907-05:00",
    "repo_forks": 3,
    "repo_description": "A python module to download data from Drupal CMS sites. Useful for migration and data processing purposes.",
    "pypi_url": "https://pypi.org/project/drupal-download/",
    "documentation_url": "",
    "repo_watchers": 8,
    "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": [
        "zelenij"
    ]
}