API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1694/?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/7/?format=api"
    ],
    "id": 1694,
    "title": "django-sesame",
    "slug": "django-sesame",
    "last_updated": "2026-01-05T16:29:08-05:00",
    "last_fetched": "2026-02-15T17:05:20.581041-05:00",
    "repo_url": "https://github.com/aaugustin/django-sesame",
    "pypi_version": "3.2.3",
    "created": "2013-02-24T09:27:46.404383-05:00",
    "modified": "2026-01-28T14:02:02.057454-05:00",
    "repo_forks": 58,
    "repo_description": "\"Magic Links\" - URLs with authentication tokens for one-click login",
    "pypi_url": "http://pypi.python.org/pypi/django-sesame",
    "documentation_url": "https://django-sesame.readthedocs.io/",
    "repo_watchers": 1029,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        3,
        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,
        2,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "aaugustin",
        "adamchainz",
        "megagator",
        "jacebrowning",
        "carltongibson",
        "hannseman",
        "rupertbaker",
        "frankie567",
        "mitchelljkotler",
        "pfouque",
        "sblondon",
        "thuibr",
        "pjsier",
        "reallinfo"
    ]
}