getCoreSearchAll
GET/search
Only the latest 10 comments
will be returned per item.
Request
Query Parameters
default: false
Default value: true
Default value: true
Default value: true
Possible values: >= 1
and <= 50
Default value: 10
Possible values: >= 1
Default value: 1
Responses
- 200
- 400
- 401
Successful response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Array [
Array [
]
-
children
: Array of wallpaper IDs will only appear whenis_parent
is true -
is_parent
: Designates if this is the parent item of pickle jar wallpapers -
parent_id
: The ID of the parent item. This will only appear ifis_parent
is false -
siblings:
: Array of wallpaper IDs will only appear whenis_parent
is false Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
]
db_core
object
The structure of all possible data include in the response. Not everything documented for db_core
will always appear.
endpoints
object
Endpoints to be used with all paths.*
values
Endpoint prefix for all paths.api
values
Endpoint prefix for all paths.image
values
Endpoint prefix for all paths.thumb
values
Endpoint prefix for all paths.web
values
request
object
The request data
Contains the data provided within the body (POST) request.
Contains the variables provided within the path/route.
Contains the data provided within the query (GET) request.
This value will appear in a pagination query to represent the maximum value for page
news
object[]
Array of news post objects
Object ID
News post content.
paths
object
Path to use with the db_core.endpoints.api
Path to use with the db_core.endpoints.web
Title of the news post.
Wallpaper ID
wallpapers
object[]
Map of wallpaper objects, with each key being the wallpaper_id
value for easy reference.
Object ID
Identifies if all resolutions of the wallpaper are available for users who have a membership, free or paid.
comments
object[]
Array of comment objects
Object ID
User ID of the comment author
Display name of comment author
Comment content
Possible values: >= 1
and <= 5
Wallpaper content / description.
Identifies if certain designated free resolutions of the wallpaper are available for users who have a membership, free or paid.
Name/title of the wallpaper
paths
object
Path to use with the db_core.endpoints.api
Path to use with the db_core.endpoints.thumb
Path to use with the db_core.endpoints.web
pickle_jar
object
Pickle jar information.
Average user rating for the wallpaper, between 1 and 5.
resolutions
object
dual
object[]
mobile
object[]
single
object[]
thumbnail
object[]
triple
object[]
The unique alphanumeric identifier for a wallpaper
Array of tag strings
{
"db_core": {
"timestamp": 0,
"endpoints": {
"api": "https://api.digitalblasphemy.com/v2/core",
"image": "https://isekai.digitalblasphemy.com",
"thumb": "https://cdn.digitalblasphemy.com",
"web": "https://digitalblasphemy.com"
},
"request": {
"body": {},
"params": {},
"query": {}
},
"total_pages": 0
},
"news": [
{
"id": 0,
"content": "string",
"paths": {
"api": "/wallpaper/0",
"web": "string"
},
"timestamp": 0,
"title": "string",
"wallpaper_id": 0
}
],
"wallpapers": {}
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
Array of error message strings
{
"code": 0,
"description": "string",
"errors": [
"string"
]
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
{
"code": 0,
"description": "string"
}