Top "Api" questions

DO NOT USE.

NodeJS HttpGet to a URL with JSON response

I'm new to Node development and I'm trying to make a server-side API call using a RESTful protocol with a …

json node.js api curl httprequest
REST API - Bulk Create or Update in single request

Let's assume there are two resources Binder and Doc with association relationship meaning that the Doc and Binder stand on …

api rest http
JavaScript/jQuery - Get text and translate it

Is it possible to use jQuery to get a text from an element and translate it to other languages? Before &…

javascript jquery api google-translate
How to use API Routes in Laravel 5.3

In Laravel 5.3 API routes were moved into the api.php file. But how can I call a route in api.…

api laravel laravel-5.3
How to use Telegram API in C# to send a message

I want use Telegram API in C# for send a simple message to a number. I found some lib's on …

c# api telegram
Java: How do you convert a UTC timestamp to local time?

I have a timestamp that's in UTC and I want to convert it to local time without using an API …

java api date calendar timezone
How to obtain longitude and latitude for a street address programmatically (and legally)

Supposedly, it is possible to get this from Google Maps or some such service. (US addresses only is not good …

web-services api geolocation geocoding street-address
Timezone lookup from latitude longitude

Is there any library (or even better, web service) available which can convert from a latitude/longitude into a time …

web-services api timezone geocoding
Extract data from JSON API using Python

I go through this part: How do I extract the data from that URL? I only want to print out …

python json api openurl
How do I use Instagram's API to display a gallery of my own photos?

I'd like to use Instagram's API to display a gallery of just my own photos on a webpage. Is this …

api instagram