ScriptBloxAPI 1.0.0
See the version list below for details.
dotnet add package ScriptBloxAPI --version 1.0.0
NuGet\Install-Package ScriptBloxAPI -Version 1.0.0
<PackageReference Include="ScriptBloxAPI" Version="1.0.0" />
<PackageVersion Include="ScriptBloxAPI" Version="1.0.0" />
<PackageReference Include="ScriptBloxAPI" />
paket add ScriptBloxAPI --version 1.0.0
#r "nuget: ScriptBloxAPI, 1.0.0"
#:package ScriptBloxAPI@1.0.0
#addin nuget:?package=ScriptBloxAPI&version=1.0.0
#tool nuget:?package=ScriptBloxAPI&version=1.0.0
Scripts Methods
!!! Info This is Unofficial and a fan made project, do not ask ScriptBlox for support.
GetScriptFromScriptbloxId
Retrieves a script from Scriptblox based on the provided Scriptblox ID.
Script GetScriptFromScriptbloxId(string bloxId)
Parameters
bloxId(string): The Scriptblox ID of the script to retrieve.Return Value
Script: The script retrieved from the API, or a default script if the retrieval fails or the data is invalid.
GetFrontPageScripts
Retrieves a list of scripts from the front page based on the provided page number.
List<Script> GetFrontPageScripts(int pageNumber = 1)
Parameters
pageNumber(int, optional): The page number of the front page scripts (default is 1).Return Value
List<Script>: A list ofScriptobjects representing the scripts from the front page.
GetScriptsFromPageNumber
Retrieves a list of scripts from the front page based on the provided page number.
List<Script> GetScriptsFromPageNumber(int pageNumber = 1)
Parameters
pageNumber(int, optional): The page number of the front page scripts (default is 1).Return Value
List<Script>: A list ofScriptobjects representing the scripts from the front page.
GetScriptsFromQuery
Retrieves a list of scripts from Scriptblox based on the provided search query and maximum results.
List<Script> GetScriptsFromQuery(string searchQuery, int maxResults = 20)
Parameters
searchQuery(string): The search query to filter the scripts.maxResults(int, optional): The maximum number of results to retrieve (default is 20).Return Value
List<Script>: A list ofScriptobjects representing the scripts matching the search query.
GetScriptsFromUser
Retrieves a list of scripts from the front page based on the provided page number.
List<Script> GetScriptsFromUser(string username)
Parameters
pageNumber(int, optional): The page number of the front page scripts (default is 1).Return Value
List<Script>: A list ofScriptobjects representing the scripts owned by the user.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- Newtonsoft.Json (>= 13.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 6.3.1 | 244 | 8/9/2025 | |
| 6.3.0 | 176 | 7/19/2025 | |
| 6.2.0 | 418 | 4/9/2025 | |
| 6.0.1 | 311 | 4/7/2025 | |
| 6.0.0 | 331 | 4/7/2025 | |
| 5.0.2 | 834 | 8/23/2023 | |
| 5.0.1 | 357 | 8/21/2023 | |
| 5.0.0 | 364 | 8/19/2023 | |
| 4.0.5 | 424 | 6/3/2023 | |
| 4.0.4 | 359 | 5/25/2023 | |
| 4.0.3 | 367 | 5/24/2023 | |
| 4.0.2 | 414 | 5/24/2023 | |
| 4.0.1 | 451 | 5/24/2023 | |
| 4.0.0 | 444 | 5/23/2023 | |
| 3.0.0 | 459 | 5/22/2023 | |
| 2.0.0 | 429 | 5/22/2023 | |
| 1.0.0 | 453 | 5/22/2023 |
Initial Release.