API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/61/?format=api",
        "https://djangopackages.org/api/v4/grids/426/?format=api"
    ],
    "id": 2692,
    "title": "django12factor",
    "slug": "django12factor",
    "last_updated": "2018-12-17T17:58:15-05:00",
    "last_fetched": "2026-02-16T01:02:15.881296-05:00",
    "repo_url": "https://github.com/doismellburning/django12factor",
    "pypi_version": "1.3",
    "created": "2014-12-12T12:08:55.667036-05:00",
    "modified": "2026-01-28T15:50:08.508661-05:00",
    "repo_forks": 12,
    "repo_description": "Making Django configuration more 12factor-y",
    "pypi_url": "http://pypi.python.org/pypi/django12factor",
    "documentation_url": "https://django12factor.readthedocs.org/",
    "repo_watchers": 85,
    "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": [
        "doismellburning",
        "jdelic",
        "requires",
        "haraball",
        "lamby",
        "LEW21",
        "craiga",
        "GabLeRoux",
        "MarkusH",
        "carlio"
    ]
}