API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5629/?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/1/?format=api",
        "https://djangopackages.org/api/v4/grids/350/?format=api"
    ],
    "id": 5629,
    "title": "feincms3-language-sites",
    "slug": "feincms3-language-sites",
    "last_updated": "2025-09-15T15:39:47-04:00",
    "last_fetched": "2026-02-15T21:06:34.537268-05:00",
    "repo_url": "https://github.com/matthiask/feincms3-language-sites",
    "pypi_version": "0.4.1",
    "created": "2023-02-15T15:19:10.377086-05:00",
    "modified": "2026-01-28T15:12:24.740661-05:00",
    "repo_forks": 1,
    "repo_description": "Multisite support for feincms3 for scenarios when you have exactly one domain per language",
    "pypi_url": "https://pypi.org/project/feincms3-language-sites",
    "documentation_url": "",
    "repo_watchers": 2,
    "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,
        1,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "matthiask",
        "tomvanderlee",
        "pre-commit-ci[bot]"
    ]
}