action musixmatch_get_track_search { description: "" provider: musixmatch method: GET path: "/track.search" encoding: json input: { type: "object" properties: { callback: { type: "string" } f_artist_id: { type: "string" } f_has_lyrics: { type: "string" } f_lyrics_language: { type: "string" } f_music_genre_id: { type: "string" } format: { type: "string" } page: { type: "string" } page_size: { type: "string" } q_artist: { type: "string" } q_lyrics: { type: "string" } q_track: { type: "string" } quorum_factor: { type: "string" } s_artist_rating: { type: "string" } s_track_rating: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }