> ## Documentation Index
> Fetch the complete documentation index at: https://devliz.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Search by keyword

> This endpoint allows you to search for keywords by their name.



## OpenAPI

````yaml api-reference/TMDB-OAS.yaml get /3/search/keyword
openapi: 3.0.3
info:
  title: TMDB API DOCS
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org/3
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: Authentication
    description: >-
      This section contains endpoints that let you create authentication
      sessions for TMDB Guests and User accounts.
  - name: Account
    description: >-
      This section contains endpoints that let you access and sync with TMDB
      user account information.
  - name: Certifications
    description: >-
      This section contains endpoints that provide an up-to-date list of the
      officially supported movies and TV show certifications on TMDB.
  - name: Changes
    description: >-
      This section contains endpoints that let you fetch the list of Movie IDs,
      People IDs, and TV show IDs that have been changed in the past 24 hours.
  - name: Collections
    description: >-
      This collection contains endpoints that let you fetch movie collection
      details.
  - name: Discover
    description: >-
      This section contains endpoints that let you search for movies and TV
      shows, using sorts and filters.
  - name: Configuration
    description: This section contains endpoints that let you query the API configuration.
  - name: Movies
    description: >-
      This section contains endpoints that let you fetch information about the
      movie resource.
  - name: Companies
    description: >-
      This section contains endpoints that fetch information about a movie
      production company.
  - name: Credits
    description: This section contains endpoint for credit details.
  - name: Find
    description: This section contains endpoints that let you find movie or TV data.
  - name: Genres
    description: This section contain endpoints that let you get movie and TV genres.
  - name: Search
    description: This section contains endpoints that let you search through TMDB
  - name: Keywords
    description: This section contains endpoints for keyword information in TMDB
  - name: Movie Lists
    description: >-
      This section contains endpoints that let you fetch information about list
      of movies on TMDB
  - name: Networks
    description: >-
      This section contains endpoints that let you get information about the
      streaming networks.
  - name: People Lists
    description: This section contains endpoints of list of people.
  - name: People
    description: >-
      This section contains endpoints that let you get information about a
      person.
  - name: Reviews
    description: This section contains endpoints for movie or TV reviews.
  - name: Trending
    description: This section contains endpoints for trending movies, TV shows, and people.
  - name: TV Series List
    description: This section contains endpoints for listing TV series.
  - name: TV Series
    description: >-
      This section contains endpoints that let you get information for a TV
      series by ID
  - name: TV Seasons
    description: This section contains endpoints for TV show seasons.
  - name: TV Episodes
    description: >-
      This section contains endpoints that let you query information about a TV
      episode.
  - name: TV Episode groups
    description: This section contains endpoints for TV Episode information
  - name: Watch providers
    description: >-
      This section contains endpoints that let you get information about watch
      providers.
paths:
  /3/search/keyword:
    get:
      tags:
        - Search
      summary: Search by keyword
      description: This endpoint allows you to search for keywords by their name.
      operationId: searchByKeyword
      parameters:
        - name: query
          in: query
          schema:
            type: string
            example: adventure
          description: keyword you wish to query
        - name: page
          in: query
          schema:
            type: string
            example: int32
          description: defaults to 1
      responses:
        '200':
          description: Search by keyword
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=27513
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Wed, 18 Dec 2024 14:40:39 GMT
            ETag:
              schema:
                type: string
                example: W/"5e0d0780ef9d2ace6134da52ddd3325b"
            Server:
              schema:
                type: string
                example: openresty
            Transfer-Encoding:
              schema:
                type: string
                example: chunked
            Vary:
              schema:
                type: string
                example: Origin
            Via:
              schema:
                type: string
                example: >-
                  1.1 7ba3a61255419c2e0d9e131796899e10.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: sf83QpQwSqBHO0-0sbegHQ1fHM7IWnoUgnvLkuOusmaZmCDgpDB3vg==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: IAD89-C3
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: MISS, STORE
            x-memc-age:
              schema:
                type: string
                example: '0'
            x-memc-expires:
              schema:
                type: string
                example: '27513'
            x-memc-key:
              schema:
                type: string
                example: a3c9f5c1b2bb931bac85970cd327aa83
          content:
            application/json:
              schema:
                type: object
                properties:
                  page:
                    type: number
                    example: 1
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: number
                          example: 322942
                        name:
                          type: string
                          example: adventure
                    example:
                      - id: 322942
                        name: adventure
                      - id: 195114
                        name: space adventure
                      - id: 280566
                        name: action adventure
                      - id: 221012
                        name: adventure playgrounds
                      - id: 224324
                        name: choose your own adventure
                      - id: 287256
                        name: winter adventure
                      - id: 175428
                        name: adventurer
                      - id: 233968
                        name: polar adventure
                      - id: 268687
                        name: adventure games
                      - id: 269709
                        name: adventure comedy
                      - id: 208649
                        name: sea adventure
                      - id: 209228
                        name: european adventure
                      - id: 210246
                        name: children's adventure
                      - id: 249680
                        name: teen adventure
                      - id: 33832
                        name: eco adventure
                      - id: 156136
                        name: adventures in music
                      - id: 178012
                        name: islands of adventure
                      - id: 261418
                        name: adventure guide
                      - id: 265570
                        name: adventure of gamba
                      - id: 293898
                        name: adventure with kids
                  total_pages:
                    type: number
                    example: 2
                  total_results:
                    type: number
                    example: 37
              examples:
                Search by keyword:
                  value:
                    page: 1
                    results:
                      - id: 322942
                        name: adventure
                      - id: 195114
                        name: space adventure
                      - id: 280566
                        name: action adventure
                      - id: 221012
                        name: adventure playgrounds
                      - id: 224324
                        name: choose your own adventure
                      - id: 287256
                        name: winter adventure
                      - id: 175428
                        name: adventurer
                      - id: 233968
                        name: polar adventure
                      - id: 268687
                        name: adventure games
                      - id: 269709
                        name: adventure comedy
                      - id: 208649
                        name: sea adventure
                      - id: 209228
                        name: european adventure
                      - id: 210246
                        name: children's adventure
                      - id: 249680
                        name: teen adventure
                      - id: 33832
                        name: eco adventure
                      - id: 156136
                        name: adventures in music
                      - id: 178012
                        name: islands of adventure
                      - id: 261418
                        name: adventure guide
                      - id: 265570
                        name: adventure of gamba
                      - id: 293898
                        name: adventure with kids
                    total_pages: 2
                    total_results: 37
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````