API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3017/?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": 3017,
    "title": "django-newsletter2go",
    "slug": "django-newsletter2go",
    "last_updated": "2016-08-30T02:58:04-04:00",
    "last_fetched": "2026-02-15T02:02:36.610913-05:00",
    "repo_url": "https://github.com/productgang/django-newsletter2go",
    "pypi_version": "0.2.0",
    "created": "2015-08-12T18:25:15.961602-04:00",
    "modified": "2026-01-28T16:18:47.408809-05:00",
    "repo_forks": 1,
    "repo_description": "A simple mail backend for Django that uses Newsletter2Go transactional emails",
    "pypi_url": "http://pypi.python.org/pypi/django-newsletter2go",
    "documentation_url": "https://django-newsletter2go.readthedocs.org/en/latest/",
    "repo_watchers": 3,
    "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": [
        "lukasklein"
    ]
}