Most voted "api" questions
API stands for Application Programming Interface. The program’s API defines the correct way for a developer to request services from that program. Use this tag to ask about API across the board. Always prefer more specific tags, such as win-api, file-api, web-api, google-api, google-maps-api-3. There is no need to use this tag in conjunction with a more specific one. This would bring confusion and work as a metatag
Learn more…1,192 questions
Sort by count of
-
0
votes1
answer470
viewsPOST problem using Jquery
I’m studying Jquery and I have a little problem to give POST in an API I have. Follows my html: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta…
-
0
votes2
answers387
views -
0
votes1
answer1496
viewsHow do I get the share list for a Facebook post?
I’m trying to get a list of shares from a post but it looks like something’s wrong; When I use the 1365084196885691/sharedpostsin the Facebook API I get the following JSON : { "data": [ { "story":…
-
0
votes1
answer185
viewsChat PHP How to Use?
I want to have a chat for support on the site I’m developing, I want to use the tawk.to, I have some questions about how to install it, I am developing the site in CSS and HTML. The question is…
-
0
votes1
answer1431
viewsHOW TO MAKE A Getasync in an ASP.NET API by passing an object as a parameter?
I would like to know how to send an object as a parameter to an API made in ASP.NET and return data by the same way? I understand that the simple method of a Get is: HttpClient cliente = new…
-
0
votes1
answer4277
viewsKnow region of the city from the zip code
I wonder if anyone has solved a similar problem: in my system has a form and a zip code field, when the user type the zip code wanted to know the region of it is north, west, east and etc.... I saw…
-
0
votes1
answer154
viewsWhat Method to Send Email in Python?
for row in values: # Separei os valores da data em 3 variaveis temp. year = int(row[0][6:10]) moth = int(row[0][0:2]) day = int(row[0][3:5]) if day == d1.day and moth == d1.month and year ==…
-
0
votes1
answer36
viewsA Rest api continues to run if it loses connection to the client
I am creating an api in Rest that when a user uses the api this changes some values within a json file several times however I do not know if how much a client loses the connection with the api this…
-
0
votes1
answer212
viewsFacebook Messenger API does not respond to new users
I have an APP on Facebook Developers, a BOT for Messenger. It responds to testers and admins. But not for new users. My application is already public, already passed by approval. I saw many with…
-
0
votes0
answers360
viewsWhy the key api ( google ) does not work when adding key constraint
I have 2 key api, one with restriction for android apps and the other without, when I put the app to use the restricted api it can not access the api returning Error "403 Forbidden", in the…
-
0
votes0
answers542
viewsAuthentication with JWT Auth and dingo Laravel API 5.4
I authenticated with the standard user model of Laravel 5.4, but now, I did the same implementation, only with a custom model, and it’s not working. Give me back that mistake "message": "Undefined…
-
0
votes1
answer1913
viewsHow to Request JSON Data
I need to collect some data from a program that has API: Pipedrive API Reference If I understand correctly, for each task, a URL will be generated to do the Requeste from the data, example:…
-
0
votes1
answer367
viewsOnclick in Marker in the Maps API
Hello, how do I run onclick on a map marketer? My code is this: var marker = new google.maps.Marker({ position: myLatLng, map: map, icon: andando, shape: shape, title: beach[0], html: beach[5],…
-
0
votes1
answer100
viewsParameter in page URL
Dear, I need to create a Pyramid application for use of API. 1 - "/Quotes/< quote_number>" - Present page containing the quote returned by the API corresponding to < quote_number >. I…
-
0
votes0
answers52
viewsRest API Returning Token
I need to develop an application in Swift I’m trying to consume a API to log in and when to log in Token, but this Token is already existing in the API, would you like to know how I send it? It’s…
-
0
votes0
answers28
viewsAndroid - Fragment Opens before data is ready
I have a problem with a list of objects that comes in a JSON, I can get the data, it comes, they should be presented in a Fragment that has a Recyclerview, the app opens and shows nothing. When…
-
0
votes1
answer623
viewsSend parameters via post json android
I need to send the username string via post after button1 is clicked, my code has no error in the monitor, simply does not send anything to the bank... This is my code : public class PostTeste…
-
0
votes1
answer219
viewsGoogle Maps API
I have the following situation: The geographical location of my country is: longitude de 73°59’32 (A OESTE) longitude 34°47’30 (A Leste) latitude 5°16’20 (Ao Norte) latitude 33°45’03 (Ao sul) I’m…
-
0
votes1
answer52
viewsPost via Json getstring error
I have a code that should make a "Post" via json ,but edittext is not converting to String,and there is no error in logcat .. Anyone have any idea of the mistake? It must be something stupid I…
-
0
votes1
answer173
viewsLogin Authentication / Jsonobject
I have a get code that takes the email and password from the database.. But in getString it only compares with a term,as I do to use equals with all bank users and not filter by ID... This is my…
-
0
votes1
answer64
viewsImage for Base64
I would like to turn an image to Base64, but it is not working properly, there is no error in logcat,anyone could help me? Code: private void galleryIntent() { Intent intent = new Intent();…
-
0
votes1
answer531
viewsSending token via header or param
I’m using the JWTAuth to perform token creation for my API. I saw that at the time of the request I can send the token in the header or via param. I understand that by sending via header the token…
-
0
votes0
answers80
viewsUpload JPEG via JSON
I have a code that takes a photo from the gallery or makes you take a photo and would like help to send this image via JSON to my API, but I have no idea how to do this. My code: @Override public…
-
0
votes1
answer75
viewsScreen Registration - Repeat users
I have a post code, which makes the registration of my users, but they can repeat themselves, I would like help to realize a code so that users can not repeat, but I’m new to Android and do not know…
-
0
votes1
answer630
viewsRedirect URL in Nodejs
I am trying to redirect my login to a new site after the user validation function. After redirecting the url in Browse is from the url where the login was:…
-
0
votes1
answer50
viewsHow to query an AWS RDS service through the AWS API?
I have an AWS RDS service database and an API on AWS API GATEWAY services. One of the data request options when creating methods is to use other AWS services. Researching this post i saw that it is…
-
0
votes1
answer1165
viewsSMS API integrated with PHP
I have a form of scheduling visits, when the user makes his scheduling and confirms is triggered an email to the same one with scheduling information. I wonder if anyone has ever integrated an SMS…
-
0
votes1
answer72
viewsRetrieve Bearer Token using a Clientid and Clientsecret
Good morning, I need to make a call on an API, I own Clientid and Clientsecret, but from what I understand, I can make the calls using "Authorization bearer". My question is how I can transform the…
-
0
votes1
answer114
viewsSending email in a Jax-rs json api
I have a demand to develop an api that among other features need to send warning emails, in the architecture it was defined that we will use javaEE Jax-rs someone has already worked with some api…
-
0
votes1
answer389
viewsSlow page loading locally after configuring virtual hosts
Greetings, I’m having problems loading pages on my local server. This problem happened after I set up 3 virtual hosts and when I try to load my page through it, it takes A LOT to load. Could someone…
-
0
votes0
answers79
viewsRequest for time-to-time API
I am in need of making requests for a time API in time for example, every 10 seconds, I have no knowledge of any way to do this, it would be similar to SetInterval of javascript but in C#, the other…
-
0
votes0
answers115
viewsWeb API (C#) copies files from external directory
I have a Web Api in C# . net framework. In this application I have a method responsible for copying some files to a local directory, where I have my frontend. The problem I’m having is that my web…
-
0
votes1
answer98
viewsOauth 2.0 stream for multiple API authentication using an authentication server
When logging in through my front-end layer, a request is sent to my authentication server which in turn returns a Bearer Token that may be saved to a cookie, for example. No doubt about it! My…
-
0
votes1
answer2986
viewsFree API for Weather History
As I explained to Guilherme in the comments, I make it very clear in my question that I want a climatological HISTORY. The question indicated as duplicate does NOT show how to recover climatological…
-
0
votes0
answers902
viewsIncrease SESSION life in PHP
I built an API using PHP to use it with Applications. When I exit the application (without closing it or logging out) after a while the session expires disabling the activity in the application and…
-
0
votes0
answers37
viewshow to consult Distance Matrix with geocoder together?
I am developing an application that uses the google API to display the registered places on the map along with the distance of each location as follows. mMap.addMaker(new…
-
0
votes1
answer80
viewsGoogle API Does not appear on my page
Hello, I’m trying to insert the google maps on a website MVC that the Visual Studio 2012 already available for testing. Except for the part of maps and putting into a aspx loose, it generates the…
-
0
votes1
answer41
viewsHow to Get Data via Wordpress API
I wanted to start learning React.js and for this I decided to make a theme written in React for my wordpress, using the 'new' functionality WP API. How do I get access to the API from my computer? I…
-
0
votes1
answer416
viewsShow JSON result via Ajax
I don’t have much knowledge in javascript, but I need to integrate a payment API. I’ve never performed integrations with an API before. Following the documentation I saw you need to first generate a…
-
0
votes1
answer51
viewsNode.js for forwarding information from a third-party API
What I want to do with Node.js is basically LISTEN to an API (json) and process the results to send to multiple clients. Example: What I want to know is: This My VPS computer has to exist and run…
-
0
votes1
answer320
viewsXmlhttprequest cannot load no Vue js
My app.See <template> <div id="app"> <h1>{{ titulo }}</h1> <li v-for="usuario of usuarios"> </li> </div> </template> <script> export default {…
-
0
votes0
answers465
viewsCheck if object arrived by post API
I am making use of the post office API. I was able to track objects perfectly. But there is still an action to complete the ratreamento: check if the object arrived. My wish was for the API to…
-
0
votes1
answer523
viewsAPI Google Maps + PHP
I need $Ig to be = 0 the icons to be a type, when $Ig= 1 the icons to be another type, another image in the case. follows code below: <?php include "../../conexaomaps.php";?> <!DOCTYPE…
-
0
votes2
answers659
viewsDigitally sign documents using Citizen Card Digital Mobile Key
I developed an APP in Apache Cordova (HTML5 and Javascript), which is in production and already has thousands of users, and now I need users, Portuguese citizens, to sign a document digitally.…
-
0
votes1
answer1564
viewsHow to use token to validate a Django Rest Framework user login
Hello, I’m a little lost when authenticating a user by Django-Rest-framework, I was following the tutorial of the channel Codingentrepreneurs in the video 32 of the Blog API…
-
0
votes1
answer39
viewsWhat’s wrong with my code?
I’m trying to make a wikipedia viewer for the Freecodecamp front-end project. So I’m working with the Wikipedia API. I’ve done everything, but I can’t find what’s wrong with my code... because it’s…
-
0
votes0
answers41
viewsThumbnail of youtube does not take full size of div
Good staff! I’m having a problem, I’m using the youtube API to import thumbnails to my website, these thumbnails should take the size of the Divs, but no, they all have different sizes and titles…
-
0
votes1
answer143
viewsRest Apis for e-commerce
I’m trying to build an e-commerce with a friend and we’re thinking about putting together a Rest api to access the bunch of data and create a website and an app to consume it. Since this is an…
-
0
votes1
answer84
viewsLogin to Swift Authorization
I’m consuming data of a certain API for login, she returns the Token of correct access, and otherwise returns the ERROR, but I cannot move to another screen if the fields are filled correctly,…
-
0
votes1
answer108
viewsProblem performing API requests
I’m trying to place requests to an API: EGOI but get an error. The request is as follows:: http://api.e-goi.com/v2/rest.php?method=checklogin&apikey=minhaAPIKEY You know how I pass parameters to…