API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/15/?format=api"
    ],
    "id": 4195,
    "title": "Django Simple Mail",
    "slug": "django-simple-mail",
    "last_updated": "2022-09-02T01:50:50-04:00",
    "last_fetched": "2026-02-15T19:08:35.963579-05:00",
    "repo_url": "https://github.com/charlesthk/django-simple-mail",
    "pypi_version": "2.3.5",
    "created": "2018-08-10T09:20:25.592479-04:00",
    "modified": "2026-01-28T14:46:38.153561-05:00",
    "repo_forks": 26,
    "repo_description": "Transactional email made easy in Django",
    "pypi_url": "http://pypi.python.org/pypi/django_simple_mail",
    "documentation_url": "",
    "repo_watchers": 72,
    "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": [
        "charlesthk",
        "Jufik",
        "Seha16",
        "angelsantosa"
    ]
}