API Documentation

Official documentation for the Google Accounts API (v2)

1. Endpoint

Base URL:

https://sv8.api999api.com/google/apiv2.php

Method: GET

2. Parameters

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

3. Pricing (Balance Deduction)

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

4. Example Request

Browser / Direct Link

https://sv8.api999api.com/google/apiv2.php?key_value=YOUR_KEY&amount=5&day=1

cURL

curl "https://sv8.api999api.com/google/apiv2.php?key_value=YOUR_KEY&amount=5&day=1"

JavaScript (Fetch)

fetch('https://sv8.api999api.com/google/apiv2.php?key_value=YOUR_KEY&amount=5&day=1') .then(res => res.text()) .then(data => console.log(data));

5. Response Format

Success Response

Plain text. One account per line in the format:

[email protected]|password123
[email protected]|password456
[email protected]|password789

Error Responses

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

6. Important Notes

Need help or want to check your remaining balance?
→ Go to Check Balance page.
Google Accounts API v2 • Updated 2026