About 594,000 results
Open links in new tab
  1. How to get rid of this - message:{'You are not subscribed to this …

    For anyone else encountering this issue: the oversight I made was adding 'Bearer ' in from of the RapidAPI key. It should just be the key, without anything in front of it.

  2. javascript - I'm using an API from Rapid API but I'm getting an …

    Sep 14, 2022 · I am trying to use a YouTube API from Rapid API but when I send the Request using Axios I'm getting 403 & 429 errors: Here's my API fetchData: import axios from "axios"; …

  3. Getting error, invalid API key in postman via RapidAPI

    Mar 12, 2021 · For my first project, I decided to use RapidAPI marketplace, but I'm having an issue. I tried testing the API in postman, but it says I have an invalid API key for some reason …

  4. javascript - Why does my API code return "You are not subscribed …

    Jul 24, 2022 · I copied the code from the site which includes the "X-RapidAPI-Key" value when you are logged in. But when I execute the code on node, I get the message "You are not …

  5. How to use the free and public Rapid API and call the API in the ...

    Nov 4, 2021 · For Example I have subscribed to one free and public API called "https://rapidapi.com/rapidapi/api/movie-database-imdb-alternative" whose java code snippets …

  6. How to use the RapidAPI in Excel VBA - Stack Overflow

    Aug 19, 2019 · I'm new to using RapidAPI. I want to pull live Cricket Scores from RapidAPI with Excel VBA, but the programming language isn't available on the platform. I would like to know …

  7. What's the problem with RapidApi not seeing the key header?

    May 31, 2020 · 1 RapidAPI supports passing the API key via a query parameter. You can do this by including the following syntax in the link:

  8. why am i not getting the data from Rapidapi - Stack Overflow

    Mar 30, 2022 · why am i not getting the data from Rapidapi Asked 3 years, 7 months ago Modified 3 years ago Viewed 683 times

  9. Missing RapidAPI application key (not missing) - Stack Overflow

    Mar 19, 2020 · That is because the x-RapidAPI-host and x-RapidAPI-key should not be in the HTTP parameter. since parameters specify the variable parts of your resources. I also got this …

  10. API and fetching IMDB alternative movie database

    May 6, 2021 · I am using this API - https://rapidapi.com/rapidapi/api/movie-database-imdb-alternative I am using the JavaScript implementation and I can't see the values I am supposed to.