Questions tagged [rapidapi]

155 questions
0
votes
1 answer

How to order requests in Rapid Api Vs Code Extension

I recently discovered the Rapid Api vs code extension which is really good and convenient. Now deciding to move all of my apis from Postman to the vs code extension, I see that they're all there exactly in the order in which I inserted them and I…
Laspeed
  • 791
  • 1
  • 5
  • 27
0
votes
1 answer

nodejs express PUT error and number shows in every users profile

Help please This is how I write the code PUT requested in 1 user Now showing that on both users I am trying to increase each user's "entries" number by doing PUT req. But whenever I do that for only 1 user. the number automatically increases in both…
0
votes
1 answer

Why does my API code return "You are not subscribed to this API." even with the "X-RapidAPI-Key"?

I am trying to execute the an API which I found on rapidapi.com. The url of the API is https://rapidapi.com/sheharyar566/api/random-words5/?utm_source=ANIA-KUBOW&utm_medium=DevRel&utm_campaign=DevRel. I copied the code from the site which includes…
iamaprogrammer
  • 115
  • 3
  • 10
0
votes
3 answers

How do I iterate through and append the data from multiple pages with an API request?

I'm using an Indeed API from Rapid API to collect job data. The code snippet provided only returns results for 1 page. I was wondering how to set up a for loop to iterate through multiple pages and append the results together. url =…
0
votes
1 answer

Connecting to RapidApi with flutter not working

I tried connecting to an API on rapidapi but it isn't connecting, I've tried everything possible and to no avail. any help in getting this data from rapid api into flutter will be much appreciated. here is the code. import 'dart:convert'; import…
0
votes
0 answers

Can't use RapidApi with Retrofit

I'm new with Retrofit and I'm trying to use Google Translate Api from RapidApi with Retrofit but i can't convert okhttp code snippet to retrofit This is the sample code snippet for Post request working with OkHttp: val client = OkHttpClient() val…
Emre Bulut
  • 21
  • 5
0
votes
2 answers

API issues and is there a way to make them make sense

Ive been trying to understand API's (to be able to make a simple dashboard), as a concept because the how just bemuses me. I wrote some code, and have had some corrections added by a far smarter person who actually knws what they are doing but....I…
LOALTS
  • 1
  • 1
0
votes
1 answer

Load an image from HTTP Response

I am using an API to make custom QR codes in my android app. I have used this api. Now, to get the QR code, I used this code: val client = OkHttpClient() val mediaType = MediaType.parse("application/json") val body = RequestBody.create(mediaType,…
Sambhav Khandelwal
  • 3,585
  • 2
  • 7
  • 38
0
votes
1 answer

Header x-rapidapi-proxy-secret not forwarded by Heroku

I wrote and API with RapidAPI and deployed it on Heroku. I then listed the API on RapidAPI marketplace which uses a x-rapidapi-proxy-secret header to help me make the api is accessible only through RapidAPI. To do this I added the following code to…
0
votes
1 answer

How to authenticate rapidAPI requests

I have a website where I have a sports API available, every user has a limited number of requests and so when they make a request to the site, my node/express backend checks for an api_key to authenticate the request. I've recently listed the API on…
willmahoney
  • 371
  • 1
  • 2
  • 9
0
votes
1 answer

Failed to load resource: the server responded with a status of 404 (Not Found) for google clone react app

i integrated my react app with google search api from rapidapi.com,everything is working except the image result (nothing is shown in image result)and when checked the console of chrome its showing the following error : Failed to load resource: the…
0
votes
1 answer

Make An identifier or keyword follow a numeric identifier react - rapid api

I try to use the coinranking api from rapid api but i get a error when a i went to display the 24h volume of a cryptocurrency. the data is display like this: Object data: coin: 24hVolume: "21504479215" allTimeHigh: {price:…
Ganzo
  • 198
  • 1
  • 3
  • 16
0
votes
1 answer

Upload index to Algolia via Yahoo FInance API. Cannot access array even though I can console.log

The problem is that I can console.log the array from the useEffect hook, but when I go to access it, it returns an empty array. I am trying to upload data to my Algolia index. Here is the current useEffect: useEffect(() => { const…
Toan Lam
  • 109
  • 2
  • 12
0
votes
1 answer

API returns undefined on refresh (redux toolkit, Twelve Data Api)

Currently working on a pet project that calls an API to generate forex pairs list after completing a similar code along and wanted to try to do it independently. The code is working fine just yesterday and it is currently spitting out undefined type…
Luke Teo
  • 87
  • 7
0
votes
0 answers

Can't get data from rapidapi in flutter

I can't fetch data from rapidapi.The console said E/LB (12826): fail to open file: No such file or directory I/_complete_guid(12826): ProcessProfilingInfo new_methods=655 is saved saved_to_disk=1 resolve_classes_delay=8000 I try everything I…
ASha
  • 1
  • 2