API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4229/?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/243/?format=api"
    ],
    "id": 4229,
    "title": "django-shared-schema-tenants",
    "slug": "django-shared-schema-tenants",
    "last_updated": "2018-07-24T06:25:15-04:00",
    "last_fetched": "2026-02-16T01:05:14.779969-05:00",
    "repo_url": "https://github.com/hugobessa/django-shared-schema-tenants",
    "pypi_version": "0.1.0",
    "created": "2018-09-26T04:28:36.418487-04:00",
    "modified": "2026-01-28T15:55:18.271232-05:00",
    "repo_forks": 9,
    "repo_description": "A lib to help in the creation of shared schema multi tenants applications without suffering",
    "pypi_url": "http://pypi.python.org/pypi/django-shared-schema-tenants",
    "documentation_url": "",
    "repo_watchers": 22,
    "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": [
        "hugobessa"
    ]
}