API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4263/?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": 4263,
    "title": "django-gradient-colorfield",
    "slug": "django-gradient-colorfield",
    "last_updated": "2019-10-01T00:33:34-04:00",
    "last_fetched": "2026-02-15T11:02:55.745292-05:00",
    "repo_url": "https://github.com/vkmrishad/django-gradient-colorfield",
    "pypi_version": null,
    "created": "2018-11-27T00:01:14.864948-05:00",
    "modified": "2026-01-28T13:06:19.101974-05:00",
    "repo_forks": 2,
    "repo_description": "Django gradient colorField fills the need of having a colorfield that's usable in both django models and forms.",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 0,
    "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": [
        "vkmrishad",
        "vivekparat"
    ]
}