API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1406/?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/4/?format=api"
    ],
    "id": 1406,
    "title": "django-profiletools",
    "slug": "django-profiletools",
    "last_updated": "2013-02-21T20:35:41-05:00",
    "last_fetched": "2026-02-16T01:04:39.050770-05:00",
    "repo_url": "https://github.com/pydanny/django-profiletools",
    "pypi_version": "0.2.1",
    "created": "2012-08-09T10:35:38.745061-04:00",
    "modified": "2026-01-28T15:54:30.344222-05:00",
    "repo_forks": 6,
    "repo_description": "Tools for Profile models in Django.",
    "pypi_url": "http://pypi.python.org/pypi/django-profiletools",
    "documentation_url": "https://readthedocs.org/projects/django-profiletools/",
    "repo_watchers": 41,
    "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": [
        "pydanny"
    ]
}