Questions tagged [rapidapi]

155 questions
0
votes
1 answer

how to generate X-RapidAPI-Key without accessing https://rapidapi.com via Browser

This question was originaly posted in rapidapi forum Basically, I want to use one of the free APIs provided by RapidApi (skyscanner api).. It is quite straighfoward if you log in RapidApi. You are rerdirected to OAUTH2 server (gmail in my case) and…
Jim C
  • 3,957
  • 25
  • 85
  • 162
0
votes
2 answers

Fetching data from external API RapidApi to Wordpress site

I am trying to fetch data from this API: https://rapidapi.com/apilayernet/api/rest-countries-v1? endpoint=53aa5a08e4b0a705fcc323a6 I managed to use wp_remote_get() to make the request but I keep getting no result showing up apart from an error: …
Elvis
  • 21
  • 5
0
votes
1 answer

A python client to ContextualWeb News API using RapidAPI

I am trying to consume ContextualWeb News API. The endpoint is described here: https://rapidapi.com/contextualwebsearch/api/web-search Here is the request snippet in Python as described in RapidAPI: response =…
0
votes
1 answer

RapidAPI: undefined method `get_company' for "FB":String

I am trying to pull data from IEX Trading API via RapidAPI in my Rails app. I have created a search form where the query will be used to obtain the data, however the following error message appears even though it works fine in the console (with the…
Joyce
  • 3
  • 2
0
votes
1 answer

i can not import swiftHTTP (rapidAPI)

i add SwiftHTTP.xcodeproject to my project, in build phases: i add 4 SwiftHTTP.framework ViewController --- import SwiftHTTP error = "No such module SwiftHTTP" both Xcode 6.4 and 7.1 have this error
-1
votes
0 answers

Getting error while fetching API from rapid API using redux toolkit

enter image description here This is the problem I am facing while fetching API from Rapid API using redux-toolkitenter image description here This is my code for fetching API using redux. I am hoping that someone of you will definitely going to…
-1
votes
1 answer

How to fetch data from API for Botpress no code chatbot

I am trying to fetch the following data (movie title, movie poster, year of release, and movie review) with an API from RapidAPI to Botpress chatbot. I used the code below but its not fetching the data. Is there a better way to write the code? I…
-1
votes
1 answer

why i can't fetch data of preparationstep from https://rapidapi.com/apidojo/api/yummly2 it shows null

Please help me to solve the problem of null why I can't fetch data of preparationstep from https://rapidapi.com/apidojo/api/yummly2 it shows null in flutter help me please enter image description here # **code** # ``` # recipe.dart # `# import…
-1
votes
1 answer

Swift - How do I show Data in Swift View from Data.swift file?

In a separate data file called data.swift I have this code struct Response: Decodable { var data: Data } struct Data: Decodable { var search: search } struct search: Decodable { var __Typename: String var query: String var…
anon867
  • 22
  • 4
-1
votes
1 answer

RapidAPI working in browser test, but not in my IDE

I do not much experience with APIs, so the answer to this may be obvious to some. I am using the the Skyscanner API from RapidAPI for a project, and whenever I test the endpoint in the RapidAPI API playground, it seems to work just fine. However,…
ahap13
  • 1
-1
votes
4 answers

TypeError: Cannot read properties of undefined (reading 'total')

I've been working on a React project along with fetching Data from rapidAPI. But whenever I rum my project I've been getting this error again and again. TypeError: Cannot read properties of undefined (reading…
Azan
  • 19
  • 1
  • 7
-1
votes
2 answers

How can I fetch the elements of a nested JSON Array in Laravel?

array:249 [▼ 0 => array:6 [▼ "name" => "Afghanistan" "state_name" => "Islamic Emirate of Afghanistan" "capital" => array:1 [▼ 0 => array:5 [ 0: {5 items "name":"Kabul" "notes":"official" …
cd4success
  • 77
  • 1
  • 9
-1
votes
1 answer

I want to use a free YouTube to mp3 API but i got only string as response. How i can transfer the response in an object/json/array? PHP

I tried to convert the ARRAY per json_encode($response) but it still a string. I cut the string so i get the right parts of it but its working only in this video so i have to use the $response[position_I_want]. How i can solve the problem? Thanks…
-1
votes
2 answers

Data API not appear using Vue JS (Rapidapi)

I'm learning how to use an API with VueJS. I took open source API data on Rapidapi. I tried with Postman by entering the link https://covid-19-data.p.rapidapi.com/report/country/name?name=Italy&date=2020-04-01, and got a response. But when trying in…
Frauds
  • 127
  • 1
  • 3
  • 14
-2
votes
1 answer

YouTube API address is displaying invalid response when I tested using postman app for testing API

I tested the YouTube api url I got from rapid api and the status code was 401 - invalid address. I need help ls What else can I do?
1 2 3
10
11