# API: Check Domain Price
# checkDomainPrice
Check whether domain price is up to date with current tld pricing. Current price returned as domain.recurring_amount
, new/computed price returned as new_price
.
# Required parameters
Parameter | Description |
---|---|
id | Domain ID |
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=checkDomainPrice&id=ID
# PHP Samples
# Response
{
"success": true,
"same_price": false,
"call": "checkDomainPrice",
"server_time": 1716543598
}