API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2791/
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/316/"
    ],
    "id": 2791,
    "title": "django-fontawesome",
    "slug": "django-fontawesome",
    "last_updated": "2018-05-10T07:16:40-04:00",
    "last_fetched": "2026-02-15T20:09:01.415563-05:00",
    "repo_url": "https://github.com/redouane/django-fontawesome",
    "pypi_version": "1.0",
    "created": "2015-02-27T15:51:33.427921-05:00",
    "modified": "2026-01-28T15:03:12.171527-05:00",
    "repo_forks": 76,
    "repo_description": "a django app that provides a couple of fontawesome/django related utilities",
    "pypi_url": "http://pypi.python.org/pypi/django-fontawesome",
    "documentation_url": "",
    "repo_watchers": 61,
    "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": [
        "redouane",
        "wengole",
        "mjamro",
        "zoidyzoidzoid",
        "atiberghien",
        "JeLoueMonCampingCar",
        "mitzaM",
        "bittner",
        "sidneijp",
        "thijstriemstra",
        "dersphere"
    ]
}