API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3166/?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/58/?format=api"
    ],
    "id": 3166,
    "title": "django-unixtimestampfield",
    "slug": "django-unixtimestampfield",
    "last_updated": "2025-12-01T19:49:47-05:00",
    "last_fetched": "2026-02-15T17:20:31.500675-05:00",
    "repo_url": "https://github.com/myyang/django-unixtimestampfield",
    "pypi_version": "1.0.3",
    "created": "2015-12-22T23:43:40.601972-05:00",
    "modified": "2026-01-28T14:17:02.172667-05:00",
    "repo_forks": 6,
    "repo_description": "Django's unix timestamp (POSIX type) field",
    "pypi_url": "http://pypi.python.org/pypi/django-unixtimestampfield",
    "documentation_url": "",
    "repo_watchers": 19,
    "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,
        4,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "myyang",
        "bducraux",
        "techunits"
    ]
}