r9 vs r10
......
5353
}
5454
}}}
5555
==== 역링크 조회 ====
56
||import requests
56
{{{#!syntax python
57
import requests
5758
5859
headers = {
5960
'Content-Type': 'application/json',
......
6162
}
6263
6364
response = requests.get('https://theseed.io/api/backlink/%EB%8D%94%EC%83%88%EB%93%9C%EC%9C%84%ED%82%A4', headers=headers)
64
||
65
65
}}}
6666
===== 결과 =====
6767
||{
6868
"namespaces":[
......