API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/514/
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/10/",
        "https://djangopackages.org/api/v4/grids/138/"
    ],
    "id": 514,
    "title": "django-ajaxcomments",
    "slug": "django-ajaxcomments",
    "last_updated": "2009-11-11T07:36:55-05:00",
    "last_fetched": "2026-02-15T01:04:31.920510-05:00",
    "repo_url": "https://bitbucket.org/bkonkle/django-ajaxcomments/",
    "pypi_version": "0.2",
    "created": "2010-11-30T13:36:50.148286-05:00",
    "modified": "2026-01-28T16:14:12.039652-05:00",
    "repo_forks": 4,
    "repo_description": "DEPRECATED: This app is no longer maintained and is not thread safe. It was formerly a reusable app to simplify the implementation of an Ajax interface for comments and reduce the amount of repetition needed for using the feature across multiple sites.",
    "pypi_url": "http://pypi.python.org/pypi/django-ajaxcomments",
    "documentation_url": null,
    "repo_watchers": 33,
    "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": [
        "bkonkle"
    ]
}