API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3251/
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": 3251,
    "title": "django-smsish",
    "slug": "django-smsish",
    "last_updated": "2016-03-20T03:13:38-04:00",
    "last_fetched": "2026-02-16T01:03:43.655484-05:00",
    "repo_url": "https://github.com/RyanBalfanz/django-smsish",
    "pypi_version": "1.3.2",
    "created": "2016-03-19T02:27:08.037738-04:00",
    "modified": "2026-01-28T15:52:42.833645-05:00",
    "repo_forks": 7,
    "repo_description": "Send SMS messages in Django just like you send email messages",
    "pypi_url": "http://pypi.python.org/pypi/django-smsish",
    "documentation_url": "",
    "repo_watchers": 27,
    "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": [
        "RyanBalfanz"
    ]
}