API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3094/?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/103/?format=api",
        "https://djangopackages.org/api/v4/grids/146/?format=api"
    ],
    "id": 3094,
    "title": "django-feedback-form",
    "slug": "django-feedback-form",
    "last_updated": "2015-10-07T06:41:50-04:00",
    "last_fetched": "2016-07-24T13:22:27.887231-04:00",
    "repo_url": "https://github.com/bashu/django-feedback-form",
    "pypi_version": "0.1.8",
    "created": "2015-09-27T00:29:01.736567-04:00",
    "modified": "2025-01-31T14:58:28.207303-05:00",
    "repo_forks": 1,
    "repo_description": "Simple feedback-form application for Django",
    "pypi_url": "",
    "documentation_url": "https://github.com/bashu/django-feedback-form/blob/develop/README.rst",
    "repo_watchers": 1,
    "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": [
        "bashu"
    ]
}