Skip to content

Get DNS record

GET /dns/rr/{rrid}

Operation ID: GetRecordByRRID

Retrieve details about a specific Resource Record (rrid).

NameTypeRequiredDescription
rridrridyes-
StatusTypeDescription
200recordResponseThe record corresponding to the provided rrid
400ErrorInvalid request
401ErrorUnauthorized
404ErrorDNS record not found
500ErrorUnexpected error
FieldTypeRequiredDescription
successbooleanyesSuccess indicator
codeintegernoResponse/Error Code
responserecordResponseno-
Terminal window
curl -X GET "https://api.regfish.com/dns/rr/<rrid>" \
-H "x-api-key: $REGFISH_API_KEY"

Fill in values - the call below updates as you type. Nothing is sent: the API does not currently allow browser requests from this domain (CORS). The API key is not stored.