API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/595/?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/5/?format=api"
    ],
    "id": 595,
    "title": "django-authorizenet",
    "slug": "django-authorizenet",
    "last_updated": "2013-07-28T00:17:49-04:00",
    "last_fetched": "2026-02-16T03:05:43.373166-05:00",
    "repo_url": "https://github.com/zen4ever/django-authorizenet",
    "pypi_version": "2.0",
    "created": "2011-01-20T20:50:21.423290-05:00",
    "modified": "2026-01-28T16:16:09.434144-05:00",
    "repo_forks": 33,
    "repo_description": "Django and Authorize.NET payment gateway integration",
    "pypi_url": "http://pypi.python.org/pypi/django-authorizenet",
    "documentation_url": "https://readthedocs.org/projects/django-authorizenet/",
    "repo_watchers": 86,
    "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": [
        "treyhunner",
        "andrew-kurin",
        "chrislawlor",
        "kvnn",
        "patrys",
        "paluh",
        "ikks",
        "sirex"
    ]
}