API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3890/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/2/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/15/"
    ],
    "id": 3890,
    "title": "Simple django backend to send email through SendGrid",
    "slug": "sendgrid-django",
    "last_updated": "2020-01-23T18:14:39-05:00",
    "last_fetched": "2026-02-15T18:01:06.917833-05:00",
    "repo_url": "https://github.com/elbuo8/sendgrid-django",
    "pypi_version": "4.2.0",
    "created": "2017-08-09T07:39:23.953370-04:00",
    "modified": "2026-01-28T14:19:56.638720-05:00",
    "repo_forks": 77,
    "repo_description": "Simple django backend to send email through SendGrid",
    "pypi_url": "http://pypi.python.org/pypi/sendgrid-django",
    "documentation_url": "",
    "repo_watchers": 206,
    "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": [
        "kavdev",
        "elbuo8",
        "andriisoldatenko",
        "martey",
        "jonklo",
        "AMeng",
        "matiboy",
        "jonblum",
        "jschneier",
        "Neob91",
        "camflan",
        "devrishik",
        "hvjohnf",
        "Szumo",
        "kregoslup",
        "pandabearcoder",
        "rsniezynski",
        "dbohomiakov"
    ]
}