List VideosAsk AIget https://api.zype.com/videosRetrieve a list of videos from your libraryQuery ParamsidstringFilter records by ID Example: id=5992f328ce593000ef000008qstringFilters by keyword, title, source id, id, zobject titleactivestring | nullenumFilter by active, inactive, or all. If excluded, query will default to 'true'truefalseallAllowed:truefalseallfriendly_titlestringFilter records by friendly titlesource_idstringFilter records by source identifieron_airbooleanFilter records that are either on or off airtruefalselive_eventbooleanFilter records that are live eventstruefalsevideo_source_typestringFilter records by video source type. Multiple types can be provided by passing a comma-separated list. Examples: zype, hulu, youtube, crunchyrollcrunchyroll_idstringFilter records by Crunchyroll IDvimeo_idstringFilter records by Vimeo IDyoutube_idstringFilter records by YouTube IDhulu_idstringFilter records by Hulu IDmature_contentbooleanFilter records flagged as maturetruefalseparental_guidelines_ratingstring | nullenumParental guidance rating of the videotv-ytv-y7tv-y7_fvtv-gtv-pgtv-14tv-magpgpg-13rnc-17101213141618laaabb15cdnot_ratedtv-15-17tv-aoatpShow 29 enum valuesdptbooleanFilter records by Dynamic Player Technology conditions (Geo-location and device restrictions). If set to true this will return videos that are playable from your location/device.truefalsecreated_atstringFilter records by created date using times in ISO8601 format (Example: 2017-01-01T00:00:00-00:00) or Unix timestamps (Example: 1483228800) Note: Range filters can be applied by adding a suffix: ‘.gt’, ‘.gte’, ‘.lt’, ‘lte’ (Example: created_at.gte)published_atdateFilter records by published date using times in ISO8601 format Example: 2017-01-01T00:00:00-00:00 or Unix timestamps 1483228800. Note: Range filters can be applied by adding a suffix: .gt, .gte, .lt, .lte Example: published_at.gte=2017-01-01T00:00:00-00:00categoryobjectFilter records that match all category values listed. Example: category[genre][]=comedy&category[language][]=english Matches all playlists having ALL of the category name/value pairs listed.category objectcategory_orobjectFilter records that match any category values listed. Example: category_or[genre][]=comedy&category_or[language][]=english Matches all playlists that have ANY of the category name/value pairs listed.category_or objectcategory_andobjectFilter records that match all category values listed. Example: category[genre][]=comedy&category[language][]=english Matches all playlists having ALL of the category name/value pairs listed.category_and objectzobject_idarray of stringsFilter records that match any of the Zobject IDs listedzobject_idADD stringzobject_id_orarray of stringsFilter records that match any of the Zobject IDs listedzobject_id_orADD stringzobject_id_andarray of stringsFilter records that match all of the Zobject IDs listedzobject_id_andADD stringzobject_detailsbooleanSetting to true will display the full Zobject details, including any custom attributes, for each video record returned in your query.truefalsezobject_typesstringFilter zobject details by Zobject type. Example: zobject_types=episode,seasonzobject_fieldsstringFilter returned zobject fields. Example: zobject_fields=title,descriptioninclude_related_videosbooleanWhen it's set to true, it will include the related videos in the API responsetruefalseexpand_related_videosbooleanWhen it's set to true along with the include_related_videos flag, the API response will also include the data of linked videos appart from the target one.truefalseresponse_fieldsstringFilter returned fields. Example: response_fields=id,title,descriptionorderstringenumFilter by ascending or descending orderascdescAllowed:ascdescsortstringSort on the specified fieldpageintegerPage number to return, with per_page dictating page sizeper_pageintegerNumber of records to return per pageResponses 200Response will contain an array of videos 422Unprocessable entityUpdated 2 months ago