API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2267/?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/139/?format=api"
    ],
    "id": 2267,
    "title": "django-heythere",
    "slug": "django-heythere",
    "last_updated": "2014-06-30T21:49:37-04:00",
    "last_fetched": "2026-02-16T01:04:56.095899-05:00",
    "repo_url": "https://github.com/brack3t/django-heythere",
    "pypi_version": "1.0.1",
    "created": "2014-03-10T10:27:56.324883-04:00",
    "modified": "2026-01-28T15:55:02.764763-05:00",
    "repo_forks": 5,
    "repo_description": "App to handle creating notifications for users both on-site and in email.",
    "pypi_url": "http://pypi.python.org/pypi/django-heythere",
    "documentation_url": "https://readthedocs.org/projects/django-heythere",
    "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": [
        "kennethlove",
        "jnns"
    ]
}