API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5761/?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/434/?format=api"
    ],
    "id": 5761,
    "title": "django-tweets",
    "slug": "django-tweets",
    "last_updated": "2023-09-10T09:33:43-04:00",
    "last_fetched": "2026-02-15T09:02:04.549561-05:00",
    "repo_url": "https://github.com/ramiboutas/django-tweets",
    "pypi_version": "0.0.9",
    "created": "2023-08-30T01:41:30.771586-04:00",
    "modified": "2026-01-29T12:50:13.178058-05:00",
    "repo_forks": 0,
    "repo_description": "An app to manage tweets in a Django project.",
    "pypi_url": "https://pypi.org/project/django-tweets",
    "documentation_url": "https://github.com/ramiboutas/django-tweets#readme",
    "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": [
        "ramibch"
    ]
}