API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1563/?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/156/?format=api"
    ],
    "id": 1563,
    "title": "rapidsms-twilio",
    "slug": "rapidsms-twilio",
    "last_updated": "2015-09-24T09:04:28-04:00",
    "last_fetched": "2026-05-26T09:03:43.889039-04:00",
    "repo_url": "https://github.com/caktus/rapidsms-twilio",
    "pypi_version": null,
    "created": "2012-11-26T13:17:24.446504-05:00",
    "modified": "2026-01-28T13:21:45.225914-05:00",
    "repo_forks": 13,
    "repo_description": "RapidSMS Twilio Backend",
    "pypi_url": "",
    "documentation_url": "https://readthedocs.org/projects/rapidsms-twilio/",
    "repo_watchers": 22,
    "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": [
        "copelco",
        "vkurup",
        "mlavin",
        "czue",
        "lsgunth"
    ]
}