Skip to content

Tag: api

How to find valid links for iframes?

If I use this code line: The browser will deny the access to the website. But if I use this src, suddenly it works : I saw already couples of websites that the regular domain not working as iframe but additions like /webhp?igu=1 make it work. Why does it happen ? It’s like the “key” / API fo…

extend existing API with custom endpoints

I’m creating an API for multiple customers. The core endpoints like /users are used by every customer but some endpoints rely on individual customization. So it might be that User A wants a special endpoint /groups and no other customer will have that feature. Just as a sidenote, each customer would als…

Get API data form URL to display

I am trying to build a basic tool to display someones congress representative via zipcode. The API that I am trying to use is offered for free via: https://whoismyrepresentative.com The link to get the info via zipcode is: https://whoismyrepresentative.com/getall_mems.php?zip=31023 It can also be formatted fo…