API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3735/?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/8/?format=api",
        "https://djangopackages.org/api/v4/grids/213/?format=api",
        "https://djangopackages.org/api/v4/grids/60/?format=api",
        "https://djangopackages.org/api/v4/grids/47/?format=api"
    ],
    "id": 3735,
    "title": "django-propeller",
    "slug": "django-propeller",
    "last_updated": "2024-08-30T18:21:09-04:00",
    "last_fetched": "2026-02-16T02:01:49.804332-05:00",
    "repo_url": "https://github.com/tfroehlich82/django-propeller",
    "pypi_version": "1.5.0",
    "created": "2017-02-19T16:39:16.083500-05:00",
    "modified": "2026-01-28T15:59:32.311281-05:00",
    "repo_forks": 5,
    "repo_description": "Develop more, Code less. Propeller integration with Django. Propeller is a front-end responsive framework based on Google's Material Design Standards & Bootstrap.",
    "pypi_url": "http://pypi.python.org/pypi/django-propeller",
    "documentation_url": "https://pythonhosted.org/django-propeller/",
    "repo_watchers": 31,
    "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": [
        "tfroehlich82",
        "pyup-bot"
    ]
}