Category "api"

Google Podcasts - API?

Is there any way to download the history of played episodes in Google Podcasts? Or in other words, is there any way to get the data from Google Podcasts? Some A

Discord: 403 Forbidden (error code: 50001)

I tried to get a list of users through the API, but in response I got: Missing Access 403 Forbidden (error code: 50001) Request: https://discord.com/api/v9/guil

How to call MetaTrader5 `initialize()` with login information?

when I use initialize function without parameters the connection is established correctly. but when I add any parameter like the 'login' it is not working acc

How I can access to oroPlatform API?

I wanna access to OroPlatform API but unfortunately, I'm still getting message: {"error":"no_encryption_key","error_description":"The encryption key does not ex

Is it possible to get LinkedIn "Competitors analytics" data from LinkedIn API?

As a company page admin, I can access a section on the linkedIn website called "competitor analytics" where I can see some metrics about a list of competitors (

Facebook post video on facebook page

Posting videos on the FaceBook page is not working. POST-Postman Command: https://graph-video.facebook.com/v13.0/{page-id}/videos?access_token={page-access-toke

Downloading users subbed to my twitch via twitch API

I am trying to get a list of users who are subscribed to a twitch channel through the twitch API, I have setup the request to get the access token and then I am

Continuation token not visible while browsing API

Continuation token is not coming while browsing below API for azure DevOps to get the project related information. It is showing data for initial 500 users only

Lexoffice API and Cashbook

Lexoffice is offering a service called cashbook ("Kasse" in German). Does someone know how (or whether) it is possible to use the public API (Link) to fill this

How to Create a new folder in vcenter using rest api

Can anyone help me to provide right API to create a New folder in vcenter Thanks, Benji I can see only get API to list folders in vmware api document, unable to

HereMap Reverse Geocode Not getting District, Street data in Iran Geo coordinates

https://revgeocode.search.hereapi.com/v1/revgeocode?at=36.080001136883894,51.43679934714218&lang=en-US&apiKey={APIKEY}&mode=retrieveAddresses&sh

How to extract value from nested cURL

I'm trying to extract the data from (php)cURL response that I received from the external api. I received the response like below. {"result":"OK","data":{"body":

Trying to upload a picture via an API but get "Empty upload source" error

I'm a beginner with APIs. I'm trying to upload a file to imgBB using an API. But I get the error message: "{"status_code":400,"error":{"message":"Empty upload s

Retrieve two foreign keys nodejs sequelize

I have a route and I want it to send two primary keys as foreign keys to my orderline table. I have three tables a customer, address and orderline table. an ord

API URL Query to filter the response

So I'm trying to filter the response of my API GET query and can't seem to find a way to access deep enough in Json. My response is like: { "orders": [

How to return custom JSON response in DRF?

I have created API for News model: models.py class News(models.Model): title = models.CharField(max_length=255) created_at = models.DateTimeField(auto_n

why can't create user using stream chat api in flutter?

I'm trying to create a chat screen in my flutter application using Stream chat API. the problem is when I try to create a channel with two users it shows that t

ReactJS / Axios / Django: Update form with the current image from API

I'm trying to create an update form in React, the update works fine as I have set the default values that coming from (get method) using axios and set them as t

R - Use Twitter API to get every tweet from an account

My goal is to get EVERY tweet ever for any twitter account. I picked the NYTimes for this example. The code below works, but it only pulls the last 100 tweets.

Authentication Api using user name and password in flutter web

I try to authenticate api using user name and password it worked good in flutter android app but in flutter web do not get any data below my authentication func