API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/899/
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/112/"
    ],
    "id": 899,
    "title": "django-sendsms",
    "slug": "django-sendsms",
    "last_updated": "2021-12-27T17:42:18-05:00",
    "last_fetched": "2026-02-15T19:02:21.732487-05:00",
    "repo_url": "https://github.com/stefanfoulis/django-sendsms",
    "pypi_version": "0.5",
    "created": "2011-08-10T15:19:49.461547-04:00",
    "modified": "2026-01-28T14:38:46.637681-05:00",
    "repo_forks": 96,
    "repo_description": "A simple API to send SMS messages. It is modeled after the django email api.",
    "pypi_url": "http://pypi.python.org/pypi/django-sendsms",
    "documentation_url": "https://readthedocs.org/projects/django-sendsms/",
    "repo_watchers": 266,
    "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": [
        "stefanfoulis",
        "pawl-bb",
        "psychok7",
        "pakal",
        "denizdogan",
        "iraycd",
        "codesankalp",
        "endormi",
        "ataylor32",
        "superalex",
        "kelvinwong-ca",
        "mixxorz",
        "reidransom",
        "xiscosc"
    ]
}