API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1201/?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/15/?format=api",
        "https://djangopackages.org/api/v4/grids/259/?format=api"
    ],
    "id": 1201,
    "title": "Djrill",
    "slug": "djrill",
    "last_updated": "2016-08-29T12:13:47-04:00",
    "last_fetched": "2026-02-15T07:04:09.162697-05:00",
    "repo_url": "https://github.com/brack3t/Djrill",
    "pypi_version": "2.1.0",
    "created": "2012-03-03T15:08:39.746167-05:00",
    "modified": "2026-01-29T12:45:01.191532-05:00",
    "repo_forks": 64,
    "repo_description": "[INACTIVE/UNMAINTAINED] Djrill is an email backend and new message class for Django users that want to take advantage of the Mandrill transactional email service from MailChimp.",
    "pypi_url": "http://pypi.python.org/pypi/djrill",
    "documentation_url": "https://readthedocs.org/projects/djrill/",
    "repo_watchers": 314,
    "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": [
        "medmunds",
        "kennethlove",
        "chrisjones-brack3t",
        "jpadilla",
        "ArnaudF",
        "ulmus",
        "kylegibson-rldatix",
        "omerzimp",
        "Wrhector",
        "nikolay-saskovets",
        "winhamwr",
        "jarcoal",
        "crccheck",
        "freider",
        "erichennings",
        "pkimber",
        "rebelliard",
        "zsiciarz"
    ]
}