3Play Media: Docs


Additional routes

  • List all languages recognized by 3Play Media's system

    GET https://api.3playmedia.com/v3/languages/

    Parameter Type Description Required Default
    id Integer or Array<Integer> Filter languages by id or ids No no default
    name String Filter languages by name No no default
    name_cont String Filter languages by partial name match No no default

    Response data signature:

    Name Type Description
    id Integer 3Play language ID
    name String Short name (e.g. "Spanish")
    full_name Integer Long name (e.g. "Spanish (Latin America)")
    iso_639_1_code String Language code according to ISO 639-1 standard (e.g. "es")
  • List turnaround levels (Transcription)

    GET https://api.3playmedia.com/v3/turnaround_levels/

    Parameter Type Description Required Default
    prices Boolean Include price increments in response No 0

    Response data signature:

    Name Type Description
    id Integer Turnaround Level ID
    name String Name (e.g. "Rush")
    hours Integer Hours to deadline for given turnaround level
    pricerate_increment String Price increment/decrement relative to Standard turnaround (only included if 'prices' param is set)
  • List translation service options

    GET https://api.3playmedia.com/v3/translation_service_options

    Parameter Type Description Required Default
    source_language_id Integer Filter options by source language No no default
    target_language_id Integer Filter options by target language No no default
    vendor_name String Filter options by vendor name No no default
    vendor_name_cont String Filter options by vendor name (partial match) No no default
    service_level String Filter options by vendor service level No no default
    service_level_cont String Filter options by service level (partial match) No no default

    Response data signature:

    Name Type Description
    id Integer Translation Service Option id
    vendor String Translation vendor name
    source_language_id Integer ID of source language (see /v3/languages for more information)
    target_language_id Integer ID of target language (see /v3/languages for more information)
    service_level String Service level as defined by the translation vendor
    pricerate String Price per unit
    price_per String Unit of pricerate

  • List Video Platform Integrations (VPIs) associated with the Project

    GET https://api.3playmedia.com/v3/video_platform_integrations

    Parameter Type Description Required Default
    id Integer or Array<Integer> Filter VPIs by id or ids No no default
    name String Filter VPIs by name No no default
    name_cont String Filter VPIs by partial name match No no default

    Response data signature:

    Name Type Description
    id Integer 3Play VPI ID
    name String VPI Name
    platform String Type of Video Platform
    auto_order Boolean Whether Auto-Ordering is enabled
    transcript_postback Boolean Whether Transcript Postback is enabled
    audio_description_postback Boolean Whether Audio Description Postback is enabled