API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6282/?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/23/?format=api",
        "https://djangopackages.org/api/v4/grids/73/?format=api"
    ],
    "id": 6282,
    "title": "djangocms-stories",
    "slug": "djangocms-stories",
    "last_updated": "2026-02-10T10:47:34-05:00",
    "last_fetched": "2026-02-15T21:03:20.477602-05:00",
    "repo_url": "https://github.com/django-cms/djangocms-stories",
    "pypi_version": "0.8.0",
    "created": "2026-02-10T12:55:25.332923-05:00",
    "modified": "2026-02-10T12:55:45.489608-05:00",
    "repo_forks": 5,
    "repo_description": "django CMS stories application - Tell your story in multilingual posts, using the full power of django CMS placeholders.",
    "pypi_url": "https://pypi.org/project/djangocms-stories/",
    "documentation_url": null,
    "repo_watchers": 14,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        46,
        6,
        0,
        4,
        0,
        0,
        1,
        0,
        0,
        9,
        1,
        2,
        1,
        1,
        0,
        0,
        0,
        0,
        3,
        3,
        2,
        2,
        2,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        2,
        0,
        4
    ],
    "participants": [
        "fsbraun",
        "corentinbettiol",
        "wfehr"
    ]
}