API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/359/
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/45/"
    ],
    "id": 359,
    "title": "django-messages",
    "slug": "django-messages",
    "last_updated": "2019-10-18T04:27:41-04:00",
    "last_fetched": "2026-02-15T21:07:27.202335-05:00",
    "repo_url": "https://github.com/arneb/django-messages",
    "pypi_version": "0.6.0",
    "created": "2010-09-14T12:08:25.152294-04:00",
    "modified": "2026-01-28T15:13:50.091566-05:00",
    "repo_forks": 244,
    "repo_description": "A Django application handling private messages between users.",
    "pypi_url": "http://pypi.python.org/pypi/django-messages",
    "documentation_url": "https://readthedocs.org/projects/django-messages/",
    "repo_watchers": 554,
    "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": [
        "arneb",
        "zkanda",
        "frgtn",
        "GeyseR",
        "ghickman",
        "youknowone",
        "radimsuckr",
        "urtzai",
        "a7p",
        "bradmontgomery",
        "brandon-clair",
        "chrislawlor",
        "Chris7",
        "chipx86",
        "izimobil",
        "hzamani",
        "jayliew",
        "jantoniomartin",
        "jedijulia",
        "rohitchopra32",
        "simonsmiley",
        "agusmakmun",
        "savelmtr",
        "v1ct0r-LH"
    ]
}