When searching for solution articles via the API we can use the call /api/v2/search/solutions?term=[keyword] (“Search solution articles” in the API docs)
It seems, though not documented, to be possible to filter by a specific language code like /api/v2/search/solutions/sv-SE?term=[keyword].
I’m lacking additional filters, in my case to get articles for specific portal(s) and status to avoid drafts/unpublished articles. The additional filters could preferably be added as a query string similar to /api/v2/search/tickets?query=[query] or as query parameters like: /api/v2/search/solutions?term=[keyword]&visible_in_portals=[array_of_ids]&status=[arrays_of_statusids]

