API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1925/
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/8/",
        "https://djangopackages.org/api/v4/grids/169/"
    ],
    "id": 1925,
    "title": "django-remote-forms",
    "slug": "django-remote-forms",
    "last_updated": "2017-07-12T11:49:12-04:00",
    "last_fetched": "2026-02-15T01:02:30.112857-05:00",
    "repo_url": "https://github.com/WiserTogether/django-remote-forms",
    "pypi_version": "0.0.1",
    "created": "2013-07-08T15:09:06.710801-04:00",
    "modified": "2026-01-28T16:11:11.101028-05:00",
    "repo_forks": 111,
    "repo_description": "A platform independent django form serializer",
    "pypi_url": "http://pypi.python.org/pypi/django-remote-forms",
    "documentation_url": null,
    "repo_watchers": 219,
    "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": [
        "tarequeh",
        "easel",
        "bsod90",
        "david-swenson-wisertogether",
        "vechorko",
        "bartek",
        "jfw",
        "smotes"
    ]
}