API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2853/?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/58/?format=api",
        "https://djangopackages.org/api/v4/grids/39/?format=api"
    ],
    "id": 2853,
    "title": "django-idmap",
    "slug": "django-idmap",
    "last_updated": "2017-12-07T23:18:02-05:00",
    "last_fetched": "2026-02-16T00:02:24.746357-05:00",
    "repo_url": "https://bitbucket.org/tkhyn/django-idmap",
    "pypi_version": "1.0.3",
    "created": "2015-04-15T10:02:33.683075-04:00",
    "modified": "2026-01-28T15:29:23.295607-05:00",
    "repo_forks": 0,
    "repo_description": "An identity mapper for the Django ORM",
    "pypi_url": "http://pypi.python.org/pypi/django-idmap",
    "documentation_url": "",
    "repo_watchers": 2,
    "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": [
        "tkhyn"
    ]
}