API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2920/?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/49/?format=api"
    ],
    "id": 2920,
    "title": "django-kway",
    "slug": "django-kway",
    "last_updated": "2017-03-16T05:50:58-04:00",
    "last_fetched": "2022-03-18T21:48:06.057881-04:00",
    "repo_url": "https://github.com/fabiocaccamo/django-kway",
    "pypi_version": "0.1.9",
    "created": "2015-05-29T13:20:49.935635-04:00",
    "modified": "2025-01-31T14:58:40.474125-05:00",
    "repo_forks": 1,
    "repo_description": "django-kway is an alternative to django gettext catalog with admin integration.",
    "pypi_url": "http://pypi.python.org/pypi/django-kway",
    "documentation_url": "https://github.com/fabiocaccamo/django-kway/",
    "repo_watchers": 11,
    "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": [
        "fabiocaccamo"
    ]
}