API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1066/
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": 1066,
    "title": "django-contactme",
    "slug": "django-contactme",
    "last_updated": "2016-07-08T08:08:26-04:00",
    "last_fetched": "2026-02-15T04:04:28.494919-05:00",
    "repo_url": "https://github.com/danirus/django-contactme",
    "pypi_version": "1.3.0",
    "created": "2011-12-13T05:36:10.944453-05:00",
    "modified": "2026-01-28T16:57:06.087389-05:00",
    "repo_forks": 4,
    "repo_description": "Reusable django contact form app that hits the DB when users confirm their email addresses.",
    "pypi_url": "http://pypi.python.org/pypi/django-contactme",
    "documentation_url": "https://pythonhosted.org/django-contactme/",
    "repo_watchers": 14,
    "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": [
        "danirus",
        "jmaupetit"
    ]
}