API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5777/
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/87/",
        "https://djangopackages.org/api/v4/grids/58/",
        "https://djangopackages.org/api/v4/grids/275/",
        "https://djangopackages.org/api/v4/grids/35/",
        "https://djangopackages.org/api/v4/grids/61/"
    ],
    "id": 5777,
    "title": "django-filesify",
    "slug": "django-filesify",
    "last_updated": "2024-11-21T05:49:22-05:00",
    "last_fetched": "2026-02-16T00:01:09.028788-05:00",
    "repo_url": "https://github.com/lazybird/django-filesify",
    "pypi_version": "0.1",
    "created": "2023-10-03T11:03:22.936191-04:00",
    "modified": "2026-01-28T15:26:59.825820-05:00",
    "repo_forks": 1,
    "repo_description": "Django Filesify helps generate a physical files from a text content stored in database and accessible from Django admin. The file content can be a plaintext or an encrypted field.",
    "pypi_url": "https://pypi.org/project/django-filesify",
    "documentation_url": "https://github.com/lazybird/django-filesify",
    "repo_watchers": 4,
    "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": [
        "lazybird"
    ]
}