Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias GetDiscoverTvData

    type GetDiscoverTvData = {
        body?: never;
        path?: never;
        query?: {
            page?: number;
            language?: string;
            genre?: string;
            network?: number;
            keywords?: string;
            excludeKeywords?: string;
            sortBy?: string;
            firstAirDateGte?: string;
            firstAirDateLte?: string;
            withRuntimeGte?: number;
            withRuntimeLte?: number;
            voteAverageGte?: number;
            voteAverageLte?: number;
            voteCountGte?: number;
            voteCountLte?: number;
            watchRegion?: string;
            watchProviders?: string;
            status?: string;
            certification?: string;
            certificationGte?: string;
            certificationLte?: string;
            certificationCountry?: string;
            certificationMode?: "exact" | "range";
        };
        url: "/discover/tv";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query?: {
        page?: number;
        language?: string;
        genre?: string;
        network?: number;
        keywords?: string;
        excludeKeywords?: string;
        sortBy?: string;
        firstAirDateGte?: string;
        firstAirDateLte?: string;
        withRuntimeGte?: number;
        withRuntimeLte?: number;
        voteAverageGte?: number;
        voteAverageLte?: number;
        voteCountGte?: number;
        voteCountLte?: number;
        watchRegion?: string;
        watchProviders?: string;
        status?: string;
        certification?: string;
        certificationGte?: string;
        certificationLte?: string;
        certificationCountry?: string;
        certificationMode?: "exact" | "range";
    }

    Type Declaration

    • Optionalpage?: number
    • Optionallanguage?: string
    • Optionalgenre?: string
    • Optionalnetwork?: number
    • Optionalkeywords?: string
    • OptionalexcludeKeywords?: string

      Comma-separated list of keyword IDs to exclude from results

    • OptionalsortBy?: string
    • OptionalfirstAirDateGte?: string
    • OptionalfirstAirDateLte?: string
    • OptionalwithRuntimeGte?: number
    • OptionalwithRuntimeLte?: number
    • OptionalvoteAverageGte?: number
    • OptionalvoteAverageLte?: number
    • OptionalvoteCountGte?: number
    • OptionalvoteCountLte?: number
    • OptionalwatchRegion?: string
    • OptionalwatchProviders?: string
    • Optionalstatus?: string
    • Optionalcertification?: string

      Exact certification to filter by (used when certificationMode is 'exact')

    • OptionalcertificationGte?: string

      Minimum certification to filter by (used when certificationMode is 'range')

    • OptionalcertificationLte?: string

      Maximum certification to filter by (used when certificationMode is 'range')

    • OptionalcertificationCountry?: string

      Country code for the certification system (e.g., US, GB, CA)

    • OptionalcertificationMode?: "exact" | "range"

      Determines whether to use exact certification matching or a certification range (internal use only, not sent to TMDB API)

    url: "/discover/tv"