Videos
Search

Search for media entities using rule triplets

Provide operator plus one or more rule triplets. At minimum, rule_1, rule_1_operator, rule_1_input are required. Additional rules may be supplied as rule_2, rule_2_operator, rule_2_input, etc.

get/videos/search

Query parameters

operator'and' | 'or' required

and, or (whether to match one rule or all)

randomboolean

0, 1 (random order of results; default to 0)

offsetinteger

Return results starting from this index position

limitinteger

Maximum number of results to return

rule_1string required

Rule field/key for rule 1

rule_1_operatorstring required

Operator for rule 1

rule_1_inputstring required

Input value for rule 1

rule_2string

Rule field/key for rule 2

rule_2_operatorstring

Operator for rule 2

rule_2_inputstring

Input value for rule 2

rule_3string

Rule field/key for rule 3

rule_3_operatorstring

Operator for rule 3

rule_3_inputstring

Input value for rule 3

Response

Search results

total_countinteger required
md5string required

Changes

Changed in 10 of the 46 revisions of this API.514

    • added the required property video/items/catalog to the response with the 200 status

      response-required-property-added

    • added the required property video/items/last_played to the response with the 200 status

      response-required-property-added

  • e8e6b266ea2924See the full diff
    • for the query request parameter limit, default value 50 was removed

      request-parameter-default-value-removed

    • for the query request parameter offset, default value 0 was removed

      request-parameter-default-value-removed

    • api operation id video-search removed and replaced with searchVideos

      api-operation-id-removed

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added

    • added the required property md5 to the response with the 200 status

      response-required-property-added

    • added the required property total_count to the response with the 200 status

      response-required-property-added

    • added the required property video to the response with the 200 status

      response-required-property-added

    • removed the media type application/json for the response with the status 200

      response-media-type-removed

    • removed the media type application/json for the response with the status 400

      response-media-type-removed

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the media type application/json for the response with the status 200

      response-media-type-added

    • added the media type application/json for the response with the status 400

      response-media-type-added

    • api tag Search added

      api-tag-added

    • api tag Videos added

      api-tag-added

    • endpoint added

      endpoint-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api path removed without deprecation

      api-path-removed-without-deprecation