Skip to content

List Phonemes

GET
/api/creative/conlang/languages/{language_id}/phonemes

List all phonemes for a language.

language_id
required
Language Id
string

Successful Response

Response List Phonemes Api Creative Conlang Languages Language Id Phonemes Get
Array<object>
PhonemeResponse

Phoneme record for API responses.

object
id
required
Id
string
languageId
required
Languageid
string
symbol
required
Symbol
string
type
required
Type
string
manner
Any of:
string
place
Any of:
string
voicing
Any of:
string
height
Any of:
string
backness
Any of:
string
roundedness
Any of:
string
isDiphthong
Isdiphthong
boolean
romanization
Any of:
string
notes
Notes
string
""
sortOrder
Sortorder
integer
0

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object