API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1764/
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": 1764,
    "title": "django-flexisettings",
    "slug": "django-flexisettings",
    "last_updated": "2019-11-18T23:39:17-05:00",
    "last_fetched": "2026-02-16T00:04:54.965052-05:00",
    "repo_url": "https://github.com/hrbonz/django-flexisettings",
    "pypi_version": "0.3.1",
    "created": "2013-04-11T00:09:00.186796-04:00",
    "modified": "2026-01-28T15:44:10.000363-05:00",
    "repo_forks": 3,
    "repo_description": "Django flexible settings with running environment support, separate security files and project layout detection.",
    "pypi_url": "http://pypi.python.org/pypi/django-flexisettings",
    "documentation_url": "https://readthedocs.org/projects/django-flexisettings/",
    "repo_watchers": 43,
    "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": [
        "hrbonz",
        "PeterRistCMS"
    ]
}