API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/84/"
    ],
    "id": 1693,
    "title": "django-resto",
    "slug": "django-resto",
    "last_updated": "2016-09-03T15:24:51-04:00",
    "last_fetched": "2026-02-15T13:01:26.105302-05:00",
    "repo_url": "https://github.com/aaugustin/django-resto",
    "pypi_version": "1.3",
    "created": "2013-02-24T09:25:42.148905-05:00",
    "modified": "2026-01-28T13:15:02.776220-05:00",
    "repo_forks": 7,
    "repo_description": "REplicated STOrage for Django, file backends that mirror media files to several servers over HTTP [UNMAINTAINED]",
    "pypi_url": "http://pypi.python.org/pypi/django-resto",
    "documentation_url": "https://readthedocs.org/projects/django-resto/",
    "repo_watchers": 104,
    "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": [
        "aaugustin",
        "daevaorn",
        "isagalaev",
        "jsma",
        "max-arnold"
    ]
}