API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/434/"
    ],
    "id": 5765,
    "title": "django-linkedin-posts",
    "slug": "django-linkedin-posts",
    "last_updated": "2023-12-02T02:24:06-05:00",
    "last_fetched": "2026-02-15T09:02:05.509884-05:00",
    "repo_url": "https://github.com/ramiboutas/django-linkedin-posts",
    "pypi_version": "0.0.4",
    "created": "2023-09-07T17:28:33.009084-04:00",
    "modified": "2026-01-29T12:50:15.269931-05:00",
    "repo_forks": 0,
    "repo_description": "An app to manage Linkedin posts in a Django project",
    "pypi_url": "https://pypi.org/project/django-linkedin-posts",
    "documentation_url": "",
    "repo_watchers": 0,
    "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"
    ]
}