API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/838/?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/28/?format=api",
        "https://djangopackages.org/api/v4/grids/15/?format=api"
    ],
    "id": 838,
    "title": "django-trawler",
    "slug": "django-trawler",
    "last_updated": "2011-07-07T09:26:31-04:00",
    "last_fetched": "2026-02-15T02:04:39.742988-05:00",
    "repo_url": "https://bitbucket.org/onelson/django-trawler",
    "pypi_version": "0.1a",
    "created": "2011-06-21T17:44:00.219272-04:00",
    "modified": "2026-01-28T16:22:44.427089-05:00",
    "repo_forks": 1,
    "repo_description": "This app is used to send out phishing emails and collect data on which recipients acted on them. This is not malicious, it's for staff training with regards to phishing.\r\n\r\nDocs: http://django-trawler.readthedocs.org",
    "pypi_url": "http://pypi.python.org/pypi/django-trawler",
    "documentation_url": "https://readthedocs.org/projects/django-trawler/",
    "repo_watchers": 3,
    "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": [
        "onelson"
    ]
}