API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/46/?format=api"
    ],
    "id": 2390,
    "title": "django-polyglot",
    "slug": "django-polyglot",
    "last_updated": "2014-05-27T06:59:36-04:00",
    "last_fetched": "2022-03-18T21:48:10.544753-04:00",
    "repo_url": "https://github.com/esistgut/django-polyglot",
    "pypi_version": "0.1",
    "created": "2014-05-27T07:02:21.656714-04:00",
    "modified": "2025-01-31T14:58:55.912735-05:00",
    "repo_forks": 0,
    "repo_description": "A simple Django package for model translations",
    "pypi_url": "http://pypi.python.org/pypi/django-polyglot",
    "documentation_url": "",
    "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": [
        "esistgut"
    ]
}