API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3713/
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/58/"
    ],
    "id": 3713,
    "title": "django-colorful",
    "slug": "django-colorful",
    "last_updated": "2026-01-24T18:25:10-05:00",
    "last_fetched": "2026-02-15T04:03:25.904887-05:00",
    "repo_url": "https://github.com/charettes/django-colorful",
    "pypi_version": "1.4.0",
    "created": "2017-02-13T11:20:51.208988-05:00",
    "modified": "2026-01-28T16:55:52.450837-05:00",
    "repo_forks": 57,
    "repo_description": "Extension to the Django web framework that provides database and form color fields",
    "pypi_url": "http://pypi.python.org/pypi/django-colorful",
    "documentation_url": "",
    "repo_watchers": 173,
    "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,
        10,
        0,
        0,
        0
    ],
    "participants": [
        "charettes",
        "kmike",
        "kraiz",
        "claudep",
        "fitoria",
        "budzinski",
        "allanlewis",
        "cjmochrie",
        "dakrauth",
        "gbezyuk",
        "jspitzen",
        "bashmish",
        "thomwiggers",
        "gabn88"
    ]
}