Fetch scripts
Endpoints
Fetch scripts
List and filter the catalogue.
GET
Fetch scripts
The workhorse endpoint. Returns a paginated, filterable, sortable list of live scripts. With no parameters it returns the most recently updated scripts (the “home feed”).
Query parameters
Page number (ignored when
cursor is set).Results per page. Max 20 anonymous, 100 with a key.
Opaque keyset cursor from
meta.nextCursor for stable deep paging.One of
views, likeCount, dislikeCount, createdAt, updatedAt, score, accuracy.asc or desc.free or paid.Filter by key system.
Filter by universal (not tied to a game).
Verified-creator scripts only.
Filter by patched state.
Filter by creator username.
Filter by Roblox place id.
Filter by game name (exact, case-insensitive).
Filter by tag.
Filter by UI library (e.g.
Rayfield).direct or sirius.Only scripts with at least this many 30-day views.
Only scripts with a custom thumbnail.
Exclude a specific script id.
Unix seconds or ISO 8601 — only scripts updated since.
Comma-separated sparse fieldset (e.g.
id,title,loadstring).Response
Array of Script objects.
Pagination — see Pagination.