API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1773/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/42/?format=api"
    ],
    "id": 1773,
    "title": "sydep",
    "slug": "sydep",
    "last_updated": "2015-07-15T02:56:21-04:00",
    "last_fetched": "2022-03-18T21:48:08.152051-04:00",
    "repo_url": "https://github.com/yetty/sydep",
    "pypi_version": "0.1.3",
    "created": "2013-04-17T02:17:36.760044-04:00",
    "modified": "2025-01-31T14:59:51.968907-05:00",
    "repo_forks": 1,
    "repo_description": "tool for deployment over rsync",
    "pypi_url": "http://pypi.python.org/pypi/sydep",
    "documentation_url": "https://readthedocs.org/projects/sydep/",
    "repo_watchers": 2,
    "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": [
        "yetty"
    ]
}