API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4373/?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/58/?format=api",
        "https://djangopackages.org/api/v4/grids/424/?format=api"
    ],
    "id": 4373,
    "title": "Django Crypto Fields",
    "slug": "django-crypto-fields",
    "last_updated": "2025-11-13T00:49:13-05:00",
    "last_fetched": "2026-02-15T04:05:49.293077-05:00",
    "repo_url": "https://github.com/erikvw/django-crypto-fields",
    "pypi_version": "1.2.0",
    "created": "2019-06-08T17:24:55.776436-04:00",
    "modified": "2026-01-28T16:59:04.544964-05:00",
    "repo_forks": 8,
    "repo_description": "Add encrypted field classes and more to your Django models.",
    "pypi_url": "http://pypi.python.org/pypi/django-crypto-fields",
    "documentation_url": "https://django-crypto-fields.readthedocs.io/en/latest/",
    "repo_watchers": 35,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        8,
        0,
        0,
        5,
        0,
        0,
        8,
        0,
        0,
        0,
        0,
        4,
        0,
        14,
        0,
        0,
        0,
        0,
        0,
        0,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "erikvw",
        "tumiemosweu",
        "gimoteco",
        "dependabot[bot]"
    ]
}