API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1544/
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/117/"
    ],
    "id": 1544,
    "title": "django-goto-url",
    "slug": "django-goto-url",
    "last_updated": "2016-09-30T09:43:20-04:00",
    "last_fetched": "2026-02-15T14:03:11.937558-05:00",
    "repo_url": "https://github.com/adw0rd/django-goto-url",
    "pypi_version": "0.3",
    "created": "2012-11-16T15:56:30.475496-05:00",
    "modified": "2026-01-28T13:29:52.492570-05:00",
    "repo_forks": 2,
    "repo_description": "Wraps external links in base64 and relocate on the special View, later redirect to source URL",
    "pypi_url": "http://pypi.python.org/pypi/django-goto-url",
    "documentation_url": null,
    "repo_watchers": 7,
    "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": [
        "adw0rd"
    ]
}