Fake IT Premium - API
Please note: We currently only accept crypto currency for payment.
>>> YOU CAN BUY CRYPTO CURRENCY HERE <<<
Bitcoin, Bitcoin Cash, Dai, Ethereum, Litecoin, USD Coin
Our Subscription Plans
Subscription | Days | Price |
---|---|---|
Trial | 1 | €4.99 |
Bronze | 30 | €29.99 |
Silver | 182 | €149.99 |
Gold | 365 | €269.99 |
General Information And Request Format
To make an API call you need to send a GET request to our API endpoint:
/api/
All API requests offer the following parameters:
Parameter Name | Description | Example |
---|---|---|
api_key | REQUIRED Your API key that you've received after a subscription bought | 3d767f26ae1556f83498d0073859ac62 |
response | OPTIONAL Format of the API response (json by default) |
json or xml or text |
Generating Identities
Use this endpoint to create an entire identity of a person in a given country.
Endpoint:
/api/
Parameters
Parameter Name | Description | Example |
---|---|---|
api_key | REQUIRED Your API key that you've received after a subscription bought | 3d767f26ae1556f83498d0073859ac62 |
country | REQUIRED Two letters country ISO code as described in the ISO 3166 (ALPHA-2) | at or de or it |
response | OPTIONAL Format of the API response (json by default) |
json or xml or text |
So your request to our API could be look like this:
/api/?api_key=3d767f26ae1556f83498d0073859ac62&country=de&response=xml
Data In Response
Field Name | Description | Example |
---|---|---|
status | Response status. Could be OK or ERROR in case of error |
OK |
country | Country | Germany |
gender | Gender | Male |
first_name | First name | Joachim |
last_name | Last name | Glaser |
city | City | Regensburg |
address | Full address | Ilona-Kruse-Weg 300 |
post_code | Postcode | 31449 |
passport_id | Passport ID (only for Germany) | 2754562427<<D<<1905191<2505196<<<<<<<2 |
passport_exp | Passport expired | 19/05/2025 |
phone | Phone number | +49 (0) 6026 625221 |
dob | Date of birth | 15 May 1947 |
age | Age (years) | 72 |
[email protected] |
||
mother_maiden_name | Mother's Maiden Name | Mayer |
ethnicity | Ethnicity | White |
zodiac | Zodiac Sign | Gemini |
height | Height | 1.83 m |
weight | Weight | 62 kg |
hair_color | Hair color | Auburn |
eye_color | Eye color | Amber |
blood_group | Blood group | B- |
cc_type | Credit Card Type | MasterCard |
cc_number | Credit Card Number | 2698740587005947 |
cc_cvv2 | Credit Card CVV2 | 363 |
cc_exp | Credit Card Expiry | 08/21 |
bank_name | Bank name (where applicable, otherwise an empty string) | Kreissparkasse Euskirchen |
bank_code | Bank domestic code (where applicable, otherwise an empty string) | 38250110 |
bank_bic | Bank BIC (where applicable, otherwise an empty string) | WELADED1EUS |
acc_number | Account number (where applicable, otherwise an empty string) | 0371173519 |
bank_iban | IBAN (where applicable, otherwise an empty string) | DE11382501100371173519 |
inet_user_name | User name | vstoll |
inet_user_password | User password | [email protected]]O{9b |
inet_ipv4 | IPV6 Address | 205.237.86.41 |
inet_ipv6 | IPV6 address | f70e:721a:bab6:3c9e:3918:c88f:eb86:4bae |
inet_user_agent | Browser user-agent string | Mozilla/5.0 (compatible; MSIE 11.0; Windows 98; Win 9x 4.90; Trident/4.0) |
edu_qualification | Qualification | Bachelors Degree |
edu_institution | Institution | Bluemeadow TAFE |
emp_company_name | Company name | Wimmer GmbH |
emp_company_address | Company full address | Hüseyin-Weidner-Allee 3b13461 Bad Waldsee |
emp_company_phone | Company phone number | +49(0)8320 40158 |
emp_job_title | Job title | Lawn Service Manager |
emp_company_email | Company email | [email protected] |
emp_salary | Salary | $8085.00 /month |
veh_name | Vehicle name | Audi Q7 |
veh_plate | Vehicle license plate | HH GI 673 |
veh_vin | Vehicle VIN number | 5EBSCD3E5AZY6FKGG |
veh_color | Vehicle color | White |
Generating German Bank Account Information
Use this endpoint to create an account number, bank number, BIC and IBAN for a German Bank.
Endpoint:
/api/createAccountForBank/
Parameters to List All Available Banks for a Keyword
Parameter Name | Description | Example |
---|---|---|
api_key | REQUIRED Your API key that you've received after a subscription bought | 3d767f26ae1556f83498d0073859ac62 |
keyword | REQUIRED A keyword to find a specific bank. It may be a bank name, city, zip code or BIC. (min. 3 characters) | Deutsche Kreditbank or Berlin or 10117 or BYLADEM1001 |
response | OPTIONAL Format of the API response (json by default) |
json or xml or text |
So your request to our API could be look like this:
/api/createAccountForBank/?api_key=3d767f26ae1556f83498d0073859ac62&keyword=10117&response=xml
Data In Response
A successful response contains a list (array) of elements each having the following structure:
Field Name | Description | Example |
---|---|---|
bankName | Bank's name | Deutsche Kreditbank Berlin |
bic | Bank's BIC | BYLADEM1001 |
zipCode | Bank's zip code | 10117 |
city | Bank's city | Berlin |
Parameters to Create Bank Account Information for a Given Bank
Parameter Name | Description | Example |
---|---|---|
api_key | REQUIRED Your API key that you've received after a subscription bought | 3d767f26ae1556f83498d0073859ac62 |
bic | REQUIRED The BIC of a German bank currently supported to generate bank account information. Use the previous request to find a BIC for a supported bank. | BYLADEM1001 |
response | OPTIONAL Format of the API response (json by default) |
json or xml or text |
So your request to our API could be look like this:
/api/createAccountForBank/?api_key=3d767f26ae1556f83498d0073859ac62&keyword=BYLADEM1001&response=xml
Data In Response
A successful response contains a list (array) of elements each having the following structure:
Field Name | Description | Example |
---|---|---|
bankName | Bank's name | Deutsche Kreditbank Berlin |
bic | Bank's BIC | BYLADEM1001 |
iban | Bank Account's IBAN | DE87120300000693907370 |
city | Bank Account's Account Number | 0693907370 |
iban | Bank Account's IBAN | DE87120300000693907370 |
bankCode | Bank's Bank Code | 12030000 |
Bank direct search without API:
It is also possible to search for banks / city / ZIP code in your account without direct API access via the browser. Here are two example images that should be self-explanatory:
Bulkgenerator without API:
With this you can generate a lot of data even without API knowledge.
Support:
If there are problems with access - write to us. please always give your username and email to. otherwise we can't place you.
info [at] fake-it.ws
Disclaimer:
Please note: We reserve the right to limit your account if your requests are too high and the server is too busy. We do not allow bots!
Security:
To avoid overloading the server we have integrated a rate limit. Too many requests at once blocks your IP for an hour! You can use a new IP. But the IP will always be blocked again as soon as the requests become too high. Therefore use your requests carefully.
Accounts:
We delete accounts that have not been logged in for 6 months. To keep the database clean. After that you have to register again.