API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5852/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/71/"
    ],
    "id": 5852,
    "title": "django-country-kit",
    "slug": "django-country-kit",
    "last_updated": "2025-06-04T12:24:50-04:00",
    "last_fetched": "2026-02-16T04:05:57.050181-05:00",
    "repo_url": "https://github.com/pescheckit/django-country-kit",
    "pypi_version": "0.0.7",
    "created": "2024-01-31T05:34:06.368478-05:00",
    "modified": "2026-01-28T16:26:46.438778-05:00",
    "repo_forks": 1,
    "repo_description": "Django Country Kit is a Django application that offers functionality related to multiple countries. It includes a custom model field for storing country codes, a form widget to select countries from a list, and associated tests to ensure reliable country-related operations.",
    "pypi_url": "https://pypi.org/project/django-country-kit",
    "documentation_url": "https://github.com/pescheckit/django-country-kit/blob/main/README.md",
    "repo_watchers": 3,
    "commits_over_52": [
        10,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        5,
        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": [
        "uberfresh1914",
        "uberfresh",
        "UHHHHHHHHHHHHHH",
        "pescheck-devops",
        "pescheck-bram"
    ]
}