API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3095/?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/10/?format=api",
        "https://djangopackages.org/api/v4/grids/73/?format=api"
    ],
    "id": 3095,
    "title": "djangocms-fbcomments",
    "slug": "djangocms-fbcomments",
    "last_updated": "2015-09-28T04:27:20-04:00",
    "last_fetched": "2026-02-15T11:03:50.229846-05:00",
    "repo_url": "https://github.com/mishbahr/djangocms-fbcomments",
    "pypi_version": "0.1.1",
    "created": "2015-09-27T16:38:12.241072-04:00",
    "modified": "2026-01-28T13:08:06.988223-05:00",
    "repo_forks": 1,
    "repo_description": "The easiest way to integrate Facebook Comments for your django-cms powered site with lazy-loading, analytics and more.",
    "pypi_url": "http://pypi.python.org/pypi/djangocms-fbcomments",
    "documentation_url": "",
    "repo_watchers": 6,
    "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": [
        "mishbahr"
    ]
}