const axios = require('axios');
axios.get('https://api.noauth.cc/twitter/get-user', {
headers: {
'x-api-key': 'YOUR_API_KEY',
'session_id': 'm8Hno1D74lmc08h3Y74b',
'x_bc_token': 'j92Hdasdm8kJs2u9hNpM6248H7sg4N8s9',
'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'
},
data: {
'user_id': '87213129',
'proxy': '123.123.12.3:1234:user:pass'
}
})
.then(response => console.log(response.data))
.catch(error => console.log(error));
import requests
url = 'https://api.noauth.cc/twitter/favorite-tweet'
headers = {
'x-api-key': 'NOAUTH_API_KEY'
}
data = {
'auth_token': 'AUTH_TOKEN',
'ct0': 'CT0',
'user_agent': 'USER_AGENT',
'proxy': 'http://user:pass@host:port',
'tweet_id': 'TWEET_ID'
}
response = requests.post(url, headers=headers, data=data)
print(response.text)
const axios = require('axios');
const url = 'https://api.noauth.cc/twitter/favorite-tweet';
const headers = {
'x-api-key': 'NOAUTH_API_KEY'
};
const body = {
auth_token: 'AUTH_TOKEN',
ct0: 'CT0',
user_agent: 'USER_AGENT',
proxy: 'http://user:pass@host:port',
tweet_id: 'TWEET_ID'
};
axios.post(url, body, { headers })
.then(response => {
console.log('Response:', response.data);
})
.catch(error => {
console.error('Error:', error);
});
import requests
url = 'https://api.noauth.cc/onlyfans/user-info'
headers = {
'x-api-key': 'NOAUTH_API_KEY'
}
data = {
'session_id': 'SESSION_ID',
'x_bc_token': 'X_BC_TOKEN',
'user_agent': 'USER_AGENT',
'user_id': 'USER_ID',
'proxy': 'http://user:pass@host:port'
}
response = requests.post(url, headers=headers, data=data)
print(response.text)
Comparing us to some of the most popular competitors on the market, we are over 200% cheaper than all of them.
Thanks to your robust and fast servers, our servers are able to return a response with an average of 208ms.
While we are the cheapest, we are also the ones offering the best and most extensive APIs out there, meaning you will get even more bang for your buck.
For any questions, our integrated live chat is just one click away! We also have a telegram where we post status updates and new releases.