| r9 vs r10 | ||
|---|---|---|
| ... | ... | |
| 53 | 53 | } |
| 54 | 54 | }}} |
| 55 | 55 | ==== 역링크 조회 ==== |
| 56 | ||
| 56 | {{{#!syntax python | |
| 57 | import requests | |
| 57 | 58 | |
| 58 | 59 | headers = { |
| 59 | 60 | 'Content-Type': 'application/json', |
| ... | ... | |
| 61 | 62 | } |
| 62 | 63 | |
| 63 | 64 | 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 | }}} | |
| 66 | 66 | ===== 결과 ===== |
| 67 | 67 | ||{ |
| 68 | 68 | "namespaces":[ |
| ... | ... |