Dernière mise à jour il y a 1 mois
Search for resources in the spot
Search results
The items found
The total number of items found
const response = await fetch('https://openapi.meltingspot.io/v1/search?query=text', { method: 'GET', headers: {}, }); const data = await response.json();
{ "items": [ { "id": "text", "type": "Channel", "topicTitle": "text", "topicContent": "text", "forumName": "text", "topicAuthorPictureUrl": "text", "topicAuthorName": "text", "spotId": "text", "forumId": "text", "topicId": "text" } ] }