Questions tagged [rapidapi]
155 questions
0
votes
1 answer
javascript fetch responding with a 403 error
I am trying to make a recipe app that shows recipes related to the users kitchen items.
I am using the spoonacular API with rapidapi and I keep getting a 403 result of the fetch can someone help?
This is my code:
const fetch =…

DominikDev
- 85
- 3
- 7
0
votes
1 answer
subscription in RapidAPI.com
Does buying a plan in RapidAPI allow access and request for all the APIs on this site? For example, if we buy a Mashvisor pro plan, will we have access to Realty Mole Property and send request to get its data?

Sophia
- 23
- 5
0
votes
1 answer
RAPID API ERROR: EXPECTED BEGIN_ARRAY BUT WAS BEGIN_OBJECT AT LINE 1 COLUMN 2 PATH $ BY USING RETROFIT
I am using Covid Tracker Rapid API for a recipe app project. The problem occurs when trying to making GET requests to the Rapid API. The error shows expected begin array but was begin object at line 1 column 2 path $
This is my Retrofit API…
0
votes
1 answer
Rapidapi & 401 unauthorized Response
I am working with Rad Studio (Delphi) and I am trying to connect to a RapidApi Endpoint via a Rest Component of Rad Studio.
Although I use the "x-rapidapi-key" & "x-rapidapi-host" as parameters on the Rest Component, I get a 401 unauthorized…

VaVel
- 69
- 3
- 13
0
votes
1 answer
Can't scroll on the results when I test the endpoint on rapidapi
When I test the endpoint with some API (this time yahoo finance API) I can't scroll on the results and all it show's is the max the little box can go. I know this might sound like a stupid question, but I literally cannot work with the API because I…

Julius Saikauskas
- 69
- 10
0
votes
1 answer
Rapid API, Google Translate post request with laravel
I need to use the Google Translate API in my Laravel application, get requests are working fine, but post requests don't seem to, I tried with Postman and got the same error message.
Here's the test I made:
Route::get('/', function () {
return…

oussama mater
- 21
- 4
0
votes
1 answer
Commercial API - RapidAPI
I'm a user of a android app that uploads images to imgur though the commercial API portal RapidAPI. The ability to upload hasn't been working for several days now.
Looking at the Imgur API status board it looks like everything is working fine. All…
0
votes
1 answer
using rapidapi api to make json file
so i couldnt find any guide that fit for rapidapi,
im making an movie libary app
and i want to connect into their https://rapidapi.com/amrelrafie/api/movies-tvshows-data-imdb/endpoints
api with python and turn it into my own (preferably sqlite) then…

comingfall
- 37
- 6
0
votes
1 answer
How to protect rapidapi secret key in Android apk package
I am in the process of developing Python Kivy Application for Android device.
In my application i am using RapidAPI key and host details to connect to API and fetch data which i am further using in my code.
Could you please let me know how i can…

sb9
- 370
- 3
- 17
0
votes
1 answer
JavaScript fetch: missing RapidAPI application key
I'm learning how to use RapidAPI and I get the same problem. I'm trying to use Random Famous quotes with JavaScript fetch. I copy this code:
async componentDidMount() {
await…

Luksiuslukas2
- 89
- 1
- 8
0
votes
1 answer
How to fetch Rapidapi in laravel Controller?
I am trying to fetch API using unirest in my laravel application. I followed all the steps given in the docs but it's showing me an error. If there is a better alternative for unirest please let me know. Thanks in advance!
Here is my…

Harshith J Poojary
- 316
- 10
- 26
0
votes
1 answer
How to access data in response body for RapidApi urban dictionary Android
I am getting response body ** is
okhttp3.internal.http.RealResponseBody@6e33b4c How to convert this to json or string.
OkHttpClient client = new OkHttpClient();
Request request = new Request.Builder()
…

Rohaitas Tanoli
- 624
- 4
- 16
0
votes
2 answers
Display API data from rapidapi in vue
I'm playing around with vueJS and rapidapi and I'm trying to display data from an API using vue and retrieving the API using JS Fetch method. However, when I run the code all I got was the value that initiated it (which is: []).
…

Artvader
- 906
- 2
- 15
- 31
0
votes
1 answer
Trying to implement RapidApi on Android Studio
I am trying to implement twinword word dictionary API on Android Studio.
The error message I got is:
I/OkHttpClient: Callback failure for call to https://twinword-twinword-bundle-v1.p.rapidapi.com/...
java.io.IOException: Unexpected code…
0
votes
2 answers
SkyScanner RapidAPI not providing return flight
For a personal project I am trying to make use of the Sky Scanner API, in GO, via RapidAPI. Here is the URL I am using to perform the API…

CJW
- 710
- 9
- 26