API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1838/
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": 1838,
    "title": "Send SMS via SMSAero.Ru",
    "slug": "django-smsaero",
    "last_updated": "2015-11-27T04:01:43-05:00",
    "last_fetched": "2026-02-16T01:03:06.431812-05:00",
    "repo_url": "https://github.com/DrMartiner/django-smsaero",
    "pypi_version": "0.9.5",
    "created": "2013-05-28T09:42:34.597660-04:00",
    "modified": "2026-01-28T15:51:43.203179-05:00",
    "repo_forks": 0,
    "repo_description": "Django app for send SMS via smsaero.ru",
    "pypi_url": "http://pypi.python.org/pypi/django-smsaero",
    "documentation_url": null,
    "repo_watchers": 6,
    "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": [
        "DrMartiner",
        "novoxd"
    ]
}