API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/146/"
    ],
    "id": 1319,
    "title": "django-contato",
    "slug": "django-contato",
    "last_updated": "2015-07-16T15:29:22-04:00",
    "last_fetched": "2026-02-15T11:00:47.837839-05:00",
    "repo_url": "https://bitbucket.org/semente/django-contato",
    "pypi_version": "0.3.3",
    "created": "2012-05-22T13:13:11.736856-04:00",
    "modified": "2026-01-28T13:02:03.315120-05:00",
    "repo_forks": 1,
    "repo_description": "Contact application for Django projects",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 4,
    "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": [
        "semente"
    ]
}