API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/3/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/215/?format=api"
    ],
    "id": 4291,
    "title": "django_schema",
    "slug": "django_schema",
    "last_updated": "2019-04-07T01:24:30-04:00",
    "last_fetched": "2026-02-16T04:02:34.845764-05:00",
    "repo_url": "https://github.com/bkawan/django_schema",
    "pypi_version": "0.1",
    "created": "2019-01-30T00:44:45.333728-05:00",
    "modified": "2026-01-28T16:20:48.331162-05:00",
    "repo_forks": 2,
    "repo_description": "This package will convert django models to json schema for html forms for the frontend. It can be helpful while create web app with frontend library/frameworks such as Vue, React, Angular etc.",
    "pypi_url": "http://pypi.python.org/pypi/django_schema",
    "documentation_url": "",
    "repo_watchers": 9,
    "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": [
        "bkawan"
    ]
}