Pizza and Desserts

FREEMIUM
(Ким) Kaushik | Оновлено לפני 22 ימים | Food
Популярність

9.3 / 10

Затримки

390ms

Рівень обслуговування

100%

Health Check

N/A

Повернутися до всіх обговорень

get via Chrome

Rapid account: Deleted
[deleted]
לפני שנתיים

Collect a request to send to Chrome?
example of another API
https://api.themoviedb.org/3/discover/movie?api_key=84f0f3a7bd08769b95016fc25a80a3ef&vote_count.gte=1000
How to do it also only with your API?

Rapid account: Kaushiksheel 9
kaushiksheel9 Commented לפני שנתיים

the url is:

for pizzas= url: ‘https://pizza-and-desserts.p.rapidapi.com/pizzas

for desserts= url: ‘https://pizza-and-desserts.p.rapidapi.com/desserts

and send headers also with your get request 

headers: {
‘X-RapidAPI-Host’: ‘pizza-and-desserts.p.rapidapi.com’,
‘X-RapidAPI-Key’: your rapid api key

example:

fetch(‘https://pizza-and-desserts.p.rapidapi.com/pizzas’,
headers: {
‘X-RapidAPI-Host’: ‘pizza-and-desserts.p.rapidapi.com’,
‘X-RapidAPI-Key’: your rapid api key
}).then(res=>res.json()).then(data=>console.log(data)).catch(e=>console.log(e))

hope this helps you
Rapid account: Deleted
[deleted] Commented לפני שנתיים

API Pizza

Rapid account: Deleted
[deleted] Commented לפני שנתיים

get URL?

Rapid account: Deleted
[deleted] Commented לפני שנתיים

How to collect a URL?

Rapid account: Kaushiksheel 9
kaushiksheel9 Commented לפני שנתיים

i don’t understand your question…

Приєднуйтесь до обговорення — додайте повідомлення нижче:

Вхід / Реєстрація, щоб публікувати нові повідомлення