API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4014/?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/344/?format=api"
    ],
    "id": 4014,
    "title": "django-apiblueprint-view",
    "slug": "django-apiblueprint-view",
    "last_updated": "2026-02-15T08:08:24-05:00",
    "last_fetched": "2026-02-15T21:01:37.710541-05:00",
    "repo_url": "https://github.com/chris48s/django-apiblueprint-view",
    "pypi_version": "3.0.1",
    "created": "2017-12-02T07:10:33.756288-05:00",
    "modified": "2026-01-28T15:04:45.109443-05:00",
    "repo_forks": 1,
    "repo_description": "📚 Render API Blueprints on-the-fly using Django templates",
    "pypi_url": "http://pypi.python.org/pypi/django-apiblueprint-view",
    "documentation_url": "https://github.com/chris48s/django-apiblueprint-view/blob/master/README.md",
    "repo_watchers": 16,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        6,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        3,
        0,
        0,
        2,
        0,
        0,
        17,
        2,
        8,
        11,
        4,
        0,
        3,
        7,
        5,
        0,
        1,
        3,
        6,
        0,
        2,
        4,
        0,
        3,
        2,
        4,
        4
    ],
    "participants": [
        "chris48s",
        "dependabot[bot]",
        "dependabot-preview[bot]"
    ]
}