{"openapi":"3.1.0","info":{"title":"Tootfinder REST API","description":"Tootfinder REST API for Mastodon applications","version":"2.2"},"servers":[{"url":"https:\/\/www.tootfinder.ch\/rest\/api"}],"paths":{"\/search\/{query}":{"get":{"operationId":"\/search.+","description":"fulltext search","parameters":[{"name":"query","in":"path","required":true,"description":"search term (FTS3 syntax)","schema":{"type":"string"},"example":"san OR francisco"}]}},"\/activitypub\/search\/{query}":{"get":{"operationId":"\/activitypub\/search.+","description":"fulltext search collection","parameters":[{"name":"query","in":"path","required":true,"description":"search term (FTS3 syntax)","schema":{"type":"string"},"example":"san OR francisco"}]}}}}