API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/194/?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/27/?format=api",
        "https://djangopackages.org/api/v4/grids/112/?format=api"
    ],
    "id": 194,
    "title": "Django SMS Gateway",
    "slug": "django-sms-gateway",
    "last_updated": "2015-05-12T15:18:01-04:00",
    "last_fetched": "2026-02-15T07:01:22.322378-05:00",
    "repo_url": "https://bitbucket.org/schinckel/django-sms-gateway/",
    "pypi_version": null,
    "created": "2010-09-03T06:09:21.212031-04:00",
    "modified": "2026-01-29T12:40:33.095020-05:00",
    "repo_forks": 10,
    "repo_description": "Send (and receive) SMS through a web gateway.\r\n\r\nRequires an account with a gateway company.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 14,
    "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": [
        "schinckel"
    ]
}