API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3730/?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/218/?format=api",
        "https://djangopackages.org/api/v4/grids/140/?format=api"
    ],
    "id": 3730,
    "title": "django-yadpt-starter",
    "slug": "django-yadpt-starter",
    "last_updated": "2017-10-21T03:01:27-04:00",
    "last_fetched": "2026-02-15T22:05:20.473292-05:00",
    "repo_url": "https://github.com/psychok7/django-yadpt-starter",
    "pypi_version": "1.7",
    "created": "2017-02-18T12:21:12.937202-05:00",
    "modified": "2026-01-28T15:23:30.064911-05:00",
    "repo_forks": 1,
    "repo_description": "Yet Another Django Project Template skeleton for Django projects",
    "pypi_url": "http://pypi.python.org/pypi/django-yadpt-starter",
    "documentation_url": "",
    "repo_watchers": 28,
    "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": [
        "psychok7",
        "pslobo"
    ]
}