API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4430/?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/24/?format=api"
    ],
    "id": 4430,
    "title": "DjForum",
    "slug": "forum",
    "last_updated": "2019-10-01T05:08:18-04:00",
    "last_fetched": "2026-02-15T04:10:34.648274-05:00",
    "repo_url": "https://bitbucket.org/agmorev/djforum",
    "pypi_version": "0.2.6",
    "created": "2019-10-01T05:10:35.851178-04:00",
    "modified": "2026-01-31T10:48:38.816727-05:00",
    "repo_forks": 0,
    "repo_description": "Simple forum for those who learns Django framework. Includes: custom user model, authorizing by email, profile, using of flatpages, news parsing example, forum with topics, posts and two-levels of comments, counting of views, likes, posts in topic.",
    "pypi_url": "http://pypi.python.org/pypi/master",
    "documentation_url": "",
    "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": [
        "agmorev"
    ]
}