---
title: "Retrieve style rule lists"
method: GET
path: "/v3/style_rules"
---

# Retrieve style rule lists

`GET /v3/style_rules`

## Query parameters

- `page` integer
- `page_size` integer
- `detailed` boolean

## Response `200`

JSON object containing the style rule lists.

- object
  - `style_rules` StyleRuleList[]
    - `style_id` string, required — A unique ID assigned to a style rule list.
    - `name` string, required — Name associated with the style rule list.
    - `creation_time` string, date-time, required — The creation time of the style rule list in the ISO 8601-1:2019 format (e.g.: `2021-08-03T14:16:18.329Z`).
    - `updated_time` string, date-time, required — The time of the style rule list when it was last updated in the ISO 8601-1:2019 format (e.g.: `2022-08-03T14:16:18.329Z`).
    - `language` 'de' | 'en' | 'es' | 'fr' | 'it' | 'ja' | 'ko' | 'zh', required — The language that the style rule list is applied to.
    - `version` integer, required — The version of the style rule list. Incremented when the style rule list is updated.
    - `configured_rules` ConfiguredRules — The enabled rules for the style rule list including what option was selected for each rule. This schema combines rules from all supported languages.
      - `dates_and_times` object
        - `calendar_era` 'use_bc_and_ad' | 'use_bce_and_ce' — Formatting options for Calendar Era
        - `centuries` 'spell_out' | 'use_arabic_numerals' | 'use_numerals' | 'use_roman_numerals' — Formatting options for Centuries
        - `date_format` 'use_dd_period_mm_period_yy_with_leading_zeros_for_single_digit_days_and_months' | 'use_dd_period_mm_period_yyyy' | 'use_dd_period_mm_period_yyyy_with_leading_zeros_for_single_digit_days_and_months' | 'use_dd_period_space_abbreviated_month_yyyy_with_abbreviations_jan_period_feb_period_mrz_period_apr_period_mai_jun_period_jul_period_aug_period_sep_period_okt_period_nov_period_dez_period_without_leading_zeros_for_single_digit_days' | 'use_dd_period_space_abbreviated_month_yyyy_with_abbreviations_jan_period_febr_period_maerz_apr_period_mai_juni_juli_aug_period_sept_period_okt_period_nov_period_dez_period_without_leading_zeros_for_single_digit_days' | 'use_dd_period_space_month_yyyy_without_leading_zeros_for_single_digit_days' | 'use_dd_slash_mm_slash_yyyy' | 'use_dd_slash_mm_slash_yyyy_with_leading_zeros_for_single_digit_days_and_months' | 'use_dd_space_spelled_out_month_space_yyyy' | 'use_dd_space_spelled_out_month_space_yyyy_and_use_spanish_word_septiembre_for_ninth_month' | 'use_dd_space_spelled_out_month_space_yyyy_and_use_spanish_word_setiembre_for_ninth_month' | 'use_dd_space_spelled_out_month_space_yyyy_without_leading_zeros_for_single_digit_days' | 'use_historical_eras_and_write_numbers_in_chinese_followed_by_chinese_word_公元前_or_公元后_with_arabic_numerals_in_parentheses' | 'use_mm_slash_dd_slash_yyyy_with_leading_zeros_for_single_digit_days_and_months' | 'use_numerals_only_with_leading_zero_for_single_digits' | 'use_numerals_only_without_leading_zero_for_single_digits' | 'use_spelled_out_month_space_dd_comma_space_yyyy_and_use_spanish_word_septiembre_for_ninth_month' | 'use_spelled_out_month_space_dd_comma_space_yyyy_without_leading_zeros_for_single_digit_days' | 'use_traditional_calendar_system_with_chinese_numbers' | 'use_yyyy_chinese_word_年_mm_chinese_word_月_dd_chinese_word_日_with_chinese_numbers' | 'use_yyyy_chinese_word_年_mm_chinese_word_月_dd_chinese_word_日_without_leading_zero_for_single_digit_months_and_days' | 'use_yyyy_hyphen_mm_hyphen_dd_with_leading_zero_for_single_digit_days_and_months' | 'use_yyyy_hyphen_mm_hyphen_dd_with_leading_zeros_for_single_digit_days_and_months' | 'use_yyyy_korean word_년_space_mm_korean word_월_space_dd_korean word_일_without_leading_zero_for_single_digit_days_and_months' | 'use_yyyy_period_mm_period_dd' | 'use_yyyy_period_space_mm_period_space_dd_period_space_without_leading_zero_for_single_digit_days_and_months' | 'use_yyyy_slash_mm_slash_dd' | 'use_yyyy_slash_mm_slash_dd_with_leading_zero_for_single_digit_days_and_months' — Formatting options for Date Format
        - `dates_in_numerical_form` 'use_dd_hyphen_mm_hyphen_yyyy' | 'use_dd_period_mm_period_yyyy' | 'use_dd_slash_mm_slash_yyyy' — Formatting options for Dates In Numerical Form
        - `decades` 'spell_out' | 'use_apostrophe_yy' | 'use_yy_for_20th_century_but_yyyy_for_other_centuries' | 'use_yy_without_apostrophe' | 'use_yyyy' — Formatting options for Decades
        - `hours_minutes_seconds_separator` 'use_colon' | 'use_period' — Formatting options for Hours Minutes Seconds Separator
        - `hours_minutes_separator` 'use_colon_without_spaces' | 'use_letter_h_with_regular_space_on_either_side' | 'use_letter_h_without_spaces' — Formatting options for Hours Minutes Separator
        - `midnight_in_numerals` 'use_00_00' | 'use_24_00' — Formatting options for Midnight In Numerals
        - `single_digit_days_and_months` 'do_not_use_leading_zero' | 'use_leading_zero' — Formatting options for Single Digit Days And Months
        - `single_digit_hours` 'do_not_use_leading_zero' | 'use_leading_zero' — Formatting options for Single Digit Hours
        - `time_format` 'spell_out_time_in_words' | 'use_12_hour_clock_and_do_not_specify_morning_or_evening' | 'use_12_hour_clock_and_lowercase_am_or_pm_with_periods' | 'use_12_hour_clock_and_lowercase_am_or_pm_with_periods_except_use_noon_and_midnight_instead_of_12_am_and_12_pm' | 'use_12_hour_clock_and_lowercase_am_or_pm_without_periods' | 'use_12_hour_clock_and_lowercase_am_or_pm_without_periods_except_use_noon_and_midnight_instead_of_12_am_and_12_pm' | 'use_12_hour_clock_and_specify_morning_or_evening' | 'use_12_hour_clock_and_uppercase_am_or_pm_with_periods' | 'use_12_hour_clock_and_uppercase_am_or_pm_with_periods_except_use_noon_and_midnight_instead_of_12_am_and_12_pm' | 'use_12_hour_clock_and_uppercase_am_or_pm_without_periods' | 'use_12_hour_clock_and_uppercase_am_or_pm_without_periods_except_use_noon_and_midnight_instead_of_12_am_and_12_pm' | 'use_12_hour_clock_and_write_chinese_word_上午_or_下午_or_chinese_word_早上_or_晚上_followed_by_arabic_numerals' | 'use_12_hour_clock_and_write_chinese_word_上午_or_下午_or_chinese_word_早上_or_晚上_followed_by_arabic_numerals_with_chinese_word_点_for_hours' | 'use_12_hour_clock_and_write_chinese_word_上午_or_下午_or_chinese_word_早上_or_晚上_followed_by_arabic_numerals_with_chinese_words_时_and_分_for_hours_and_minutes' | 'use_12_hour_clock_and_write_chinese_word_上午_or_下午_or_chinese_word_早上_or_晚上_followed_by_chinese_numbers_with_chinese_words_时_and_分_for_hours_and_minutes' | 'use_12_hour_clock_with_arabic_numerals_and_colon' | 'use_12_hour_clock_with_korean_words_시_and_분' | 'use_12_hour_clock_without_leading_zero_or_minutes_for_full_hours_use_colon_as_separator_and_lowercase_am_or_pm_without_periods' | 'use_12_hour_clock_without_leading_zero_or_minutes_for_full_hours_use_colon_as_separator_and_uppercase_am_or_pm_without_periods' | 'use_12_hour_clock_without_leading_zero_use_period_as_separator_and_lowercase_am_or_pm_with_periods_and_spaces' | 'use_24_hour_clock' | 'use_24_hour_clock_with_arabic_numerals_and_colon' | 'use_24_hour_clock_with_colon_as_separator' | 'use_24_hour_clock_with_korean_words_시_and_분' | 'use_24_hour_clock_with_period_as_separator' | 'use_hh_colon_mm_german_word_uhr_with_leading_zeros_for_single_digit_hours' | 'use_hh_colon_mm_german_word_uhr_without_leading_zeros_for_single_digit_hours' | 'use_hh_period_mm_german_word_uhr_with_leading_zeros_for_single_digit_hours' | 'use_hh_period_mm_german_word_uhr_without_leading_zeros_for_single_digit_hours' | 'use_hh_period_mm_german_word_uhr_without_leading_zeros_for_single_digit_hours_and_for_full_hours_state_hour_only' — Formatting options for Time Format
        - `writing_dates` 'use_dd_space_spelled_out_month_space_yyyy' | 'use_numerals' — Formatting options for Writing Dates
        - `years` 'use_apostrophe_yy' | 'use_common_era' | 'use_japanese_imperial_era' | 'use_yyyy' — Formatting options for Years
      - `formatting` object
        - `email_address_format` 'place_domain_in_parentheses' | 'replace_at_symbol_with_english_word_at_in_brackets_and_replace_periods_with_english_word_dot_in_brackets' | 'replace_at_symbol_with_english_word_at_in_brackets_with_space_on_either_side' | 'replace_at_symbol_with_english_word_at_in_parentheses_with_space_on_either_side' | 'replace_at_symbol_with_english_word_at_with_space_on_either_side' | 'use_standard_format' — Formatting options for Email Address Format
        - `phone_number_country_code_format` 'use_00_before_country_code' | 'use_plus_sign_before_country_code' — Formatting options for Phone Number Country Code Format
        - `phone_number_format` 'do_not_use_spaces' | 'do_not_use_spaces_or_special_characters_between_digits_of_phone_number' | 'keep_original_format' | 'place_area_code_in_parentheses_followed_by_space' | 'separate_area_code_and_phone_number_with_slash' | 'separate_area_code_and_phone_number_with_space' | 'separate_country_code_area_code_local_prefix_and_last_four_digits_with_hyphens' | 'separate_country_code_area_code_local_prefix_and_last_four_digits_with_periods' | 'separate_country_code_area_code_local_prefix_and_last_four_digits_with_spaces' | 'use_north_american_numbering_plan_format' | 'use_space_after_country_code' — Formatting options for Phone Number Format
        - `space_between_arabic_numerals_and_unit` 'do_not_use' — Formatting options for Space Between Arabic Numerals And Unit
        - `space_between_chinese_and_english` 'do_not_use' — Formatting options for Space Between Chinese And English
        - `space_between_chinese_characters_and_arabic_numerals` 'do_not_use' — Formatting options for Space Between Chinese Characters And Arabic Numerals
      - `numbers` object
        - `approximate_numbers` 'use_kanji_numbers' — Formatting options for Approximate Numbers
        - `currency_format` 'spell_out' | 'spell_out_currency_name_followed_by_amount_in_arabic_numerals_without_space' | 'spell_out_currency_name_followed_by_amount_in_chinese' | 'use_amount_followed_by_currency_symbol_without_space' | 'use_amount_followed_by_space_then_currency_symbol' | 'use_amount_followed_by_space_then_iso_code' | 'use_amount_followed_by_space_then_spell_out_currency_name' | 'use_amount_followed_by_space_then_spell_out_currency_name_in_lowercase' | 'use_amount_followed_by_spelled_out_currency_name_in_japanese_without_space' | 'use_amount_followed_by_spelled_out_currency_name_without_space' | 'use_currency_symbol_but_spell_out_if_no_symbol_exists' | 'use_currency_symbol_but_use_iso_code_if_no_symbol_exists' | 'use_currency_symbol_followed_by_amount_in_arabic_numerals_without_space' | 'use_currency_symbol_followed_by_amount_without_space' | 'use_currency_symbol_followed_by_space_then_amount' | 'use_currency_symbol_followed_by_space_then_amount_in_arabic_numerals' | 'use_full_width_currency_symbol_followed_by_amount_without_space' | 'use_half_width_currency_symbol_followed_by_amount_without_space' | 'use_half_width_currency_symbol_followed_by_space_then_amount' | 'use_iso_code' | 'use_iso_code_followed_by_space_then_amount' | 'use_iso_code_followed_by_space_then_amount_in_arabic_numerals' — Formatting options for Currency Format
        - `decimal_numbers_less_than_one` 'always_use_0_before_decimal_separator' — Formatting options for Decimal Numbers Less Than One
        - `decimal_separator` 'use_comma_and_do_not_use_thousands_separator' | 'use_comma_as_decimal_separator' | 'use_comma_do_not_use_thousands_separator_and_use_period_only_for_radio_stations' | 'use_period_and_do_not_use_thousands_separator' | 'use_period_as_decimal_separator' — Formatting options for Decimal Separator
        - `dimensions_separator` 'use_multiplication_sign_between_dimensions_with_space_on_either_side' | 'use_multiplication_sign_between_dimensions_without_space_on_either_side' | 'use_x_between_dimensions_with_space_on_either_side' | 'use_x_between_dimensions_without_space_on_either_side' — Formatting options for Dimensions Separator
        - `equation_formula_reference` 'always_use_arabic_numerals_to_number_equations_or_formulas_referenced_in_text' — Formatting options for Equation Formula Reference
        - `kanji_numbers` 'use_kanji_numbers_for_numbers_in_phrases_and_counting_method_based_on_native_japanese_readings' — Formatting options for Kanji Numbers
        - `large_number_format` 'always_use_arabic_numerals' | 'spell_out_large_numbers' | 'use_abbreviations_for_large_numbers' | 'use_chinese_characters_for_ten_thousands_and_hundred_millions' | 'use_comma_to_separate_large_numbers_into_units_of_three_except_for_calendar_years' | 'use_kanji_for_trillions_hundred_millions_and_ten_thousands' | 'use_korean_words_만_억_조_with_space' | 'use_korean_words_만_억_조_without_space' — Formatting options for Large Number Format
        - `large_sums_of_money` 'spell_out_italian_words_milione_and_miliardo' | 'use_italian_words_mio_and_mrd_instead_of_italian_words_milione_and_miliardo' — Formatting options for Large Sums Of Money
        - `large_sums_of_money_format` 'use_amount_followed_by_abbreviation_for_million_or_billion_without_space' | 'use_amount_followed_by_space_then_abbreviation_for_million_or_billion' | 'use_amount_followed_by_space_then_english_word_million_or_billion' — Formatting options for Large Sums Of Money Format
        - `list_of_measurements_with_units` 'repeat_unit_for_each_measurement_in_list' — Formatting options for List Of Measurements With Units
        - `mathematical_expression_spacing` 'use_space_between_elements_of_mathematical_expression_or_equation' — Formatting options for Mathematical Expression Spacing
        - `number_format` 'use_half_width_comma_to_separate_large_numbers_into_units_of_three_except_for_calendar_years_and_use_half_width_period_as_decimal_separator' — Formatting options for Number Format
        - `number_separator` 'do_not_use_chinese_comma_to_separate_numbers_indicating_approximate_value' | 'use_chinese_comma_to_separate_numbers_in_abbreviations' — Formatting options for Number Separator
        - `numbers_of_5_digits_or_more` 'use_comma_as_decimal_separator_and_period_as_thousands_separator' | 'use_comma_as_decimal_separator_and_space_as_thousands_separator' | 'use_comma_as_decimal_separator_period_as_thousands_separator_and_period_for_radio_stations' | 'use_comma_as_decimal_separator_space_as_thousands_separator_and_period_for_radio_stations' | 'use_period_as_decimal_separator_and_comma_as_thousands_separator' | 'use_period_as_decimal_separator_and_space_as_thousands_separator' — Formatting options for Numbers Of 5 Digits Or More
        - `numbers_up_to_4_digits` 'use_comma_as_decimal_separator_and_period_as_thousands_separator' | 'use_comma_as_decimal_separator_and_space_as_thousands_separator' | 'use_comma_as_decimal_separator_period_as_thousands_separator_and_period_for_radio_stations' | 'use_comma_as_decimal_separator_space_as_thousands_separator_and_period_for_radio_stations' | 'use_period_as_decimal_separator_and_comma_as_thousands_separator' | 'use_period_as_decimal_separator_and_space_as_thousands_separator' — Formatting options for Numbers Up To 4 Digits
        - `percentage_format` 'use_arabic_numerals_followed_by_percent_symbol_without_space' | 'use_chinese_numbers_followed_by_chinese_word_百分之' | 'use_numerals_followed_by_full_width_percent_symbol_without_space' | 'use_numerals_followed_by_japanese_word_パーセント_without_space' | 'use_numerals_followed_by_korean_word_퍼센트' | 'use_numerals_followed_by_percent_symbol' | 'use_numerals_followed_by_space_then_german_word_prozent' | 'use_numerals_followed_by_space_then_half_width_percent_symbol' | 'use_numerals_followed_by_space_then_italian_word_per_cento' | 'use_numerals_followed_by_space_then_italian_word_percento' | 'use_numerals_followed_by_space_then_korean_word_퍼센트' | 'use_numerals_followed_by_space_then_percent_symbol' | 'use_numerals_followed_by_space_then_spell_out_per_cent' | 'use_numerals_followed_by_space_then_spell_out_percent' | 'use_spanish_word_por_cien' | 'use_spanish_word_por_ciento' — Formatting options for Percentage Format
        - `reference_to_symbol` 'spell_out_symbol_name_followed_by_symbol_in_parentheses' — Formatting options for Reference To Symbol
        - `spelling_out_units` 'abbreviate_units_of_measure_when_used_with_numeral_but_spell_out_when_used_without_numeral' | 'always_abbreviate_units_of_measure' | 'always_spell_out_units_of_measure' | 'spell_out_units_in_korean' | 'spell_out_units_of_measure_when_used_with_spelled_out_numbers_but_abbreviate_when_used_with_numeral' | 'spell_out_units_of_measure_with_katakana_or_katakana_and_kanji' | 'use_si_symbols' | 'use_unit_symbols' — Formatting options for Spelling Out Units
        - `temperature_format` 'spell_out_unit' | 'spell_out_unit_followed_by_numerals_then_korean_word_도' | 'use_arabic_numerals_followed_by_space_then_spell_out_unit' | 'use_arabic_numerals_followed_by_unit_symbol_without_space' | 'use_arabic_numerals_then_spell_out_unit' | 'use_chinese_numbers_then_spell_out_unit' | 'use_italian_word_grado_and_do_not_specify_temperature_scale' | 'use_numerals_followed_by_japanese_word_度_without_space' | 'use_numerals_followed_by_korean_word_도' | 'use_numerals_followed_by_space_then_spell_out_unit' | 'use_numerals_followed_by_space_then_unit_symbol' | 'use_numerals_followed_by_unit_symbol_without_space' | 'use_spanish_word_grado_and_do_not_specify_temperature_scale' — Formatting options for Temperature Format
        - `thousands_separator` 'do_not_use' | 'do_not_use_thousands_separator' | 'use_comma' | 'use_comma_to_separate_large_numbers_into_units_of_three' | 'use_period' | 'use_period_as_thousands_separator' | 'use_space' | 'use_space_as_thousands_separator' | 'use_space_to_separate_large_numbers_into_units_of_three' | 'use_straight_apostrophe_as_thousands_separator' — Formatting options for Thousands Separator
        - `units_of_measure_spacing` 'do_not_use_space_between_numeral_and_unit_of_measure' | 'use_space_between_numeral_and_unit_of_measure' — Formatting options for Units Of Measure Spacing
        - `use_of_hiragana_and_kanji` 'use_hiragana_japanese_word_か所_or_か月_when_using_arabic_numerals_in_horizontal_writing_but_use_kanji_japanese_word_箇所_or_箇月_when_using_kanji_numbers' — Formatting options for Use Of Hiragana And Kanji
        - `writing_numbers` 'always_use_kanji_numbers' | 'use_arabic_numerals' | 'use_full_width_arabic_numerals_and_only_use_kanji_numbers_where_it_would_otherwise_sound_unnatural' | 'use_half_width_arabic_numerals_and_only_use_kanji_numbers_where_it_would_otherwise_sound_unnatural' — Formatting options for Writing Numbers
        - `zero_format` 'use_chinese_word_〇_for_numbering' | 'use_chinese_word_零_for_measurement' — Formatting options for Zero Format
      - `punctuation` object
        - `abbreviations` 'do_not_separate_abbreviated_words' | 'separate_each_abbreviated_word_with_period_and_space' | 'separate_each_abbreviated_word_with_period_without_space' | 'separate_each_abbreviated_word_with_space_without_period' — Formatting options for Abbreviations
        - `acronyms` 'do_not_use_periods' — Formatting options for Acronyms
        - `ampersand_abbreviation_spacing` 'do_not_use_spaces_before_and_after_ampersand_as_part_of_abbreviation' | 'use_spaces_before_and_after_ampersand_as_part_of_abbreviation' — Formatting options for Ampersand Abbreviation Spacing
        - `ampersand_usage` 'use_english_word_and_except_in_company_names_common_abbreviations_titles_software_code_and_mathematical_equations' | 'use_full_width_ampersand' | 'use_german_word_und_except_in_company_names_common_abbreviations_titles_software_code_and_mathematical_equations' | 'use_half_width_ampersand' — Formatting options for Ampersand Usage
        - `apostrophe` 'use_curly_apostrophes' | 'use_straight_apostrophes' — Formatting options for Apostrophe
        - `bracket` 'use_hexagonal_brackets' | 'use_lenticular_brackets' | 'use_parentheses' | 'use_square_brackets_for_nationality_and_hexagonal_brackets_for_historical_period' — Formatting options for Bracket
        - `chinese_mixed_with_english` 'do_not_place_english_in_quotation_marks' | 'place_english_in_quotation_marks' — Formatting options for Chinese Mixed With English
        - `colon` 'use_full_width_colon' | 'use_half_width_colon' — Formatting options for Colon
        - `colon_between_hours_and_minutes_or_chapters_and_verses` 'do_not_use_space_before_or_after_colon' — Formatting options for Colon Between Hours And Minutes Or Chapters And Verses
        - `colon_in_heading` 'use_space_after_colon_not_before' — Formatting options for Colon In Heading
        - `colon_to_replace_versus_or_to` 'do_not_use_space_before_or_after_colon' — Formatting options for Colon To Replace Versus Or To
        - `comma_after_conjunctive_adverbs` 'do_not_use' | 'use' — Formatting options for Comma After Conjunctive Adverbs
        - `comma_after_i_e_and_e_g` 'do_not_use' | 'use' — Formatting options for Comma After I E And E G
        - `comma_after_short_introductory_phrase` 'do_not_use' | 'use' — Formatting options for Comma After Short Introductory Phrase
        - `comma_and_semicolon` 'use_comma_between_clauses' | 'use_semicolon_between_clauses' — Formatting options for Comma And Semicolon
        - `corner_bracket_and_periods` 'add_period_after_closing_corner_bracket_at_end_of_sentence' — Formatting options for Corner Bracket And Periods
        - `corner_brackets_and_periods` 'do_not_add_period_before_closing_corner_bracket_when_sentence_continues' — Formatting options for Corner Brackets And Periods
        - `dash` 'use_em_dash' | 'use_hyphen' | 'use_tilde' — Formatting options for Dash
        - `ellipsis` 'use_ellipsis_character' | 'use_one_ellipsis_character' | 'use_six_dots_at_the_bottom' | 'use_six_dots_in_the_center' | 'use_three_dots_at_the_bottom' | 'use_three_dots_in_the_center' | 'use_three_ellipsis_characters' | 'use_three_periods' | 'use_three_periods_without_spaces' | 'use_three_spaced_periods' | 'use_two_ellipsis_characters' — Formatting options for Ellipsis
        - `em_dash` 'use_double_em_dash' — Formatting options for Em Dash
        - `emphasis` 'use_double_corner_brackets' — Formatting options for Emphasis
        - `exclamation_marks` 'do_not_use' — Formatting options for Exclamation Marks
        - `explanatory_note_indicator` 'use_double_em_dash' | 'use_parentheses' — Formatting options for Explanatory Note Indicator
        - `full_sentence_in_round_brackets` 'add_period_before_closing_round_bracket' — Formatting options for Full Sentence In Round Brackets
        - `highlighting_specific_expressions` 'use_single_curly_quotation_marks' | 'use_single_straight_quotation_marks' — Formatting options for Highlighting Specific Expressions
        - `japanese_reference_materials` 'use_double_corner_brackets' — Formatting options for Japanese Reference Materials
        - `parentheses_for_supplementary_information` 'use_parentheses_without_space_on_either_side' — Formatting options for Parentheses For Supplementary Information
        - `passage_of_time_and_movement_between_locations` 'use_double_em_dash' — Formatting options for Passage Of Time And Movement Between Locations
        - `periods_and_commas` 'use_full_width_japanese_periods_and_full_width_japanese_commas' | 'use_full_width_japanese_periods_and_full_width_non_japanese_commas' | 'use_full_width_non_japanese_periods_and_full_width_japanese_commas' | 'use_full_width_non_japanese_periods_and_full_width_non_japanese_commas' — Formatting options for Periods And Commas
        - `periods_in_academic_degrees` 'do_not_use' | 'use' — Formatting options for Periods In Academic Degrees
        - `periods_in_direct_quotes` 'do_not_use' | 'use' — Formatting options for Periods In Direct Quotes
        - `periods_in_uppercase_initialisms_and_acronyms` 'do_not_use' — Formatting options for Periods In Uppercase Initialisms And Acronyms
        - `plus_sign_usage` 'do_not_use_plus_sign_to_symbolize_english_word_and_unless_it_is_part_of_a_proper_noun' — Formatting options for Plus Sign Usage
        - `possessives_of_proper_names_ending_in_s_style` 'add_apostrophe_only' | 'add_apostrophe_s' — Formatting options for Possessives Of Proper Names Ending In S Style
        - `quotation_mark` 'use_curly_quotation_marks' | 'use_double_curly_quotation_marks' | 'use_double_straight_quotation_marks' | 'use_guillemets' | 'use_straight_quotation_marks' — Formatting options for Quotation Mark
        - `quotation_mark_and_apostrophe` 'use_curly_quotation_marks_and_apostrophes' | 'use_double_and_single_curly_quotation_marks_and_curly_apostrophes' | 'use_double_and_single_straight_quotation_marks_and_straight_apostrophes' | 'use_guillemets_and_curly_apostrophes' | 'use_guillemets_and_straight_apostrophes' | 'use_straight_quotation_marks_and_apostrophes' — Formatting options for Quotation Mark And Apostrophe
        - `quotation_style` 'use_corner_brackets_for_primary_quotations_and_double_corner_brackets_for_secondary_quotations' | 'use_double_curly_quotation_marks_for_primary_quotations_and_single_curly_quotation_marks_for_secondary_quotations' | 'use_double_curly_quotation_marks_for_primary_quotations_then_alternate_with_single_curly_quotation_marks_for_nested_quotations' | 'use_double_german_quotation_marks_for_primary_quotations_and_single_german_quotation_marks_for_secondary_quotations' | 'use_double_quotation_marks_for_primary_quotations_and_single_quotation_marks_for_secondary_quotations' | 'use_double_straight_quotation_marks_for_primary_quotations_and_single_straight_quotation_marks_for_secondary_quotations' | 'use_double_straight_quotation_marks_for_primary_quotations_then_alternate_with_single_straight_quotation_marks_for_nested_quotations' | 'use_guillemets_for_primary_quotations_and_double_curly_quotation_marks_for_secondary_quotations' | 'use_guillemets_for_primary_quotations_and_double_straight_quotation_marks_for_secondary_quotations' | 'use_guillemets_for_primary_quotations_and_single_guillemets_for_secondary_quotations' | 'use_guillemets_for_primary_quotations_double_curly_quotation_marks_for_secondary_quotations_and_single_curly_quotation_marks_for_further_nested_quotations' | 'use_reversed_guillemets_for_primary_quotations_and_single_reversed_guillemets_for_secondary_quotations' | 'use_single_quotation_marks_for_primary_quotations_and_double_quotation_marks_for_secondary_quotations' — Formatting options for Quotation Style
        - `range_indicator` 'use_en_dash_with_spaces' | 'use_en_dash_without_space_on_either_side' | 'use_en_dash_without_spaces' | 'use_english_word_to' | 'use_full_width_dash' | 'use_full_width_wave_dash' | 'use_german_word_bis' | 'use_half_width_dash' | 'use_hyphen' | 'use_hyphen_with_space_on_either_side' | 'use_hyphen_with_spaces' | 'use_hyphen_without_space_on_either_side' | 'use_hyphen_without_spaces' | 'use_italian_words_da_a' | 'use_japanese_word_から' | 'use_korean_words_부터_까지' | 'use_spanish_words_de_a' | 'use_tilde' — Formatting options for Range Indicator
        - `related_phrases_indicator` 'use_comma' | 'use_hyphen' | 'use_middle_dot' — Formatting options for Related Phrases Indicator
        - `round_brackets` 'use_full_width_round_brackets' | 'use_half_width_round_brackets' — Formatting options for Round Brackets
        - `salutation` 'do_not_use_comma_after_salutation_capitalize_following_word' | 'use_colon_after_salutation' | 'use_comma_after_salutation' | 'use_exclamation_mark_after_salutation' — Formatting options for Salutation
        - `sentence_break_indicator` 'use_em_dash_with_space_on_either_side' | 'use_em_dash_without_space_on_either_side' | 'use_en_dash_with_space_on_either_side' — Formatting options for Sentence Break Indicator
        - `serial_comma` 'do_not_use' | 'do_not_use_serial_comma_when_using_chinese_comma' | 'use' | 'use_serial_comma_when_using_comma' — Formatting options for Serial Comma
        - `setting_off_non_quoted_phrases` 'use_full_width_quotation_marks' | 'use_half_width_quotation_marks' — Formatting options for Setting Off Non Quoted Phrases
        - `slash` 'do_not_use_spaces_before_and_after_slashes' | 'use_spaces_before_and_after_slashes' | 'use_spaces_before_and_after_slashes_if_there_are_multiple_words_before_and_after_slash' | 'use_spaces_before_and_after_slashes_if_there_are_multiple_words_before_or_after_slash' — Formatting options for Slash
        - `slash_usage` 'do_not_use_slash_to_symbolize_english_word_or' — Formatting options for Slash Usage
        - `spacing_and_punctuation` 'do_not_use_space' | 'use_regular_space' — Formatting options for Spacing And Punctuation
        - `text_in_round_brackets_referring_to_previous_sentence` 'add_period_after_closing_round_bracket' | 'add_period_before_closing_round_bracket' — Formatting options for Text In Round Brackets Referring To Previous Sentence
        - `text_in_round_brackets_supplementing_preceding_text` 'add_period_after_closing_round_bracket' — Formatting options for Text In Round Brackets Supplementing Preceding Text
        - `titles_of_books_and_newspapers` 'use_double_angle_brackets' | 'use_double_corner_brackets' | 'use_double_straight_quotation_marks' — Formatting options for Titles Of Books And Newspapers
        - `titles_of_creative_works_trade_names_laws_and_regulations` 'use_single_angle_brackets' | 'use_single_corner_brackets' | 'use_single_straight_quotation_marks' — Formatting options for Titles Of Creative Works Trade Names Laws And Regulations
        - `uppercase_acronyms` 'do_not_use_spaces' | 'use_spaces' — Formatting options for Uppercase Acronyms
      - `spelling_and_grammar` object
        - `abbreviating_french_word_numero` 'abbreviate_as_n_then_degree_symbol' | 'abbreviate_as_n_then_o_in_superscript' | 'abbreviate_as_no' — Formatting options for Abbreviating French Word Numero
        - `abbreviation_usage` 'do_not_use_abbreviations' | 'do_not_use_abbreviations_unless_necessary' | 'use_abbreviations' | 'use_abbreviations_as_needed' — Formatting options for Abbreviation Usage
        - `accents_and_cedillas` 'do_not_use_on_capital_letters' | 'never_use' | 'use_even_on_capital_letters' — Formatting options for Accents And Cedillas
        - `accents_in_verbs_conjugated_like_french_word_céder` 'use_acute_accent' | 'use_grave_accent' — Formatting options for Accents In Verbs Conjugated Like French Word Céder
        - `accents_with_subject_verb_inversion` 'use_acute_accent' | 'use_grave_accent' — Formatting options for Accents With Subject Verb Inversion
        - `active_passive_voice` 'use_active_voice_if_subject_is_prominent_and_agent_is_clear' | 'use_active_voice_to_describe_operations_with_user_as_subject' | 'use_active_voice_unless_agent_is_unknown_or_irrelevant' | 'use_passive_voice_as_needed' | 'use_passive_voice_for_automatic_operations_from_user_perspective' | 'use_passive_voice_if_agent_is_unknown_or_irrelevant' — Formatting options for Active Passive Voice
        - `all_caps` 'do_not_use_all_caps_except_for_acronyms_initialisms_or_proper_nouns' | 'do_not_use_all_caps_except_for_acronyms_or_brand_names' — Formatting options for All Caps
        - `complete_sentences` 'always_write_complete_sentences' — Formatting options for Complete Sentences
        - `compound_nouns` 'write_as_one_word' | 'write_with_hyphen' — Formatting options for Compound Nouns
        - `conjunctions` 'never_start_sentence_with_coordinating_conjunction' — Formatting options for Conjunctions
        - `contractions` 'do_not_use_contractions' | 'use_contractions' | 'use_contractions_but_avoid_negative_contractions' — Formatting options for Contractions
        - `established_loanwords` 'use_as_is' | 'use_native_or_sino_korean_equivalents' — Formatting options for Established Loanwords
        - `eszett` 'replace_eszett_with_ss' — Formatting options for Eszett
        - `foreign_word_translation` 'use_equivalent_expressions_in_chinese' | 'use_foreign_forms_or_abbreviations_for_technical_terms_or_brand_names' | 'use_literal_translation' | 'use_localized_names_for_brands_with_official_chinese_translations' | 'use_mixture_of_transliteration_and_translation' | 'use_transliteration' — Formatting options for Foreign Word Translation
        - `french_verbs_ending_in_eler_and_eter` 'transcribe_open_e_sound_by_doubling_next_consonant' | 'transcribe_open_e_sound_with_grave_accent' — Formatting options for French Verbs Ending In Eler And Eter
        - `i_and_u_with_circumflex_accents` 'do_not_use_circumflex_accents_except_in_verbs_and_to_distinguish_homophones' | 'use_circumflex_accents' — Formatting options for I And U With Circumflex Accents
        - `informal_address_pronouns` 'capitalize_informal_address_pronouns' | 'do_not_capitalize_informal_address_pronouns' — Formatting options for Informal Address Pronouns
        - `latin_abbreviations` 'do_not_use_latin_abbreviations' — Formatting options for Latin Abbreviations
        - `passive_voice` 'avoid_passive_voice_when_agent_is_known' — Formatting options for Passive Voice
        - `past_participle_of_french_word_laisser_followed_by_infinitive` 'make_french_word_laisser_agree_with_direct_object_complement_if_it_appears_before_verb' | 'use_invariable_form_french_word_laissé' — Formatting options for Past Participle Of French Word Laisser Followed By Infinitive
        - `personal_titles` 'abbreviate' | 'do_not_abbreviate' — Formatting options for Personal Titles
        - `pluralizing_foreign_words` 'use_french_spelling_rules' | 'use_original_language_spelling' — Formatting options for Pluralizing Foreign Words
        - `quotation_modification` 'do_not_modify_text_in_quotation_marks' | 'modify_text_in_quotation_marks_according_to_custom_rules' — Formatting options for Quotation Modification
        - `spanish_word_solo` 'never_use_acute_accent' | 'use_acute_accent_when_used_as_adverb' — Formatting options for Spanish Word Solo
        - `special_characters` 'never_use_symbols' — Formatting options for Special Characters
        - `spelled_out_numbers` 'use_hyphens' | 'use_hyphens_between_elements_under_100_and_not_separated_by_french_word_et' — Formatting options for Spelled Out Numbers
        - `umlauts` 'replace_umlauts_with_ae_oe_ue' — Formatting options for Umlauts
        - `unestablished_loanwords` 'paraphrase_in_korean' | 'use_as_is' | 'use_as_is_with_explanation_in_parentheses' — Formatting options for Unestablished Loanwords
      - `style_and_tone` object
        - `abbreviations` 'avoid_abbreviations_and_symbols_that_can_be_spelled_out_easily' | 'use_abbreviations_and_symbols' — Formatting options for Abbreviations
        - `addressing_non_binary_people` 'use_spanish_word_elle' | 'use_spanish_word_ellx' — Formatting options for Addressing Non Binary People
        - `addressing_the_reader` 'use_formal_french_word_vous' | 'use_formal_italian_word_lei' | 'use_informal_french_word_tu' | 'use_informal_italian_word_tu' — Formatting options for Addressing The Reader
        - `anglicisms` 'avoid_anglicisms_when_there_is_a_french_equivalent' — Formatting options for Anglicisms
        - `binary_representation_of_gender` 'avoid_binary_representation_of_gender_when_gender_neutral_language_can_be_used' | 'replace_binary_representations_of_gender_with_gender_neutral_language' | 'use_neutral_pronouns' — Formatting options for Binary Representation Of Gender
        - `complex_sentences` 'avoid_unnecessarily_complex_sentences' — Formatting options for Complex Sentences
        - `country_names` 'use_long_form' | 'use_short_form' — Formatting options for Country Names
        - `declarative_endings` 'mix_hapsho_and_haeyo_styles' | 'use_hae_style' | 'use_haeyo_style' | 'use_hapsho_style' | 'use_hara_style' — Formatting options for Declarative Endings
        - `default_first_person_pronoun` 'do_not_use_first_person_pronouns' | 'omit_first_person_subject_when_clear_from_context' | 'use_first_person_pronouns' — Formatting options for Default First Person Pronoun
        - `default_second_person_pronoun` 'do_not_use_second_person_pronouns' | 'use_second_person_pronouns' — Formatting options for Default Second Person Pronoun
        - `directional_language` 'do_not_use_directional_language' — Formatting options for Directional Language
        - `double_negatives` 'do_not_use_double_negatives' | 'use_double_negatives' — Formatting options for Double Negatives
        - `formality` 'use_casual_tone' | 'use_formal_tone' — Formatting options for Formality
        - `gender_neutral_language_readability` 'use_generic_masculine_for_common_compound_nouns_if_it_increases_readability' — Formatting options for Gender Neutral Language Readability
        - `gender_unspecified` 'use_both_masculine_and_feminine_forms' | 'use_gender_neutral_terms' | 'use_masculine_form_only' | 'use_middle_dots' | 'use_parentheses' | 'use_periods' — Formatting options for Gender Unspecified
        - `gender_unspecified_or_mixed` 'use_both_feminine_and_masculine_forms' | 'use_feminine_form_only' | 'use_inclusive_nouns_and_adjectives' | 'use_masculine_form_only' | 'use_neutral_nouns_and_adjectives' — Formatting options for Gender Unspecified Or Mixed
        - `idioms_colloquialisms_and_culture_specific_references` 'do_not_use' — Formatting options for Idioms Colloquialisms And Culture Specific References
        - `inflected_words_masculine_noun_agreement` 'place_masculine_nouns_closest_to_inflected_words' — Formatting options for Inflected Words Masculine Noun Agreement
        - `instructions_style` 'use_imperative' | 'use_indicative' | 'use_infinitive' | 'use_modal_verbs' | 'use_passive_voice' — Formatting options for Instructions Style
        - `mixing_styles` 'do_not_mix_desu_masu_style_and_dearu_style' — Formatting options for Mixing Styles
        - `modal_verbs` 'avoid_modal_verbs' — Formatting options for Modal Verbs
        - `personal_vs_impersonal_style` 'use_impersonal_style' | 'use_personal_style' — Formatting options for Personal Vs Impersonal Style
        - `positive_vs_negative_language` 'use_positive_language' — Formatting options for Positive Vs Negative Language
        - `proximity_agreement` 'use' — Formatting options for Proximity Agreement
        - `reader_action_required` 'use_you_must_when_action_is_required_from_reader' — Formatting options for Reader Action Required
        - `redundant_introductory_phrases` 'avoid_redundant_introductory_phrases' | 'do_not_use_redundant_phrases_that_refer_to_current_text' — Formatting options for Redundant Introductory Phrases
        - `redundant_phrases` 'avoid_relativizing_and_redundant_phrases' | 'do_not_use_redundant_phrases' — Formatting options for Redundant Phrases
        - `referring_to_non_binary_people` 'use_the_singular_and_plural_schwa' — Formatting options for Referring To Non Binary People
        - `short_vs_long_words` 'use_short_words' — Formatting options for Short Vs Long Words
        - `simple_words_and_sentences` 'use_simple_words_and_sentences_avoid_hard_to_translate_words_and_figures_of_speech' — Formatting options for Simple Words And Sentences
        - `text_position_references` 'avoid_directional_terms_as_only_reference_to_position_in_text_specify_exact_position_instead' — Formatting options for Text Position References
        - `tone` 'use_dearu_style_to_give_impression_content_is_accurate_and_rigorous_or_to_convey_sense_of_confidence_and_reliability' | 'use_desu_masu_style_to_give_impression_content_is_plain_and_straightforward_or_to_give_reader_reassuring_or_soft_impression' — Formatting options for Tone
        - `verbal_vs_nominal_style` 'use_nominal_style' | 'use_verbal_style' — Formatting options for Verbal Vs Nominal Style
      - `vocabulary` object
        - `abbreviations` 'write_original_term_then_abbreviation_and_explanation' — Formatting options for Abbreviations
        - `loanwords` 'add_explanation_to_loanword_if_difficult_to_rephrase' | 'rephrase_loanword_in_daily_use_chinese_or_japanese_words_if_possible' | 'rephrase_loanword_with_another_expression_if_not_established' | 'use_loanword_as_is_if_well_established' — Formatting options for Loanwords
    - `custom_instructions` CustomInstruction[] — List of custom instructions enabled for the style rule list.
      - `id` string, required — Unique identifier for the custom instruction
      - `label` string, required — Name associated with the custom instruction
      - `prompt` string, required — Prompt of the custom instruction
      - `source_language` string — Optional source language of the custom instruction

## Other responses

- `400` — Bad request. Please check error message and your parameters.
- `401` — Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header.
- `403` — Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header. This error is also returned when the API key is scoped but does not include the scope required for this endpoint.
- `429` — Too many requests. Please wait and resend your request.
- `500` — Internal error.
- `503` — Resource currently unavailable. Try again later.

---

[API](https://skmtc.net/deepl/apis/deepl-api-documentation.md) · [All operations](https://skmtc.net/deepl/apis/deepl-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deepl/deepl-api-documentation/versions/3c422fcc9c54/schema)
