Netflix Checker
API
20-10-2018: Added premium service!
20-10-2018: API is free to 1,000 requests per IP
19-09-2018: We're using new residential premium proxies! No more false positive or blacklist!
20-10-2018: API is free to 1,000 requests per IP
19-09-2018: We're using new residential premium proxies! No more false positive or blacklist!
FREE SERVICE
LIMIT: 1,000 requests per IP.
Check response headers (for a steady flow without blocking):
x-ratelimit-limit and x-ratelimit-remaining
LIMIT: 1,000 requests per IP.
Check response headers (for a steady flow without blocking):
x-ratelimit-limit and x-ratelimit-remaining
PREMIUM SERVICE
LIMIT: 100,000 requests per day.
We will provide you an special API key.
LIMIT: 100,000 requests per day.
We will provide you an special API key.
Check account
Request
Response: 1,000 limit account raised
{
"success":true,
"limit": true,
"account": "FREE limit raised",
"screens":"FREE limit raised",
"language":"FREE limit raised",
"until":"FREE limit raised",
"working":false
}
Response: not working account
{
"success":true,
"limit": false,
"account":"[email protected]:password",
"screens":"-",
"language":"-",
"until":"-",
"working":false
}
Response: working account
{
"success":true,
"limit": false,
"account":"[email protected]:password",
"screens":4,
"language":"en-US",
"until":"Sep 16, 2018",
"working":true
}