···2829 <h2>API Endpoints</h2>
300000000000000000031 <h3 class="route"><code>GET /links</code></h3>
3233 <p>A list of records linking to a target.</p>
003435 <h4>Query parameters:</h4>
36
···2829 <h2>API Endpoints</h2>
3031+ <h3 class="route"><code>GET /xrpc/blue.microcosm.links.getBacklinks</code></h3>
32+33+ <p>A list of records linking to any record, identity, or uri.</p>
34+35+ <h4>Query parameters:</h4>
36+37+ <ul>
38+ <li><p><code>subject</code>: required, must url-encode. Example: <code>at://did:plc:vc7f4oafdgxsihk4cry2xpze/app.bsky.feed.post/3lgwdn7vd722r</code></p></li>
39+ <li><p><code>source</code>: required. Example: <code>app.bsky.feed.like:subject.uri</code></p></li>
40+ <li><p><code>did</code>: optional, filter links to those from specific users. Include multiple times to filter by multiple users. Example: <code>did=did:plc:vc7f4oafdgxsihk4cry2xpze&did=did:plc:vc7f4oafdgxsihk4cry2xpze</code></p></li>
41+ <li><p><code>limit</code>: optional. Default: <code>16</code>. Maximum: <code>100</code></p></li>
42+ </ul>
43+44+ <p style="margin-bottom: 0"><strong>Try it:</strong></p>
45+ {% call try_it::get_backlinks("at://did:plc:a4pqq234yw7fqbddawjo7y35/app.bsky.feed.post/3m237ilwc372e", "app.bsky.feed.like:subject.uri", [""], 16) %}
46+47+48 <h3 class="route"><code>GET /links</code></h3>
4950 <p>A list of records linking to a target.</p>
51+52+ <p>[DEPRECATED]: use <code>GET /xrpc/blue.microcosm.links.getBacklinks</code>. New apps should avoid it, but this endpoint <strong>will</strong> remain supported for the forseeable future.</p>
5354 <h4>Query parameters:</h4>
55