API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1439/
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/49/"
    ],
    "id": 1439,
    "title": "django-model-i18n",
    "slug": "django-model-i18n",
    "last_updated": "2015-03-31T16:09:20-04:00",
    "last_fetched": "2026-02-16T02:05:19.608113-05:00",
    "repo_url": "https://github.com/juanpex/django-model-i18n",
    "pypi_version": "0.5.1",
    "created": "2012-09-01T18:10:22.554919-04:00",
    "modified": "2026-01-28T16:06:06.268854-05:00",
    "repo_forks": 7,
    "repo_description": "Model translations with a pluggable twist",
    "pypi_url": "http://pypi.python.org/pypi/django-model-i18n",
    "documentation_url": null,
    "repo_watchers": 20,
    "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": [
        "juanpex",
        "gonz",
        "jfunez",
        "bitdeli-chef",
        "supervacuo",
        "marcelor"
    ]
}