Skip to main content

Get summary

GET 

/

Only the latest 10 latest, news, and comments will be returned.

Request

Query Parameters

    filter_res_height integer

    Filter wallpaper resolutions by height

    filter_res_operator string

    Possible values: [=, >, >=, <, <=]

    Default value: >=

    Overrides 'operator_height' and 'operator_width'

    filter_res_operator_height string

    Possible values: [=, >, >=, <, <=]

    Default value: >=

    Defaults to 'filter_res_operator' value

    filter_res_operator_width string

    Possible values: [=, >, >=, <, <=]

    Default value: >=

    Defaults to 'filter_res_operator' value

    filter_res_width integer

    Filter wallpaper resolutions by width

    show_comments boolean

    default: false

    show_galleries boolean

    Default value: true

    show_latest boolean

    Default value: true

    show_news boolean

    Default value: true

    show_pickle_jar boolean

    default: false

    show_resolutions boolean

    Default value: true

    show_years boolean

    Default value: true

Responses

Successful response

Schema

    db_core

    object

    The structure of all possible data include in the response. Not everything documented for db_core will always appear.

    timestamp integer

    endpoints

    object

    Endpoints to be used with all paths.* values

    api string

    Endpoint prefix for all paths.api values

    image string

    Endpoint prefix for all paths.image values

    thumb string

    Endpoint prefix for all paths.thumb values

    web string

    Endpoint prefix for all paths.web values

    request

    object

    The request data

    body object

    Contains the data provided within the body (POST) request.

    params object

    Contains the variables provided within the path/route.

    query object

    Contains the data provided within the query (GET) request.

    total_pages integer

    This value will appear in a pagination query to represent the maximum value for page

    db_data

    object

    wallpapers

    object[]

    Map of wallpaper objects, with each key being the wallpaper_id value for easy reference.

  • Array [

  • id integer

    Object ID

    all_free boolean

    Identifies if all resolutions of the wallpaper are available for users who have a membership, free or paid.

    comments

    object[]

    Array of comment objects

  • Array [

  • id integer

    Object ID

    author_id integer

    User ID of the comment author

    author_display string

    Display name of comment author

    content string

    Comment content

    rating integer

    Possible values: >= 1 and <= 5

    timestamp integer
  • ]

  • content string

    Wallpaper content / description.

    free boolean

    Identifies if certain designated free resolutions of the wallpaper are available for users who have a membership, free or paid.

    name string

    Name/title of the wallpaper

    paths

    object

    api string

    Path to use with the db_core.endpoints.api

    thumb string

    Path to use with the db_core.endpoints.thumb

    web string

    Path to use with the db_core.endpoints.web

    pickle_jar

    object

    Pickle jar information.

    • children: Array of wallpaper IDs will only appear when is_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 if is_parent is false

    • siblings:: Array of wallpaper IDs will only appear when is_parent is false

    children integer[]
    is_parent boolean
    parent_id integer
    siblings integer[]
    rating float

    Average user rating for the wallpaper, between 1 and 5.

    resolutions

    object

    dual

    object[]

  • Array [

  • label string
    width integer
    height integer
    image string
  • ]

  • mobile

    object[]

  • Array [

  • label string
    width integer
    height integer
    image string
  • ]

  • single

    object[]

  • Array [

  • label string
    width integer
    height integer
    image string
  • ]

  • thumbnail

    object[]

  • Array [

  • label string
    width integer
    height integer
    image string
  • ]

  • triple

    object[]

  • Array [

  • label string
    width integer
    height integer
    image string
  • ]

  • sku string

    The unique alphanumeric identifier for a wallpaper

    tags string[]

    Array of tag strings

    timestamp integer
  • ]

  • summary

    object

    galleries

    object[]

  • Array [

  • id integer

    Object ID

    name string

    Name/title of the gallery

    paths

    object

    api string

    Path to use with the db_core.endpoints.api

    thumb string

    Path to use with the db_core.endpoints.thumb

    web string

    Path to use with the db_core.endpoints.web

  • ]

  • latest integer[]

    Array of wallpaper ids to be referenced in the db_data.wallpapers key index.

    news

    object[]

    Array of recent news post objects

  • Array [

  • id integer

    Object ID

    content string

    News post content.

    paths

    object

    api string

    Path to use with the db_core.endpoints.api

    web string

    Path to use with the db_core.endpoints.web

    timestamp integer
    title string

    Title of the news post.

    wallpaper_id integernullable

    Wallpaper ID

  • ]

  • years

    object[]

  • Array [

  • id integer

    Object ID

    name integer

    The year

    paths

    api string

    Path to use with the db_core.endpoints.api

    thumb string

    Path to use with the db_core.endpoints.thumb

    web string

    Path to use with the db_core.endpoints.web

  • ]

Loading...