API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/542/?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"
    ],
    "id": 542,
    "title": "django-sizefield",
    "slug": "django-sizefield",
    "last_updated": "2023-06-29T08:01:07-04:00",
    "last_fetched": "2026-02-15T19:01:45.913257-05:00",
    "repo_url": "https://github.com/leplatrem/django-sizefield",
    "pypi_version": "2.1.0",
    "created": "2010-12-21T08:55:45.943482-05:00",
    "modified": "2026-01-28T14:38:11.865072-05:00",
    "repo_forks": 13,
    "repo_description": "A model field to store a file size, whose edition and display shows units (KB, MB, ...)",
    "pypi_url": "http://pypi.python.org/pypi/django-sizefield",
    "documentation_url": null,
    "repo_watchers": 18,
    "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": [
        "leplatrem",
        "meteozond",
        "tomyam1",
        "kviktor",
        "optiz0r",
        "nanuxbe",
        "mjpritchard",
        "cemiarni"
    ]
}