Continuation User's Followers
curl --request POST \
--url https://api.agntdata.dev/v1/data/x/user/followers/continuation \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"user_id": 96479162,
"continuation_token": "1720939233616387858|1521960032126631924",
"limit": 10
}
'import requests
url = "https://api.agntdata.dev/v1/data/x/user/followers/continuation"
payload = {
"user_id": 96479162,
"continuation_token": "1720939233616387858|1521960032126631924",
"limit": 10
}
headers = {
"Authorization": "<api-key>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {Authorization: '<api-key>', 'Content-Type': 'application/json'},
body: JSON.stringify({
user_id: 96479162,
continuation_token: '1720939233616387858|1521960032126631924',
limit: 10
})
};
fetch('https://api.agntdata.dev/v1/data/x/user/followers/continuation', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.agntdata.dev/v1/data/x/user/followers/continuation",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => json_encode([
'user_id' => 96479162,
'continuation_token' => '1720939233616387858|1521960032126631924',
'limit' => 10
]),
CURLOPT_HTTPHEADER => [
"Authorization: <api-key>",
"Content-Type: application/json"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"strings"
"net/http"
"io"
)
func main() {
url := "https://api.agntdata.dev/v1/data/x/user/followers/continuation"
payload := strings.NewReader("{\n \"user_id\": 96479162,\n \"continuation_token\": \"1720939233616387858|1521960032126631924\",\n \"limit\": 10\n}")
req, _ := http.NewRequest("POST", url, payload)
req.Header.Add("Authorization", "<api-key>")
req.Header.Add("Content-Type", "application/json")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.post("https://api.agntdata.dev/v1/data/x/user/followers/continuation")
.header("Authorization", "<api-key>")
.header("Content-Type", "application/json")
.body("{\n \"user_id\": 96479162,\n \"continuation_token\": \"1720939233616387858|1521960032126631924\",\n \"limit\": 10\n}")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.agntdata.dev/v1/data/x/user/followers/continuation")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Post.new(url)
request["Authorization"] = '<api-key>'
request["Content-Type"] = 'application/json'
request.body = "{\n \"user_id\": 96479162,\n \"continuation_token\": \"1720939233616387858|1521960032126631924\",\n \"limit\": 10\n}"
response = http.request(request)
puts response.read_body{
"results": [
{
"creation_date": "Sat Apr 23 03:41:42 +0000 2022",
"user_id": "1517710185594249217",
"username": "papapap51261616",
"name": "papa papa",
"follower_count": 4,
"following_count": 29,
"is_private": false,
"is_verified": false,
"location": "",
"profile_pic_url": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png",
"description": "Tout",
"external_url": null,
"number_of_tweets": 0,
"bot": false,
"timestamp": 1650685302
},
{
"creation_date": "Thu Jan 30 15:05:17 +0000 2020",
"user_id": "1222898521159766016",
"username": "dregaladoc1708",
"name": "Diego Regalado",
"follower_count": 7,
"following_count": 67,
"is_private": false,
"is_verified": false,
"location": "Piura, Peru",
"profile_pic_url": "https://pbs.twimg.com/profile_images/1222902478238179337/lHNtpvtP_normal.jpg",
"description": "🧑🏻🏫 Ingeniero de Sistemas",
"external_url": null,
"number_of_tweets": 230,
"bot": false,
"timestamp": 1580396717
},
{
"creation_date": "Mon Oct 19 00:21:12 +0000 2015",
"user_id": "3990648135",
"username": "optumi",
"name": "Optumi",
"follower_count": 42,
"following_count": 458,
"is_private": false,
"is_verified": false,
"location": "Greater Boston, MA",
"profile_pic_url": "https://pbs.twimg.com/profile_images/1379450720508858368/jJ6LATXd_normal.jpg",
"description": "Optumi is a JupyterLab extension that helps data scientists scale machine learning development and training in the cloud",
"external_url": "http://optumi.com",
"number_of_tweets": 18,
"bot": false,
"timestamp": 1445214072
},
{
"creation_date": "Sun Feb 02 19:22:21 +0000 2014",
"user_id": "2320574926",
"username": "lebbar643",
"name": "Anas | Meta Stars",
"follower_count": 5,
"following_count": 234,
"is_private": false,
"is_verified": false,
"location": "Casablanca, Grand Casablanca",
"profile_pic_url": "https://pbs.twimg.com/profile_images/1491572328731455491/lOVnTWva_normal.jpg",
"description": "",
"external_url": null,
"number_of_tweets": 19,
"bot": false,
"timestamp": 1391368941
},
{
"creation_date": "Tue Jan 31 20:38:03 +0000 2017",
"user_id": "826530001939992576",
"username": "uic_hackathon",
"name": "UIC-HACKATHON",
"follower_count": 0,
"following_count": 1,
"is_private": true,
"is_verified": false,
"location": "",
"profile_pic_url": "https://pbs.twimg.com/profile_images/826530899139362816/yhBVWhvQ_normal.jpg",
"description": "",
"external_url": null,
"number_of_tweets": 0,
"bot": false,
"timestamp": 1485895083
},
{
"creation_date": "Sun Jan 18 16:00:35 +0000 2015",
"user_id": "2984240063",
"username": "nainia_ayoub",
"name": "Ayoub Nainia",
"follower_count": 248,
"following_count": 177,
"is_private": false,
"is_verified": false,
"location": "Morocco",
"profile_pic_url": "https://pbs.twimg.com/profile_images/1456381612602576905/FAD26AxB_normal.jpg",
"description": "Life time learner of the tech industry | Data science student | Value sharing is caring",
"external_url": "https://www.linkedin.com/in/ayoub-nainia/?locale=en_US",
"number_of_tweets": 399,
"bot": false,
"timestamp": 1421596835
},
{
"creation_date": "Mon May 23 13:21:27 +0000 2016",
"user_id": "734735999029383168",
"username": "martin_gorner",
"name": "Martin Görner",
"follower_count": 9442,
"following_count": 5360,
"is_private": false,
"is_verified": false,
"location": "Seattle, Washington",
"profile_pic_url": "https://pbs.twimg.com/profile_images/734738205367472130/GeL6pDWb_normal.jpg",
"description": "Product Manager for Keras and Tensorflow high-level APIs. Previously worked on Cloud TPUs (Tensor Processing Units). Passionate about democratizing ML.",
"external_url": null,
"number_of_tweets": 831,
"bot": false,
"timestamp": 1464009687
},
{
"creation_date": "Fri Feb 28 00:57:04 +0000 2020",
"user_id": "1233194297928933377",
"username": "parham_Hasani",
"name": "Parham Hasani",
"follower_count": 2284,
"following_count": 3802,
"is_private": false,
"is_verified": false,
"location": "",
"profile_pic_url": "https://pbs.twimg.com/profile_images/1368727234698219523/FLkjCzFa_normal.jpg",
"description": "MSc student in AI & neuroscience enthusiast. \n#Machinelearning #Deeplearning #Neuroscience",
"external_url": "http://parhamhasani.wixsite.com/aboutme",
"number_of_tweets": 1265,
"bot": false,
"timestamp": 1582851424
},
{
"creation_date": "Mon Jun 08 17:50:46 +0000 2020",
"user_id": "1270050506363174912",
"username": "sickcodes",
"name": "Sick.Codes",
"follower_count": 8836,
"following_count": 3808,
"is_private": false,
"is_verified": false,
"location": "https://sick.codes/pgp",
"profile_pic_url": "https://pbs.twimg.com/profile_images/1270059443141537792/LXnU1z4b_normal.jpg",
"description": "Weaponizing source code 🧨 Vulnerabilities 🧬 Research 🧪 Maintaining Free & Open Source Ordnance 🚀 https://t.co/xnb96lm3d6 🇦🇺",
"external_url": "http://discord.gg/sickchat",
"number_of_tweets": 6051,
"bot": false,
"timestamp": 1591638646
},
{
"creation_date": "Fri Nov 05 14:45:18 +0000 2021",
"user_id": "1456633636208402432",
"username": "ImagesCv",
"name": "images.cv",
"follower_count": 1044,
"following_count": 4978,
"is_private": false,
"is_verified": false,
"location": "",
"profile_pic_url": "https://pbs.twimg.com/profile_images/1462178000460521474/dnBuZaeJ_normal.jpg",
"description": "Tweets about Computer Vision 💻👁️ & Image Processing 🖼️ | Python 🐍 | For all developers levels 🤓 | more ways to stay in touch with us https://t.co/RFa3sr7xbo",
"external_url": "http://linktr.ee/imagescv",
"number_of_tweets": 711,
"bot": false,
"timestamp": 1636123518
}
],
"continuation_token": "1720939233616387858|1521960032126631924"
}{
"detail": [
{
"loc": [],
"msg": "",
"type": ""
}
]
}User
Continuation User's Followers
This endpoint returns the list of a user’s followers
POST
/
v1
/
data
/
x
/
user
/
followers
/
continuation
Continuation User's Followers
curl --request POST \
--url https://api.agntdata.dev/v1/data/x/user/followers/continuation \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"user_id": 96479162,
"continuation_token": "1720939233616387858|1521960032126631924",
"limit": 10
}
'import requests
url = "https://api.agntdata.dev/v1/data/x/user/followers/continuation"
payload = {
"user_id": 96479162,
"continuation_token": "1720939233616387858|1521960032126631924",
"limit": 10
}
headers = {
"Authorization": "<api-key>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {Authorization: '<api-key>', 'Content-Type': 'application/json'},
body: JSON.stringify({
user_id: 96479162,
continuation_token: '1720939233616387858|1521960032126631924',
limit: 10
})
};
fetch('https://api.agntdata.dev/v1/data/x/user/followers/continuation', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.agntdata.dev/v1/data/x/user/followers/continuation",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => json_encode([
'user_id' => 96479162,
'continuation_token' => '1720939233616387858|1521960032126631924',
'limit' => 10
]),
CURLOPT_HTTPHEADER => [
"Authorization: <api-key>",
"Content-Type: application/json"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"strings"
"net/http"
"io"
)
func main() {
url := "https://api.agntdata.dev/v1/data/x/user/followers/continuation"
payload := strings.NewReader("{\n \"user_id\": 96479162,\n \"continuation_token\": \"1720939233616387858|1521960032126631924\",\n \"limit\": 10\n}")
req, _ := http.NewRequest("POST", url, payload)
req.Header.Add("Authorization", "<api-key>")
req.Header.Add("Content-Type", "application/json")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.post("https://api.agntdata.dev/v1/data/x/user/followers/continuation")
.header("Authorization", "<api-key>")
.header("Content-Type", "application/json")
.body("{\n \"user_id\": 96479162,\n \"continuation_token\": \"1720939233616387858|1521960032126631924\",\n \"limit\": 10\n}")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.agntdata.dev/v1/data/x/user/followers/continuation")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Post.new(url)
request["Authorization"] = '<api-key>'
request["Content-Type"] = 'application/json'
request.body = "{\n \"user_id\": 96479162,\n \"continuation_token\": \"1720939233616387858|1521960032126631924\",\n \"limit\": 10\n}"
response = http.request(request)
puts response.read_body{
"results": [
{
"creation_date": "Sat Apr 23 03:41:42 +0000 2022",
"user_id": "1517710185594249217",
"username": "papapap51261616",
"name": "papa papa",
"follower_count": 4,
"following_count": 29,
"is_private": false,
"is_verified": false,
"location": "",
"profile_pic_url": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png",
"description": "Tout",
"external_url": null,
"number_of_tweets": 0,
"bot": false,
"timestamp": 1650685302
},
{
"creation_date": "Thu Jan 30 15:05:17 +0000 2020",
"user_id": "1222898521159766016",
"username": "dregaladoc1708",
"name": "Diego Regalado",
"follower_count": 7,
"following_count": 67,
"is_private": false,
"is_verified": false,
"location": "Piura, Peru",
"profile_pic_url": "https://pbs.twimg.com/profile_images/1222902478238179337/lHNtpvtP_normal.jpg",
"description": "🧑🏻🏫 Ingeniero de Sistemas",
"external_url": null,
"number_of_tweets": 230,
"bot": false,
"timestamp": 1580396717
},
{
"creation_date": "Mon Oct 19 00:21:12 +0000 2015",
"user_id": "3990648135",
"username": "optumi",
"name": "Optumi",
"follower_count": 42,
"following_count": 458,
"is_private": false,
"is_verified": false,
"location": "Greater Boston, MA",
"profile_pic_url": "https://pbs.twimg.com/profile_images/1379450720508858368/jJ6LATXd_normal.jpg",
"description": "Optumi is a JupyterLab extension that helps data scientists scale machine learning development and training in the cloud",
"external_url": "http://optumi.com",
"number_of_tweets": 18,
"bot": false,
"timestamp": 1445214072
},
{
"creation_date": "Sun Feb 02 19:22:21 +0000 2014",
"user_id": "2320574926",
"username": "lebbar643",
"name": "Anas | Meta Stars",
"follower_count": 5,
"following_count": 234,
"is_private": false,
"is_verified": false,
"location": "Casablanca, Grand Casablanca",
"profile_pic_url": "https://pbs.twimg.com/profile_images/1491572328731455491/lOVnTWva_normal.jpg",
"description": "",
"external_url": null,
"number_of_tweets": 19,
"bot": false,
"timestamp": 1391368941
},
{
"creation_date": "Tue Jan 31 20:38:03 +0000 2017",
"user_id": "826530001939992576",
"username": "uic_hackathon",
"name": "UIC-HACKATHON",
"follower_count": 0,
"following_count": 1,
"is_private": true,
"is_verified": false,
"location": "",
"profile_pic_url": "https://pbs.twimg.com/profile_images/826530899139362816/yhBVWhvQ_normal.jpg",
"description": "",
"external_url": null,
"number_of_tweets": 0,
"bot": false,
"timestamp": 1485895083
},
{
"creation_date": "Sun Jan 18 16:00:35 +0000 2015",
"user_id": "2984240063",
"username": "nainia_ayoub",
"name": "Ayoub Nainia",
"follower_count": 248,
"following_count": 177,
"is_private": false,
"is_verified": false,
"location": "Morocco",
"profile_pic_url": "https://pbs.twimg.com/profile_images/1456381612602576905/FAD26AxB_normal.jpg",
"description": "Life time learner of the tech industry | Data science student | Value sharing is caring",
"external_url": "https://www.linkedin.com/in/ayoub-nainia/?locale=en_US",
"number_of_tweets": 399,
"bot": false,
"timestamp": 1421596835
},
{
"creation_date": "Mon May 23 13:21:27 +0000 2016",
"user_id": "734735999029383168",
"username": "martin_gorner",
"name": "Martin Görner",
"follower_count": 9442,
"following_count": 5360,
"is_private": false,
"is_verified": false,
"location": "Seattle, Washington",
"profile_pic_url": "https://pbs.twimg.com/profile_images/734738205367472130/GeL6pDWb_normal.jpg",
"description": "Product Manager for Keras and Tensorflow high-level APIs. Previously worked on Cloud TPUs (Tensor Processing Units). Passionate about democratizing ML.",
"external_url": null,
"number_of_tweets": 831,
"bot": false,
"timestamp": 1464009687
},
{
"creation_date": "Fri Feb 28 00:57:04 +0000 2020",
"user_id": "1233194297928933377",
"username": "parham_Hasani",
"name": "Parham Hasani",
"follower_count": 2284,
"following_count": 3802,
"is_private": false,
"is_verified": false,
"location": "",
"profile_pic_url": "https://pbs.twimg.com/profile_images/1368727234698219523/FLkjCzFa_normal.jpg",
"description": "MSc student in AI & neuroscience enthusiast. \n#Machinelearning #Deeplearning #Neuroscience",
"external_url": "http://parhamhasani.wixsite.com/aboutme",
"number_of_tweets": 1265,
"bot": false,
"timestamp": 1582851424
},
{
"creation_date": "Mon Jun 08 17:50:46 +0000 2020",
"user_id": "1270050506363174912",
"username": "sickcodes",
"name": "Sick.Codes",
"follower_count": 8836,
"following_count": 3808,
"is_private": false,
"is_verified": false,
"location": "https://sick.codes/pgp",
"profile_pic_url": "https://pbs.twimg.com/profile_images/1270059443141537792/LXnU1z4b_normal.jpg",
"description": "Weaponizing source code 🧨 Vulnerabilities 🧬 Research 🧪 Maintaining Free & Open Source Ordnance 🚀 https://t.co/xnb96lm3d6 🇦🇺",
"external_url": "http://discord.gg/sickchat",
"number_of_tweets": 6051,
"bot": false,
"timestamp": 1591638646
},
{
"creation_date": "Fri Nov 05 14:45:18 +0000 2021",
"user_id": "1456633636208402432",
"username": "ImagesCv",
"name": "images.cv",
"follower_count": 1044,
"following_count": 4978,
"is_private": false,
"is_verified": false,
"location": "",
"profile_pic_url": "https://pbs.twimg.com/profile_images/1462178000460521474/dnBuZaeJ_normal.jpg",
"description": "Tweets about Computer Vision 💻👁️ & Image Processing 🖼️ | Python 🐍 | For all developers levels 🤓 | more ways to stay in touch with us https://t.co/RFa3sr7xbo",
"external_url": "http://linktr.ee/imagescv",
"number_of_tweets": 711,
"bot": false,
"timestamp": 1636123518
}
],
"continuation_token": "1720939233616387858|1521960032126631924"
}{
"detail": [
{
"loc": [],
"msg": "",
"type": ""
}
]
}⌘I