API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/434/
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": 434,
    "title": "django-dbgettext",
    "slug": "django-dbgettext",
    "last_updated": "2016-01-08T11:23:49-05:00",
    "last_fetched": "2026-02-15T11:01:02.005822-05:00",
    "repo_url": "https://bitbucket.org/drmeers/django-dbgettext",
    "pypi_version": null,
    "created": "2010-10-01T20:24:51.633982-04:00",
    "modified": "2026-01-28T13:02:30.912043-05:00",
    "repo_forks": 5,
    "repo_description": "Extracts translatable strings from Django models for handling via Django's standard i18n mechanisms.",
    "pypi_url": "",
    "documentation_url": "https://readthedocs.org/projects/django-dbgettext/",
    "repo_watchers": 26,
    "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": [
        "drmeers"
    ]
}