API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2799/?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/49/?format=api"
    ],
    "id": 2799,
    "title": "django-autotranslate",
    "slug": "django-autotranslate",
    "last_updated": "2025-04-02T23:47:52-04:00",
    "last_fetched": "2026-02-15T20:01:28.652679-05:00",
    "repo_url": "https://github.com/ankitpopli1891/django-autotranslate",
    "pypi_version": "1.3.0",
    "created": "2015-03-09T13:16:17.363196-04:00",
    "modified": "2026-01-28T14:51:41.131978-05:00",
    "repo_forks": 42,
    "repo_description": "A simple Django app to automatically translate the pot (.po) files generated by django's makemessages command using google translate.",
    "pypi_url": "http://pypi.python.org/pypi/django-autotranslate",
    "documentation_url": "",
    "repo_watchers": 71,
    "commits_over_52": [
        0,
        3,
        0,
        0,
        0,
        0,
        1,
        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": [
        "ankitpopli1891",
        "generalov",
        "anilshanbhag",
        "prayagverma",
        "bckohan",
        "SilentChris",
        "thorntonedgar",
        "gpavlovichhtec",
        "santteegt",
        "wail-asad",
        "jzj",
        "pogowurst"
    ]
}