API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/8/?format=api"
    ],
    "id": 1529,
    "title": "Django pony forms",
    "slug": "django_pony_forms",
    "last_updated": "2021-03-26T11:51:42-04:00",
    "last_fetched": "2026-02-15T14:05:37.755473-05:00",
    "repo_url": "https://github.com/mbraak/django_pony_forms",
    "pypi_version": "1.1.0",
    "created": "2012-11-09T03:30:56.877674-05:00",
    "modified": "2026-01-28T13:34:00.042101-05:00",
    "repo_forks": 1,
    "repo_description": "Django pony forms",
    "pypi_url": "http://pypi.python.org/pypi/django_pony_forms",
    "documentation_url": "https://readthedocs.org/projects/django_pony_forms/",
    "repo_watchers": 17,
    "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": [
        "requires",
        "mbraak",
        "dependabot[bot]",
        "bitdeli-chef",
        "quantifiedcode-bot"
    ]
}