API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/61/"
    ],
    "id": 2247,
    "title": "django-easysettings",
    "slug": "django-easysettings",
    "last_updated": "2019-08-10T10:10:00-04:00",
    "last_fetched": "2026-02-15T18:08:11.085057-05:00",
    "repo_url": "https://github.com/SmileyChris/django-easysettings",
    "pypi_version": "2.0.1",
    "created": "2014-03-01T06:26:01.364830-05:00",
    "modified": "2026-01-28T14:27:58.153518-05:00",
    "repo_forks": 2,
    "repo_description": "Easy app-specific settings for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-easysettings",
    "documentation_url": "",
    "repo_watchers": 15,
    "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": [
        "SmileyChris"
    ]
}