API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1183/
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/15/",
        "https://djangopackages.org/api/v4/grids/34/"
    ],
    "id": 1183,
    "title": "django-sendgrid",
    "slug": "django-sendgrid",
    "last_updated": "2015-01-12T05:48:45-05:00",
    "last_fetched": "2026-02-15T22:04:00.192906-05:00",
    "repo_url": "https://github.com/RyanBalfanz/django-sendgrid",
    "pypi_version": "1.0.1",
    "created": "2012-02-23T16:25:32.133439-05:00",
    "modified": "2026-01-28T15:20:53.769239-05:00",
    "repo_forks": 25,
    "repo_description": "SendGrid for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-sendgrid",
    "documentation_url": "https://readthedocs.org/projects/django-sendgrid/",
    "repo_watchers": 94,
    "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",
        "blag",
        "nitr0man",
        "cyriac",
        "blanchardjeremy"
    ]
}