Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

135
Views
Is there a way to call API not on client side?

Currently in my site, the API Call is in the client-side JavaScript meaning that anyone can spam refresh and use up the limited amount of API Calls (At least I assume that is how it works).

I am new and I want to know if I can call the API Locally and then push that data to the client end.

Here is the format of my API Calls:

const res = await fetch(`https://link.com`, {
        headers: {
            'X-RapidAPI-Host': "link",
            "X-RapidAPI-Key": "key"
        }, 
    });

I am currently using simple JavaScript with jQuery. Node.js, AWS or some other services may be required for what I want but I am not sure, any help would be amazing. I have tried seeking answers to this question but was not able to find anything that made any sense.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Here's a helpful article on caching API requests. This method is done client side and should be suitable for your question: https://dev.to/adancarrasco/caching-api-requests-in-javascript-mc4

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!