API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/16/",
        "https://djangopackages.org/api/v4/grids/138/"
    ],
    "id": 257,
    "title": "Django ajax-selects",
    "slug": "ajax-selects",
    "last_updated": "2024-09-14T08:28:50-04:00",
    "last_fetched": "2026-02-15T04:07:05.697910-05:00",
    "repo_url": "https://github.com/crucialfelix/django-ajax-selects",
    "pypi_version": "3.0.3",
    "created": "2010-09-12T13:25:13.760160-04:00",
    "modified": "2026-01-28T17:00:53.762680-05:00",
    "repo_forks": 242,
    "repo_description": "jQuery UI-powered auto-complete fields for ForeignKey, ManyToMany and text fields",
    "pypi_url": "http://pypi.python.org/pypi/django-ajax-selects",
    "documentation_url": "https://django-ajax-selects.readthedocs.io/en/latest/",
    "repo_watchers": 825,
    "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": [
        "crucialfelix",
        "sjrd",
        "morr0350",
        "jmerdich",
        "Cabalist",
        "theunraveler",
        "artscoop",
        "buriy",
        "sebslomski",
        "zvolsky",
        "gertingold",
        "jmfederico",
        "andyzickler",
        "sourcefilter",
        "squidsoup",
        "leogout",
        "mzdeb",
        "madison-ookla",
        "nwp90",
        "onyekaa",
        "jellonek",
        "rlskoeser",
        "skrzypek",
        "teelee7133",
        "tlangens",
        "xbello",
        "zablotski",
        "alligatortower",
        "hwkns",
        "karlmoritz",
        "joshblum",
        "jimmy0017",
        "kramarz",
        "SukiCZ",
        "hdzierz",
        "gthb",
        "funkyfuture",
        "cormier",
        "camillobruni",
        "caiocarrara",
        "artursmet",
        "chozabu",
        "AlexHill"
    ]
}