RESTful API
This document describes the API endpoints for the ddns-so service.
https://api.ddns.socurl https://api.ddns.so/name/nameset.dotResolve Name
Get Subdomains
Reverse Resolution
Last updated
This document describes the API endpoints for the ddns-so service.
https://api.ddns.socurl https://api.ddns.so/name/nameset.dotLast updated
{
"result": "ok",
"data": {
"name": "john.dot",
"name_hash": "0x...",
"records": {
"avatar": "https://...",
"twitter": "@john"
}
}
}{
"result": "ok",
"pagination": {
"before": "acc.example.dot",
"limit": 10,
"order": "asc"
},
"subdomains": [
{
"name": "foo.example.dot",
"nameHash": "0x123abc...",
"owner": "0x456def..."
},
{
"name": "bar.example.dot",
"nameHash": "0x456def...",
"owner": "0x789ghi..."
}
]
}{
"result": "ok",
"address": "0x1234...",
"name": "john.dot"
}