API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1688/
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/13/"
    ],
    "id": 1688,
    "title": "django-formapi",
    "slug": "django-formapi",
    "last_updated": "2022-04-12T09:00:55-04:00",
    "last_fetched": "2026-02-16T00:06:29.654873-05:00",
    "repo_url": "https://github.com/5monkeys/django-formapi",
    "pypi_version": "0.2.0",
    "created": "2013-02-22T04:19:38.362663-05:00",
    "modified": "2026-01-28T15:46:45.786557-05:00",
    "repo_forks": 13,
    "repo_description": "Django API creation with signed requests utilizing forms for validation.",
    "pypi_url": "http://pypi.python.org/pypi/django-formapi",
    "documentation_url": null,
    "repo_watchers": 35,
    "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": [
        "hannseman",
        "andreif",
        "Mojken",
        "lundberg",
        "reduxionist",
        "marten4"
    ]
}