API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5799/?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/236/?format=api"
    ],
    "id": 5799,
    "title": "Django Survey Project for CSAT, NPS, CES, and Generic Surveys with Enhanced User Response",
    "slug": "customersatisfactionmetrics",
    "last_updated": "2025-01-10T07:39:43-05:00",
    "last_fetched": "2026-02-15T21:01:28.045166-05:00",
    "repo_url": "https://github.com/pescheckit/customersatisfactionmetrics",
    "pypi_version": "1.0.9",
    "created": "2023-12-04T09:47:23.715640-05:00",
    "modified": "2026-01-28T15:04:29.489787-05:00",
    "repo_forks": 1,
    "repo_description": "This Django package allows you to create and manage surveys including CSAT, NPS, CES, and Generic Surveys. It supports both anonymous and logged-in user responses with user metadata tracking.",
    "pypi_url": "https://pypi.org/project/customersatisfactionmetrics",
    "documentation_url": "",
    "repo_watchers": 3,
    "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": [
        "pescheck-bram",
        "uberfresh1914",
        "pescheck-devops",
        "uberfresh"
    ]
}