API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2553/
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/27/",
        "https://djangopackages.org/api/v4/grids/73/"
    ],
    "id": 2553,
    "title": "djangocms-minecraft",
    "slug": "djangocms-minecraft",
    "last_updated": "2014-09-07T07:18:32-04:00",
    "last_fetched": "2026-02-15T04:02:39.198512-05:00",
    "repo_url": "https://bitbucket.org/oddotterco/djangocms-minecraft",
    "pypi_version": "0.2.1",
    "created": "2014-08-29T02:41:31.438104-04:00",
    "modified": "2026-01-28T16:54:40.326510-05:00",
    "repo_forks": 0,
    "repo_description": "A set of Django plugins that will display live Minecraft server status and information within your project.",
    "pypi_url": "http://pypi.python.org/pypi/djangocms-minecraft",
    "documentation_url": "",
    "repo_watchers": 4,
    "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": [
        "oddotterco"
    ]
}