Official documentation for the Google Accounts API (v2)
Base URL:
Method: GET
| Parameter | Type | Required | Description |
|---|---|---|---|
key_value |
string | Required | Your API key |
amount |
integer | Required | Number of accounts to get (1 – 5000) |
day |
string / float | Required | Account lifetime. Allowed values: 0.5, 1, 3, 7 |
| Day | Lifetime | Cost per Account |
|---|---|---|
| 0.5 | 720 minutes | 1 balance |
| 1 | 1,440 minutes | 2 balance |
| 3 | 4,320 minutes | 3 balance |
| 7 | 10,080 minutes | 5 balance |
Total cost = amount × cost per account
Example: amount=10 + day=7 → deducts 50 balance
Plain text. One account per line in the format:
| Message | Meaning |
|---|---|
Wrong Key |
Missing required parameters |
Invalid key_value |
API key does not exist |
Key has expired |
Insufficient balance |
error: day only support 0.5, 1, 3, 7 |
Invalid day value |
error: the minimum amount... |
Amount < 1 |
error: the maximum amount... |
Amount > 5000 |
Out of stock Gmail. Please try again. |
No accounts available at the moment |