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

# /tmdb/movies

> Get full TMDB movie details by ID or URL: title, release date, certification, genres, runtime, overview, budget/revenue, rating, top cast, featured crew, keywords and external links.

**Price:** 1 credit

**⚠️ Common errors:** 412: Movie not found (well-formed but nonexistent movie ID)



## OpenAPI

````yaml /openapi/movies-tv.json post /api/tmdb/movies
openapi: 3.1.0
info:
  title: Any Site API
  description: >+
    Any Site API provides programmatic access to data from LinkedIn, Instagram,
    Twitter, and other platforms.


    ## Authentication


    All API endpoints require an `access-token` header with a valid API token.
    Tokens can be created in the [dashboard](https://app.anysite.io/).


    ## Pricing


    Each endpoint has a credit cost listed in its description. Credits are
    deducted from your token balance per request.

  version: 0.0.1
servers: []
security:
  - AccessToken: []
paths:
  /api/tmdb/movies:
    post:
      tags:
        - /tmdb
      summary: /tmdb/movies
      description: >-
        Get full TMDB movie details by ID or URL: title, release date,
        certification, genres, runtime, overview, budget/revenue, rating, top
        cast, featured crew, keywords and external links.


        **Price:** 1 credit


        **⚠️ Common errors:** 412: Movie not found (well-formed but nonexistent
        movie ID)
      operationId: __api_tmdb_movies_post
      parameters:
        - name: access-token
          in: header
          required: true
          schema:
            anyOf:
              - type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/TmdbMoviesPayload'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/TmdbMovie'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    TmdbMoviesPayload:
      properties:
        timeout:
          type: integer
          maximum: 1500
          minimum: 20
          default: 300
        language:
          $ref: '#/components/schemas/TmdbLanguage'
          default: en-US
        region:
          $ref: '#/components/schemas/TmdbRegion'
          default: US
        movie:
          type: string
          minLength: 1
      type: object
      required:
        - movie
    TmdbMovie:
      properties:
        '@type':
          type: string
          default: TmdbMovie
        id:
          type: integer
        media_type:
          type: string
          default: movie
        url:
          type: string
        document_title:
          anyOf:
            - type: string
            - type: 'null'
        year:
          anyOf:
            - type: integer
            - type: 'null'
        release_date:
          anyOf:
            - type: string
            - type: 'null'
        status:
          anyOf:
            - type: string
            - type: 'null'
        tagline:
          anyOf:
            - type: string
            - type: 'null'
        runtime:
          anyOf:
            - type: integer
            - type: 'null'
        certification:
          anyOf:
            - type: string
            - type: 'null'
        original_language:
          anyOf:
            - type: string
            - type: 'null'
        genres:
          items:
            type: string
          type: array
          default: []
        production_countries:
          items:
            type: string
          type: array
          default: []
        keywords:
          items:
            type: string
          type: array
          default: []
        budget:
          anyOf:
            - type: number
            - type: 'null'
        revenue:
          anyOf:
            - type: number
            - type: 'null'
        vote_average:
          anyOf:
            - type: number
            - type: 'null'
        vote_count:
          anyOf:
            - type: integer
            - type: 'null'
        review_count:
          anyOf:
            - type: integer
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
        backdrop:
          anyOf:
            - type: string
            - type: 'null'
        homepage:
          anyOf:
            - type: string
            - type: 'null'
        facebook:
          anyOf:
            - type: string
            - type: 'null'
        twitter:
          anyOf:
            - type: string
            - type: 'null'
        instagram:
          anyOf:
            - type: string
            - type: 'null'
        cast:
          items:
            $ref: '#/components/schemas/TmdbPersonRef'
          type: array
          default: []
        crew:
          items:
            $ref: '#/components/schemas/TmdbPersonRef'
          type: array
          default: []
        belongs_to_collection:
          anyOf:
            - $ref: '#/components/schemas/TmdbCollectionRef'
            - type: 'null'
      type: object
      required:
        - id
        - url
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
      type: object
    TmdbLanguage:
      type: string
      enum:
        - ar-SA
        - bg-BG
        - ca-ES
        - cs-CZ
        - da-DK
        - de-AT
        - de-DE
        - el-GR
        - en-US
        - es-ES
        - es-MX
        - et-EE
        - eu-ES
        - fa-IR
        - fi-FI
        - fr-CA
        - fr-FR
        - he-IL
        - hi-IN
        - hr-HR
        - hu-HU
        - hy-AM
        - id-ID
        - is-IS
        - it-IT
        - ja-JP
        - ka-GE
        - kk-KZ
        - ko-KR
        - lt-LT
        - lv-LV
        - ml-IN
        - nb-NO
        - nl-NL
        - no-NO
        - pl-PL
        - pt-BR
        - pt-PT
        - ro-RO
        - ru-RU
        - sk-SK
        - sl-SI
        - sr-RS
        - sv-SE
        - th-TH
        - tr-TR
        - uk-UA
        - uz-UZ
        - vi-VN
        - zh-CN
        - zh-HK
        - zh-TW
    TmdbRegion:
      type: string
      enum:
        - AL
        - DZ
        - AD
        - AO
        - AG
        - AR
        - AU
        - AT
        - AZ
        - BS
        - BH
        - BB
        - BY
        - BE
        - BZ
        - BM
        - BO
        - BA
        - BR
        - BG
        - BF
        - CM
        - CA
        - CV
        - TD
        - CL
        - CO
        - CR
        - HR
        - CU
        - CY
        - CZ
        - CI
        - CD
        - DK
        - DO
        - EC
        - EG
        - SV
        - GQ
        - EE
        - FJ
        - FI
        - FR
        - GF
        - PF
        - DE
        - GH
        - GI
        - GR
        - GP
        - GT
        - GG
        - GY
        - HN
        - HK
        - HU
        - IS
        - IN
        - ID
        - IQ
        - IE
        - IL
        - IT
        - JM
        - JP
        - JO
        - KE
        - XK
        - KW
        - LV
        - LB
        - LY
        - LI
        - LT
        - LU
        - MK
        - MG
        - MW
        - MY
        - ML
        - MT
        - MU
        - MX
        - MD
        - MC
        - ME
        - MA
        - MZ
        - NL
        - NZ
        - NI
        - NE
        - NG
        - 'NO'
        - OM
        - PK
        - PS
        - PA
        - PG
        - PY
        - PE
        - PH
        - PL
        - PT
        - QA
        - RO
        - RU
        - SM
        - SA
        - SN
        - RS
        - SC
        - SG
        - SK
        - SI
        - ZA
        - KR
        - ES
        - LC
        - SE
        - CH
        - TW
        - TZ
        - TH
        - TT
        - TN
        - TR
        - TC
        - UG
        - UA
        - AE
        - GB
        - US
        - UY
        - VA
        - VE
        - YE
        - ZM
        - ZW
    TmdbPersonRef:
      properties:
        '@type':
          type: string
          default: TmdbPersonRef
        id:
          anyOf:
            - type: integer
            - type: 'null'
        name:
          type: string
        character:
          anyOf:
            - type: string
            - type: 'null'
        job:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
        url:
          anyOf:
            - type: string
            - type: 'null'
      type: object
      required:
        - name
    TmdbCollectionRef:
      properties:
        '@type':
          type: string
          default: TmdbCollectionRef
        id:
          type: integer
        name:
          anyOf:
            - type: string
            - type: 'null'
        url:
          anyOf:
            - type: string
            - type: 'null'
      type: object
      required:
        - id
    ValidationError:
      properties:
        loc:
          items:
            anyOf:
              - type: string
              - type: integer
          type: array
        msg:
          type: string
        type:
          type: string
        input: {}
        ctx:
          type: object
      type: object
      required:
        - loc
        - msg
        - type
  securitySchemes:
    AccessToken:
      type: apiKey
      in: header
      name: access-token
      description: API token from the dashboard

````