API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4300/?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/59/?format=api"
    ],
    "id": 4300,
    "title": "django-simple-perms",
    "slug": "django-simple_perms",
    "last_updated": "2024-01-02T20:43:17-05:00",
    "last_fetched": "2026-01-27T16:49:01.686278-05:00",
    "repo_url": "https://bitbucket.org/hespul/django-simple_perms",
    "pypi_version": "1.2.0",
    "created": "2019-02-14T08:05:27.933756-05:00",
    "modified": "2026-01-27T16:49:01.691727-05:00",
    "repo_forks": 1,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/django-simple_perms",
    "documentation_url": "https://bitbucket.org/hespul/django-simple_perms/src/master/README.md",
    "repo_watchers": 2,
    "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": [
        "hespul"
    ]
}