1fetch("https://things.mimo.dev/api/things/41") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": 41,3 "name": "USB Hub",4 "description": "Expands USB ports for your devices.",5 "category": "Electronics",6 "rating": 4.27}